/Linux-v4.19/kernel/trace/ |
D | trace_probe.h | 206 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 214 ASSIGN_FETCH_FUNC(reg, ftype), \ 215 ASSIGN_FETCH_FUNC(stack, ftype), \ 216 ASSIGN_FETCH_FUNC(retval, ftype), \ 217 ASSIGN_FETCH_FUNC(comm, ftype), \ 218 ASSIGN_FETCH_FUNC(memory, ftype), \ 219 ASSIGN_FETCH_FUNC(symbol, ftype), \ 220 ASSIGN_FETCH_FUNC(deref, ftype), \ 221 ASSIGN_FETCH_FUNC(bitfield, ftype), \ 222 ASSIGN_FETCH_FUNC(file_offset, ftype), \ [all …]
|
/Linux-v4.19/usr/ |
D | gen_initramfs_list.sh | 117 local ftype=$(filetype "${location}") 123 [ "${ftype}" = "invalid" ] && return 0 126 case "${ftype}" in 128 str="${ftype} ${name} ${location} ${str}" 138 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}" 142 str="${ftype} ${name} ${target} ${str}" 145 str="${ftype} ${name} ${str}"
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_da_format.c | 78 uint8_t ftype) in xfs_dir2_sfe_put_ftype() argument 80 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_sfe_put_ftype() 87 uint8_t ftype; in xfs_dir3_sfe_get_ftype() local 89 ftype = sfep->name[sfep->namelen]; in xfs_dir3_sfe_get_ftype() 90 if (ftype >= XFS_DIR3_FT_MAX) in xfs_dir3_sfe_get_ftype() 92 return ftype; in xfs_dir3_sfe_get_ftype() 98 uint8_t ftype) in xfs_dir3_sfe_put_ftype() argument 100 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir3_sfe_put_ftype() 102 sfep->name[sfep->namelen] = ftype; in xfs_dir3_sfe_put_ftype() 243 uint8_t ftype) in xfs_dir2_data_put_ftype() argument [all …]
|
D | xfs_dir2.h | 39 uint8_t ftype); 52 uint8_t ftype);
|
D | xfs_dir2_node.c | 2192 int ftype; /* new file type */ in xfs_dir2_node_replace() local 2212 ftype = args->filetype; in xfs_dir2_node_replace() 2251 args->dp->d_ops->data_put_ftype(dep, ftype); in xfs_dir2_node_replace()
|
/Linux-v4.19/net/mac80211/ |
D | mesh_plink.c | 982 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument 989 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event() 999 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event() 1021 switch (ftype) { in mesh_plink_get_event() 1077 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local 1095 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame() 1096 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame() 1097 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame() 1098 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame() 1102 ftype, ie_len); in mesh_process_plink_frame() [all …]
|
/Linux-v4.19/arch/arm/include/asm/ |
D | user.h | 46 unsigned char ftype[8]; member
|
/Linux-v4.19/fs/nfsd/ |
D | nfs3proc.c | 331 if (argp->ftype == 0 || argp->ftype >= NF3BAD) in nfsd3_proc_mknod() 333 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod() 339 if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) in nfsd3_proc_mknod() 342 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()
|
D | nfs3xdr.c | 518 args->ftype = ntohl(*p++); in nfs3svc_decode_mknodargs() 520 if (args->ftype == NF3BLK || args->ftype == NF3CHR in nfs3svc_decode_mknodargs() 521 || args->ftype == NF3SOCK || args->ftype == NF3FIFO) in nfs3svc_decode_mknodargs() 524 if (args->ftype == NF3BLK || args->ftype == NF3CHR) { in nfs3svc_decode_mknodargs()
|
D | xdr3.h | 60 __u32 ftype; member
|
D | vfs.c | 393 umode_t ftype = 0; in nfsd_setattr() local 402 ftype = S_IFREG; in nfsd_setattr() 408 err = fh_verify(rqstp, fhp, ftype, accmode); in nfsd_setattr()
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | p80211netdev.c | 924 u16 ftype; in p80211_rx_typedrop() local 928 ftype = WLAN_GET_FC_FTYPE(fc); in p80211_rx_typedrop() 932 ftype, fstype); in p80211_rx_typedrop() 934 switch (ftype) { in p80211_rx_typedrop()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
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()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_client.h | 92 u8 ftype; /* function type, PF or VF */ member
|
D | i40evf_client.c | 208 cinst->lan_info.ftype = I40E_CLIENT_FTYPE_VF; in i40evf_client_add_instance()
|
/Linux-v4.19/drivers/tty/ |
D | n_gsm.c | 245 u8 ftype; /* UI or UIH */ member 809 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_data_output() 878 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_data_output_framed() 995 msg = gsm_data_alloc(gsm, 0, dlen + 2, gsm->ftype); in gsm_control_reply() 1297 struct gsm_msg *msg = gsm_data_alloc(gsm, 0, ctrl->len + 1, gsm->ftype); in gsm_control_transmit() 2207 gsm->ftype = UIH; in gsm_alloc_mux() 2563 gsm->ftype = UIH; in gsmld_config() 2565 gsm->ftype = UI; in gsmld_config() 2597 if (gsm->ftype == UIH) in gsmld_ioctl() 2601 pr_debug("Ftype %d i %d\n", gsm->ftype, c.i); in gsmld_ioctl()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_client.h | 91 u8 ftype; /* function type, PF or VF */ member
|
D | i40e_client.c | 302 cdev->lan_info.ftype = I40E_CLIENT_FTYPE_PF; in i40e_client_add_instance()
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_driver.c | 409 u8 ftype; in uvc_parse_format() local 457 ftype = UVC_VS_FRAME_UNCOMPRESSED; in uvc_parse_format() 459 ftype = UVC_VS_FRAME_FRAME_BASED; in uvc_parse_format() 478 ftype = UVC_VS_FRAME_MJPEG; in uvc_parse_format() 514 ftype = 0; in uvc_parse_format() 546 buffer[2] == ftype) { in uvc_parse_format() 548 if (ftype != UVC_VS_FRAME_FRAME_BASED) in uvc_parse_format() 569 if (ftype != UVC_VS_FRAME_FRAME_BASED) { in uvc_parse_format()
|
/Linux-v4.19/include/net/ |
D | cfg80211.h | 5003 enum cfg80211_bss_frame_type ftype, 5012 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_width() argument 5023 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss_width() 5031 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss() argument 5042 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss()
|
/Linux-v4.19/net/wireless/ |
D | mlme.c | 707 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt() local 725 if (reg->frame_type != ftype) in cfg80211_rx_mgmt()
|
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | txrx_edma.c | 752 u8 ftype; in wil_check_bar() local 759 ftype = wil_rx_status_get_frame_type(wil, msg); in wil_check_bar() 760 if (ftype == IEEE80211_FTYPE_DATA) in wil_check_bar()
|
D | txrx.c | 449 u8 ftype; in wil_vring_reap_rx() local 527 ftype = wil_rxdesc_ftype(d) << 2; in wil_vring_reap_rx() 528 if (unlikely(ftype != IEEE80211_FTYPE_DATA)) { in wil_vring_reap_rx()
|
/Linux-v4.19/fs/ceph/ |
D | dir.c | 499 u32 ftype; in ceph_readdir() local 509 ftype = le32_to_cpu(rde->inode.in->mode) >> 12; in ceph_readdir() 515 ceph_translate_ino(inode->i_sb, ino), ftype)) { in ceph_readdir()
|
/Linux-v4.19/fs/nfs/ |
D | nfstrace.h | 14 #define nfs_show_file_type(ftype) \ argument 15 __print_symbolic(ftype, \
|