/openbmc/linux/usr/ |
H A D | gen_initramfs.sh | 95 local ftype=$(filetype "${location}") 101 [ "${ftype}" = "invalid" ] && return 0 104 case "${ftype}" in 106 str="${ftype} ${name} ${location} ${str}" 116 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}" 120 str="${ftype} ${name} ${target} ${str}" 123 str="${ftype} ${name} ${str}"
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | format-code.sh | 372 ftype="$(get_file_type "$file")" 373 FILES+=([$ftype]="$(echo -ne "$file;${FILES[$ftype]:-}")") 379 for ftype in ${LINTER_TYPES[$op]//;/ }; do 380 if [[ -v FILES["$ftype"] ]]; then 409 done < <(for ftype in ${LINTER_TYPES[$op]//;/ }; do 411 echo "${FILES["$ftype"]:-}" | sed "s/;/\\n/g"
|
/openbmc/linux/kernel/trace/ |
H A D | trace_probe.h | 186 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument 197 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 198 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype) 199 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ argument 200 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype) 203 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument 204 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 400 #define CONV_FTOI(name, ftype, fsz, sign, round) \ argument 401 sign##int32_t HELPER(name)(ftype x, void *fpstp) \ 411 #define FLOAT_CONVS(name, p, ftype, fsz, sign) \ argument 412 CONV_ITOF(vfp_##name##to##p, ftype, fsz, sign) \ 413 CONV_FTOI(vfp_to##name##p, ftype, fsz, sign, ) \ 487 #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ argument 488 VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ 489 VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \ 490 VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \ 492 VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \ [all …]
|
/openbmc/linux/net/mac80211/ |
H A D | mesh_plink.c | 1024 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument 1031 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event() 1041 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event() 1063 switch (ftype) { in mesh_plink_get_event() 1120 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local 1138 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame() 1141 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame() 1145 ftype, ie_len); in mesh_process_plink_frame() 1149 if (ftype != WLAN_SP_MESH_PEERING_CLOSE && in mesh_process_plink_frame() 1158 if (ftype == WLAN_SP_MESH_PEERING_CONFIRM || in mesh_process_plink_frame() [all …]
|
/openbmc/qemu/hw/xen/ |
H A D | xen_devconfig.c | 9 static int xen_config_dev_dirs(const char *ftype, const char *btype, int vdev, in xen_config_dev_dirs() argument 15 snprintf(fe, len, "%s/device/%s/%d", dom, ftype, vdev); in xen_config_dev_dirs()
|
/openbmc/u-boot/tools/dtoc/ |
H A D | dtb_platdata.py | 87 def get_value(ftype, value): argument 99 if ftype == fdt.TYPE_INT: 101 elif ftype == fdt.TYPE_BYTE: 103 elif ftype == fdt.TYPE_STRING: 105 elif ftype == fdt.TYPE_BOOL: 107 elif ftype == fdt.TYPE_INT64:
|
/openbmc/linux/drivers/tty/ |
H A D | n_gsm.c | 1588 ftype = UIH; in gsm_process_negotiation() 1591 ftype = UI; in gsm_process_negotiation() 1629 if (ftype != dlci->ftype) { in gsm_process_negotiation() 1634 if (ftype != UI && ftype != UIH && k > dlci->k) { in gsm_process_negotiation() 1659 dlci->ftype = ftype; in gsm_process_negotiation() 2299 if (gsm->ftype != dlci->ftype) in gsm_dlci_begin_open() 2609 dlci->ftype = UI; in gsm_dlci_config() 2664 dlci->ftype = gsm->ftype; in gsm_dlci_alloc() 3304 gsm->ftype = UIH; in gsm_alloc_mux() 3419 gsm->ftype = UIH; in gsm_config() [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildhistory_analysis.py | 224 def _ftype_str(self, ftype): argument 225 if ftype == '-': 227 elif ftype == 'd': 229 elif ftype == 'l': 231 elif ftype == 'c': 233 elif ftype == 'b': 235 elif ftype == 'p': 237 elif ftype == 's': 240 return 'unknown (%s)' % ftype
|
/openbmc/phosphor-inventory-manager/ |
H A D | association_manager.cpp | 236 std::string ftype = endpoint.at("types").at("fType"); in load() local 238 throwIfZero(ftype.size()); in load() 240 Types types{std::move(ftype), std::move(rtype)}; in load()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | user.h | 46 unsigned char ftype[8]; member
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_common.h | 57 struct ext2fs_node **fnode, int *ftype);
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_priv.h | 70 struct xfs_dir2_data_entry *dep, uint8_t ftype); 184 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
|
H A D | xfs_dir2_data.c | 55 uint8_t ftype = dep->name[dep->namelen]; in xfs_dir2_data_get_ftype() local 57 if (likely(ftype < XFS_DIR3_FT_MAX)) in xfs_dir2_data_get_ftype() 58 return ftype; in xfs_dir2_data_get_ftype() 68 uint8_t ftype) in xfs_dir2_data_put_ftype() argument 70 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_data_put_ftype() 74 dep->name[dep->namelen] = ftype; in xfs_dir2_data_put_ftype()
|
H A D | xfs_dir2_sf.c | 139 uint8_t ftype = sfep->name[sfep->namelen]; in xfs_dir2_sf_get_ftype() local 141 if (ftype < XFS_DIR3_FT_MAX) in xfs_dir2_sf_get_ftype() 142 return ftype; in xfs_dir2_sf_get_ftype() 152 uint8_t ftype) in xfs_dir2_sf_put_ftype() argument 154 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_sf_put_ftype() 157 sfep->name[sfep->namelen] = ftype; in xfs_dir2_sf_put_ftype()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | link.c | 221 int ftype; in ath_paprd_calibrate() local 246 ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC; in ath_paprd_calibrate() 247 hdr->frame_control = cpu_to_le16(ftype); in ath_paprd_calibrate()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211netdev.c | 846 u16 ftype; in p80211_rx_typedrop() local 850 ftype = WLAN_GET_FC_FTYPE(fc); in p80211_rx_typedrop() 852 switch (ftype) { in p80211_rx_typedrop()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_client.h | 92 u8 ftype; /* function type, PF or VF */ member
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | dir.c | 41 int ftype) in xchk_dir_check_ftype() argument 46 if (ftype != XFS_DIR3_FT_UNKNOWN && ftype != XFS_DIR3_FT_DIR) in xchk_dir_check_ftype() 51 if (xfs_mode_to_ftype(VFS_I(ip)->i_mode) != ftype) in xchk_dir_check_ftype()
|
/openbmc/linux/include/linux/net/intel/ |
H A D | i40e_client.h | 82 u8 ftype; /* function type, PF or VF */ member
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs3proc.c | 449 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod() 456 } else if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) { in nfsd3_proc_mknod() 461 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()
|
/openbmc/linux/net/wireless/ |
H A D | scan.c | 2051 enum cfg80211_bss_frame_type ftype; member 2155 switch (data->ftype) { in cfg80211_inform_single_bss_data() 2281 .ftype = tx_data->ftype, in cfg80211_parse_mbssid_data() 2627 .ftype = tx_data->ftype, in cfg80211_parse_ml_elem_sta_data() 2786 if (tx_data->ftype != CFG80211_BSS_FTYPE_PRESP) in cfg80211_parse_ml_sta_data() 2798 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument 2805 .ftype = ftype, in cfg80211_inform_bss_data() 2986 inform_data.ftype = ieee80211_is_beacon(mgmt->frame_control) ? in cfg80211_inform_bss_frame_data()
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 236 u8 ftype; in uvc_parse_format() local 299 ftype = UVC_VS_FRAME_UNCOMPRESSED; in uvc_parse_format() 301 ftype = UVC_VS_FRAME_FRAME_BASED; in uvc_parse_format() 319 ftype = UVC_VS_FRAME_MJPEG; in uvc_parse_format() 342 ftype = 0; in uvc_parse_format() 375 buffer[2] == ftype) { in uvc_parse_format() 379 if (ftype != UVC_VS_FRAME_FRAME_BASED) in uvc_parse_format() 401 if (ftype != UVC_VS_FRAME_FRAME_BASED) { in uvc_parse_format()
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 377 u8 ftype; in wil_rx_get_cid_by_skb() local 383 ftype = wil_rxdesc_ftype(d) << 2; in wil_rx_get_cid_by_skb() 384 if (likely(ftype == IEEE80211_FTYPE_DATA)) { in wil_rx_get_cid_by_skb() 426 ta, vif->wdev.iftype, ftype, skb->len); in wil_rx_get_cid_by_skb() 452 u8 ftype; in wil_vring_reap_rx() local 535 ftype = wil_rxdesc_ftype(d) << 2; in wil_vring_reap_rx() 536 if (unlikely(ftype != IEEE80211_FTYPE_DATA)) { in wil_vring_reap_rx()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | m_helper.c | 1369 bool ftype; in do_v7m_exception_exit() local 1410 ftype = excret & R_V7M_EXCRET_FTYPE_MASK; in do_v7m_exception_exit() 1412 if (!ftype && !cpu_isar_feature(aa32_vfp_simd, cpu)) { in do_v7m_exception_exit() 1417 ftype = true; in do_v7m_exception_exit() 1740 if (!ftype) { in do_v7m_exception_exit() 1837 V7M_CONTROL, FPCA, !ftype); in do_v7m_exception_exit() 1841 if (!ftype) { in do_v7m_exception_exit()
|