Searched refs:d_type (Results 76 - 100 of 111) sorted by relevance

12345

/freebsd-12-stable/stand/efi/libefi/
H A Defihttp.c775 d->d_type = DT_DIR;
777 d->d_type = DT_REG;
/freebsd-12-stable/stand/libsa/zfs/
H A Dzfs.c278 d->d_type = ZFS_DIRENT_TYPE(mze.mze_value);
355 d->d_type = ZFS_DIRENT_TYPE(value);
/freebsd-12-stable/sbin/tunefs/
H A Dtunefs.c742 dp->d_type = DT_UNKNOWN;
765 dp->d_type = DT_REG;
/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_vnops.c1038 newdir.d_type = DT_WHT;
2202 dstdp.d_namlen = dp->d_type;
2203 dstdp.d_type = dp->d_namlen;
2208 dstdp.d_type = dp->d_type;
/freebsd-12-stable/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1549 dirbuf.d_type = DT_DIR;
1669 dirbuf.d_type = DT_DIR;
1673 dirbuf.d_type = DT_REG;
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_pfs.c93 if ((ep->d_type == DT_DIR)
/freebsd-12-stable/sys/fs/autofs/
H A Dautofs_vnops.c374 dirent.d_type = DT_DIR;
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dutils.cc415 fde->type = it.d_type;
/freebsd-12-stable/stand/i386/boot2/
H A Dboot2.c517 if (d->d_type == DTYPE_SCSI)
/freebsd-12-stable/stand/libsa/
H A Dpkgfs.c422 d->d_type = DT_REG;
H A Ddosfs.c489 d->d_type = (dd.de.attr & FA_DIR) ? DT_DIR : DT_REG;
H A Dnandfs.c565 d->d_type = dirent->file_type;
/freebsd-12-stable/usr.sbin/bhyveload/
H A Dbhyveload.c260 *type_return = dp->d_type;
/freebsd-12-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c1959 data->d_type = ELF_T_WORD;
1961 data->d_type = ELF_T_XWORD;
2255 data->d_type = ELF_T_XWORD;
/freebsd-12-stable/sys/kern/
H A Duipc_mqueue.c1438 entry.d_type = DT_DIR;
1441 entry.d_type = DT_REG;
1444 entry.d_type = DT_LNK;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp698 u8 d_type; // not used member in struct:__sanitizer::linux_dirent
712 unsigned char d_type; member in struct:__sanitizer::linux_dirent
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2280 if (proc_entry->d_type == DT_DIR && isdigit(proc_entry->d_name[0])) {
2322 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) {
/freebsd-12-stable/contrib/elftoolchain/size/
H A Dsize.c221 src.d_type = type;
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc700 if (dirEntry->d_type == DT_REG
/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_lookup.c228 dstdp.d_type = FTTODT(dp->e2d_type);
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_internal.c644 de->d_type = fudge->type;
/freebsd-12-stable/sbin/fsdb/
H A Dfsdb.c415 typename[dirp->d_type], dirp->d_namlen, dirp->d_name);
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c2982 dp->d_type = DT_DIR;
3002 dp->d_type = DT_DIR;
3132 dp->d_type = DT_UNKNOWN;
3197 dp->d_type = vtonfs_dtype(nfsva.na_type);
3262 dp->d_type = DT_UNKNOWN;
3419 dp->d_type = DT_DIR;
3439 dp->d_type = DT_DIR;
3550 dp->d_type = DT_UNKNOWN;
3686 dp->d_type =
3766 dp->d_type
[all...]
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c132 #define cplus_demangle_type d_type
133 static struct demangle_component *d_type (struct d_info *);
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c160 #define cplus_demangle_type d_type
161 static struct demangle_component *d_type (struct d_info *);

Completed in 213 milliseconds

12345