Searched refs:ftype (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/arch/arm/include/asm/
H A Duser.h46 unsigned char ftype[8]; member in struct:user_fp
/linux-master/usr/
H A Dgen_initramfs.sh95 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-master/kernel/trace/
H A Dtrace_probe.h188 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \
199 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \
200 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype)
201 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \
202 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype)
205 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \
206 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
/linux-master/net/mac80211/
H A Dmesh_plink.c1023 * @ftype: frame type
1034 enum ieee80211_self_protected_actioncode ftype,
1041 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE ||
1051 if (ftype != WLAN_SP_MESH_PEERING_OPEN) {
1055 /* ftype == WLAN_SP_MESH_PEERING_OPEN */
1073 switch (ftype) {
1130 enum ieee80211_self_protected_actioncode ftype; local
1148 ftype = mgmt->u.action.u.self_prot.action_code;
1149 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) ||
1150 (ftype
1031 mesh_plink_get_event(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems, enum ieee80211_self_protected_actioncode ftype, u16 llid, u16 plid) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h70 struct xfs_dir2_data_entry *dep, uint8_t ftype);
185 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
H A Dxfs_dir2_sf.c139 uint8_t ftype = sfep->name[sfep->namelen]; local
141 if (ftype < XFS_DIR3_FT_MAX)
142 return ftype;
152 uint8_t ftype)
154 ASSERT(ftype < XFS_DIR3_FT_MAX);
157 sfep->name[sfep->namelen] = ftype;
149 xfs_dir2_sf_put_ftype( struct xfs_mount *mp, struct xfs_dir2_sf_entry *sfep, uint8_t ftype) argument
H A Dxfs_dir2_data.c56 uint8_t ftype = dep->name[dep->namelen]; local
58 if (likely(ftype < XFS_DIR3_FT_MAX))
59 return ftype;
69 uint8_t ftype)
71 ASSERT(ftype < XFS_DIR3_FT_MAX);
75 dep->name[dep->namelen] = ftype;
66 xfs_dir2_data_put_ftype( struct xfs_mount *mp, struct xfs_dir2_data_entry *dep, uint8_t ftype) argument
H A Dxfs_dir2_node.c2202 int ftype; /* new file type */ local
2214 * We have to save new inode number and ftype since
2218 ftype = args->filetype;
2258 xfs_dir2_data_put_ftype(state->mp, dep, ftype);
/linux-master/drivers/tty/
H A Dn_gsm.c178 u8 ftype; /* Frame type */ member in struct:gsm_dlci
331 u8 ftype; /* UI or UIH */ member in struct:gsm_mux
596 switch (dlci->ftype) {
604 pr_debug("unsupported frame type %d\n", dlci->ftype);
1195 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype);
1271 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype);
1328 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype);
1457 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype);
1485 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype);
1571 unsigned int ftype, local
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dlink.c221 int ftype; local
246 ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC;
247 hdr->frame_control = cpu_to_le16(ftype);
/linux-master/include/linux/net/intel/
H A Di40e_client.h82 u8 ftype; /* function type, PF or VF */ member in struct:i40e_info
/linux-master/fs/nfsd/
H A Dnfs3proc.c452 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) {
459 } else if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) {
464 type = nfs3_ftypes[argp->ftype];
H A Dxdr3.h59 __u32 ftype; member in struct:nfsd3_mknodargs
H A Dnfs3xdr.c635 if (xdr_stream_decode_u32(xdr, &args->ftype) < 0)
637 switch (args->ftype) {
/linux-master/drivers/staging/wlan-ng/
H A Dp80211netdev.c846 u16 ftype; local
850 ftype = WLAN_GET_FC_FTYPE(fc);
852 switch (ftype) {
/linux-master/net/wireless/
H A Dscan.c2101 enum cfg80211_bss_frame_type ftype; member in struct:cfg80211_inform_single_bss_data
2248 switch (data->ftype) {
2375 .ftype = tx_data->ftype,
2826 .ftype = tx_data->ftype,
3033 if (tx_data->ftype != CFG80211_BSS_FTYPE_PRESP)
3045 enum cfg80211_bss_frame_type ftype,
3052 .ftype = ftype,
3043 cfg80211_inform_bss_data(struct wiphy *wiphy, struct cfg80211_inform_bss *data, enum cfg80211_bss_frame_type ftype, const u8 *bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 *ie, size_t ielen, gfp_t gfp) argument
3092 enum cfg80211_bss_frame_type ftype; local
[all...]
H A Dmlme.c952 __le16 ftype = mgmt->frame_control & local
970 if (reg->frame_type != ftype)
/linux-master/fs/xfs/scrub/
H A Ddir.c43 int ftype)
48 if (ftype != XFS_DIR3_FT_UNKNOWN && ftype != XFS_DIR3_FT_DIR)
53 if (xfs_mode_to_ftype(VFS_I(ip)->i_mode) != ftype)
61 * look up this filename. Finally, we check the ftype.
39 xchk_dir_check_ftype( struct xfs_scrub *sc, xfs_fileoff_t offset, struct xfs_inode *ip, int ftype) argument
H A Dtrace.h1474 __field(uint8_t, ftype)
1483 __entry->ftype = xfs_mode_to_ftype(VFS_I(ip)->i_mode);
1489 TP_printk("dev %d:%d ino 0x%llx ftype %s nlink %u parents %u backrefs %u children %u",
1492 __print_symbolic(__entry->ftype, XFS_DIR3_FTYPE_STR),
2076 unsigned int ftype),
2077 TP_ARGS(sc, dp, ftype),
2082 __field(unsigned int, ftype)
2088 __entry->ftype = ftype;
2090 TP_printk("dev %d:%d ino 0x%llx parent_ino 0x%llx ftype '
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_driver.c235 u8 ftype; local
298 ftype = UVC_VS_FRAME_UNCOMPRESSED;
300 ftype = UVC_VS_FRAME_FRAME_BASED;
318 ftype = UVC_VS_FRAME_MJPEG;
341 ftype = 0;
374 buffer[2] == ftype) {
378 if (ftype != UVC_VS_FRAME_FRAME_BASED)
400 if (ftype != UVC_VS_FRAME_FRAME_BASED) {
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c377 u8 ftype; local
383 ftype = wil_rxdesc_ftype(d) << 2;
384 if (likely(ftype == IEEE80211_FTYPE_DATA)) {
426 ta, vif->wdev.iftype, ftype, skb->len);
452 u8 ftype; local
535 ftype = wil_rxdesc_ftype(d) << 2;
536 if (unlikely(ftype != IEEE80211_FTYPE_DATA)) {
H A Dtxrx_edma.c758 u8 ftype; local
765 ftype = wil_rx_status_get_frame_type(wil, msg);
766 if (ftype == IEEE80211_FTYPE_DATA)
/linux-master/fs/xfs/
H A Dxfs_mount.h347 __XFS_HAS_FEAT(ftype, FTYPE)
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c2672 enum vcap_field_type ftype,
2697 field->ctrl.type = ftype;
2840 enum vcap_field_type ftype,
2865 field->ctrl.type = ftype;
3415 enum vcap_field_type ftype,
3422 return vcap_rule_add_key(rule, key, ftype, data);
3460 enum vcap_field_type ftype,
3467 return vcap_rule_add_action(rule, action, ftype, data);
2670 vcap_rule_add_key(struct vcap_rule *rule, enum vcap_key_field key, enum vcap_field_type ftype, struct vcap_client_keyfield_data *data) argument
2838 vcap_rule_add_action(struct vcap_rule *rule, enum vcap_action_field action, enum vcap_field_type ftype, struct vcap_client_actionfield_data *data) argument
3413 vcap_rule_mod_key(struct vcap_rule *rule, enum vcap_key_field key, enum vcap_field_type ftype, struct vcap_client_keyfield_data *data) argument
3458 vcap_rule_mod_action(struct vcap_rule *rule, enum vcap_action_field action, enum vcap_field_type ftype, struct vcap_client_actionfield_data *data) argument
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_client.c348 cdev->lan_info.ftype = I40E_CLIENT_FTYPE_PF;

Completed in 263 milliseconds

12