Searched refs:d_type (Results 51 - 75 of 103) sorted by relevance

12345

/freebsd-11-stable/stand/libsa/
H A Dcd9660.c576 d->d_type = DT_DIR;
578 d->d_type = DT_REG;
H A Dufsread.c112 return d.d_type;
H A Dext2fs.c299 uint8_t d_type; /* file type */ member in struct:ext2dirent
904 d->d_type = EXTFTODT(ed->d_type);
/freebsd-11-stable/stand/userboot/test/
H A Dtest.c205 *type_return = dp->d_type;
/freebsd-11-stable/contrib/file/src/
H A Dcdf.h95 uint8_t d_type; member in struct:__anon6
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y142 %type <l_node> d_type
216 | d_type DT_TOK_EOF { return (dt_node_root($1)); }
227 d_type: DT_CTX_DTYPE { $$ = NULL; } label
/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.c795 if (dp->d_type == DT_WHT)
809 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)
H A Dfts.c778 if (dp->d_type == DT_WHT)
792 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vnops.c495 idp->saveent.d_type = idp->assocent.d_type = idp->current.d_type =
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c837 pfsent->entry.d_type = DT_DIR;
840 pfsent->entry.d_type = DT_REG;
843 pfsent->entry.d_type = DT_LNK;
/freebsd-11-stable/bin/sh/
H A Dexpand.c1180 if (dp->d_type != DT_UNKNOWN &&
1181 dp->d_type != DT_DIR &&
1182 dp->d_type != DT_LNK)
/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.c1005 inode_type(DTTOIF(de->d_type)), i, reclen,
1025 de.d_type = IFTODT(node->type);
1041 ufs_rw32(de.d_ino, needswap), de.d_type, reclen,
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vnops.c842 dir.d_type = DT_DIR;
853 dir.d_type = DT_DIR;
865 dir.d_type = (fid->file_char & UDF_FILE_CHAR_DIR) ?
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c455 char d_type = '\0'; local
464 d_type = SOCKET_TYPE_CHAR_TCP;
468 d_type = SOCKET_TYPE_CHAR_UDP;
477 type = d_type;
/freebsd-11-stable/libexec/rtld-elf/
H A Dlibmap.c174 if (dp->d_type != DT_REG)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c302 u_char d_type; member in struct:l_dirent64
307 * Linux uses the last byte in the dirent buffer to store d_type,
383 * Copy d_type to last byte of l_dirent buffer
385 lbuf[linuxreclen - 1] = bdp->d_type;
464 linux_dirent64->d_type = bdp->d_type;
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c599 if (le16toh(d->d_type) == DTYPE_SCSI)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dcgram.y410 tspec_t ts = dcs->d_type->t_tspec;
418 tspec_t ts = dcs->d_type->t_tspec;
/freebsd-11-stable/sys/kern/
H A Dvfs_default.c361 if (dp->d_type != DT_WHT && dp->d_fileno != 0 &&
890 if ((dp->d_type != DT_WHT) &&
/freebsd-11-stable/sbin/tunefs/
H A Dtunefs.c724 dp->d_type = DT_UNKNOWN;
747 dp->d_type = DT_REG;
/freebsd-11-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-11-stable/sys/ufs/ufs/
H A Dufs_vnops.c1037 newdir.d_type = DT_WHT;
2201 dstdp.d_namlen = dp->d_type;
2202 dstdp.d_type = dp->d_namlen;
2207 dstdp.d_type = dp->d_type;
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1560 dirbuf.d_type = DT_DIR;
1680 dirbuf.d_type = DT_DIR;
1684 dirbuf.d_type = DT_REG;
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_pfs.c93 if ((ep->d_type == DT_DIR)
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vnops.c375 dirent.d_type = DT_DIR;

Completed in 162 milliseconds

12345