Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/netinet/
H A Ddccp.h49 d_type:4, member
54 d_type:4, member
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Ddirent.h67 int d_type; member
113 int d_type; member
491 entp->d_type = DT_CHR; in readdir()
493 entp->d_type = DT_DIR; in readdir()
495 entp->d_type = DT_REG; in readdir()
512 entp->d_type = DT_UNKNOWN; in readdir()
/f-stack/freebsd/sys/
H A Ddirent.h70 __uint8_t d_type; /* file type, see below */ member
86 __uint8_t d_type; /* file type, see below */ member
/f-stack/freebsd/sys/disk/
H A Dbsd.h59 uint16_t d_type; /* drive type */ member
/f-stack/freebsd/contrib/cloudabi/
H A Dcloudabi_types_common.h347 _Alignas(1) cloudabi_filetype_t d_type;
352 _Static_assert(offsetof(cloudabi_dirent_t, d_type) == 20, "Incorrect layout");
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c270 entry.d_type = DT_DIR; in sfs_readdir_common()
284 entry.d_type = DT_DIR; in sfs_readdir_common()
688 entry.d_type = DT_DIR; in zfsctl_root_readdir()
1070 entry.d_type = DT_DIR; in zfsctl_snapdir_readdir()
H A Dzfs_vnops_os.c1891 odp->d_type = type; in zfs_readdir()
5583 if (dp->d_type != DT_REG && dp->d_type != DT_UNKNOWN) in zfs_listextattr()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_project.c243 if (!ret && zpc->zpc_recursive && ent->d_type == DT_DIR) in zfs_project_handle_dir()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c212 if (ep->d_type != DT_DIR) { /* skip "." and ".." dirs */ in dm_get_underlying_path()
/f-stack/app/nginx-1.16.1/auto/
H A Dunix970 ngx_feature="struct dirent.d_type"
977 ngx_feature_test="struct dirent dir; dir.d_type = DT_REG;
978 printf(\"%d\", (int) dir.d_type)"
/f-stack/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c332 if (entry->d_name[0] == '.' || entry->d_type != DT_DIR) in rte_fslmc_scan()
/f-stack/freebsd/kern/
H A Dvfs_default.c381 if (dp->d_type != DT_WHT && dp->d_fileno != 0 && in dirent_exists()
899 if ((dp->d_type != DT_WHT) && in vop_stdvptocnp()
H A Duipc_mqueue.c1437 entry.d_type = DT_DIR; in mqfs_readdir()
1440 entry.d_type = DT_REG; in mqfs_readdir()
1443 entry.d_type = DT_LNK; in mqfs_readdir()
H A Dvfs_syscalls.c3932 dstdp.d_type = dp->d_type; in freebsd11_kern_getdirentries()
3982 dp->d_type = dp->d_namlen; in ogetdirentries_cvt()
3989 dp->d_type = 0; in ogetdirentries_cvt()
H A Dvfs_subr.c6327 if (dp->d_type == DT_WHT) in vfs_emptydir()
6331 if (dp->d_type != DT_DIR && in vfs_emptydir()
6332 dp->d_type != DT_UNKNOWN) { in vfs_emptydir()
/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_of.c112 switch (d[loop]->d_type) { in iterate_dir()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.c693 dir->type = dir->de->d_type; in ngx_read_dir()