/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}"
|
/linux/kernel/trace/ |
H A D | trace_probe.h | 190 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument 201 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 202 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype) 203 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ argument 204 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype) 207 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument 208 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
/linux/net/mac80211/ |
H A D | mesh_plink.c | 1019 * @ftype: frame type 1030 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument 1037 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event() 1047 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event() 1051 /* ftype == WLAN_SP_MESH_PEERING_OPEN */ in mesh_plink_get_event() 1069 switch (ftype) { in mesh_plink_get_event() 1126 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local 1144 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame() 1145 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame() 1146 (ftype in mesh_process_plink_frame() [all...] |
/linux/drivers/tty/ |
H A D | n_gsm.c | 178 u8 ftype; /* Frame type */ member 333 u8 ftype; /* UI or UIH */ member 598 switch (dlci->ftype) { in gsm_encode_params() 606 pr_debug("unsupported frame type %d\n", dlci->ftype); in gsm_encode_params() 1197 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_data_output() 1273 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_data_output_framed() 1330 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_modem_output() 1459 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype); in gsm_control_command() 1487 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype); in gsm_control_reply() 1573 unsigned int ftype, in gsm_process_negotiation() local [all...] |
/linux/arch/arm/include/asm/ |
H A D | user.h | 46 unsigned char ftype[8]; member
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_idc.c | 406 * @ftype: PF or VF 411 enum iidc_function_type ftype) in idpf_idc_init_aux_core_dev() argument 431 privd->ftype = ftype; in idpf_idc_init_aux_core_dev()
|
H A D | idpf.h | 985 enum iidc_function_type ftype);
|
/linux/include/linux/net/intel/ |
H A D | iidc_rdma_idpf.h | 43 enum iidc_function_type ftype; member
|
H A D | i40e_client.h | 82 u8 ftype; /* function type, PF or VF */ member
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_data.c | 56 uint8_t ftype = dep->name[dep->namelen]; in xfs_dir2_data_get_ftype() local 58 if (likely(ftype < XFS_DIR3_FT_MAX)) in xfs_dir2_data_get_ftype() 59 return ftype; in xfs_dir2_data_get_ftype() 69 uint8_t ftype) in xfs_dir2_data_put_ftype() argument 71 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_data_put_ftype() 75 dep->name[dep->namelen] = ftype; in xfs_dir2_data_put_ftype()
|
H A D | xfs_dir2_priv.h | 70 struct xfs_dir2_data_entry *dep, uint8_t ftype); 186 struct xfs_dir2_sf_entry *sfep, uint8_t 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()
|
H A D | xfs_metadir.c | 67 unsigned char ftype) in xfs_metadir_set_xname() argument 71 xname->type = ftype; in xfs_metadir_set_xname() 77 * @xname.type must match the directory entry's ftype.
|
/linux/drivers/gpu/nova-core/firmware/ |
H A D | fwsec.rs | 93 ftype: u32, field 317 ftype: NVFW_FRTS_CMD_REGION_TYPE_FB, in new_fwsec()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | link.c | 250 int ftype; in ath_paprd_calibrate() local 275 ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC; in ath_paprd_calibrate() 276 hdr->frame_control = cpu_to_le16(ftype); in ath_paprd_calibrate()
|
/linux/net/wireless/ |
H A D | scan.c | 2189 enum cfg80211_bss_frame_type ftype; member 2359 switch (data->ftype) { in cfg80211_inform_single_bss_data() 2486 .ftype = tx_data->ftype, in cfg80211_parse_mbssid_data() 2947 .ftype = tx_data->ftype, in cfg80211_parse_ml_elem_sta_data() 3200 if (tx_data->ftype != CFG80211_BSS_FTYPE_PRESP) in cfg80211_parse_ml_sta_data() 3212 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument 3219 .ftype = ftype, in cfg80211_inform_bss_data() 3258 enum cfg80211_bss_frame_type ftype; cfg80211_inform_bss_frame_data() local [all...] |
/linux/fs/nfsd/ |
H A D | nfs3proc.c | 466 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod() 473 } else if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) { in nfsd3_proc_mknod() 478 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()
|
H A D | xdr3.h | 59 __u32 ftype; member
|
/linux/scripts/lib/abi/ |
H A D | abi_parser.py | 163 "path": fdata.ftype, 314 fdata.ftype = path.split("/")[0] 319 fdata.nametag["path"] = fdata.ftype
|
/linux/fs/xfs/scrub/ |
H A D | dir.c | 91 int ftype) in xchk_dir_check_ftype() argument 96 if (ftype != XFS_DIR3_FT_UNKNOWN && ftype != XFS_DIR3_FT_DIR) in xchk_dir_check_ftype() 101 if (xfs_mode_to_ftype(VFS_I(ip)->i_mode) != ftype) in xchk_dir_check_ftype() 219 * look up this filename. Finally, we check the ftype.
|
H A D | trace.h | 1605 __field(uint8_t, ftype) 1614 __entry->ftype = xfs_mode_to_ftype(VFS_I(ip)->i_mode); 1623 __print_symbolic(__entry->ftype, XFS_DIR3_FTYPE_STR), 2564 unsigned int ftype), 2565 TP_ARGS(sc, dp, ftype), 2570 __field(unsigned int, ftype) 2576 __entry->ftype = ftype; 2582 __print_symbolic(__entry->ftype, XFS_DIR3_FTYPE_STR)) 2587 unsigned int ftype, unsigned int found_ftype), 2588 TP_ARGS(sc, dp, ftype, found_ftype), [all …]
|
H A D | dir_repair.c | 106 uint8_t ftype; member 333 .ftype = name->type, in xrep_dir_stash_createname() 360 .ftype = name->type, in xrep_dir_stash_removename() 411 * Compute the ftype or dump the entry if we can't. We don't lock the in xrep_dir_salvage_entry() 859 rd->xname.type = dirent.ftype; in xrep_dir_replay_updates()
|
/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()
|
H A D | txrx_edma.c | 758 u8 ftype; in wil_check_bar() local 765 ftype = wil_rx_status_get_frame_type(wil, msg); in wil_check_bar() 766 if (ftype == IEEE80211_FTYPE_DATA) in wil_check_bar()
|
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.c | 2672 enum vcap_field_type ftype, in vcap_rule_add_key() argument 2697 field->ctrl.type = ftype; in vcap_rule_add_key() 2840 enum vcap_field_type ftype, in vcap_rule_add_action() argument 2865 field->ctrl.type = ftype; in vcap_rule_add_action() 3427 enum vcap_field_type ftype, in vcap_rule_mod_key() argument 3434 return vcap_rule_add_key(rule, key, ftype, data); in vcap_rule_mod_key() 3472 enum vcap_field_type ftype, in vcap_rule_mod_action() argument 3479 return vcap_rule_add_action(rule, action, ftype, data); in vcap_rule_mod_action()
|