HomeSort by: relevance | last modified time | path
    Searched refs:d_type (Results 1 - 25 of 152) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/compat/sys/
dirent.h 47 u_int8_t d_type; /* file type, see below */ member in struct:dirent12
  /src/sys/compat/linux/common/
linux_dirent.h 48 unsigned char d_type; member in struct:linux_dirent64
  /src/sys/ufs/ufs/
dir.h 84 u_int8_t d_type; /* file type, see below */ member in struct:direct
125 UFS_DIRECTSIZ((dp)->d_type) : UFS_DIRECTSIZ((dp)->d_namlen))
129 UFS_DIRECTSIZ((dp)->d_type) : UFS_DIRECTSIZ((dp)->d_namlen))
150 * return ((FSFMT(vp) && swap) ? dp->d_type : dp->d_namlen);
170 * volumes there is no d_type field, just a 16-bit d_namlen; so if
172 * in the first byte, which in the NEWDIRFMT structure is the d_type
  /src/lib/libc/compat/gen/
compat_readdir.c 37 d12->d_type = (uint8_t)d->d_type;
  /src/lib/libc/compat/sys/
compat_getdents.c 81 odp->d_type = ndp->d_type;
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp 69 if (E->d_type == DT_REG || E->d_type == DT_LNK ||
70 (E->d_type == DT_UNKNOWN && IsFile(Path)))
72 else if ((E->d_type == DT_DIR ||
73 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) &&
  /src/sbin/fsck_ffs/
pass2.c 341 dirp->d_type = inoinfo(iswap32(dirp->d_ino))->ino_type;
358 if (newinofmt && dirp->d_type != DT_DIR) {
361 dirp->d_type = DT_DIR;
370 proto.d_type = DT_DIR;
372 proto.d_type = 0;
382 tmp = proto.d_type;
383 proto.d_type = proto.d_namlen;
421 proto.d_type = DT_DIR;
423 proto.d_type = 0;
433 tmp = proto.d_type;
    [all...]
dir.c 160 tdp->d_namlen = tdp->d_type;
161 tdp->d_type = tmp;
204 dp->d_namlen = dp->d_type;
205 dp->d_type = tmp;
263 dp->d_type = 0;
327 namlen = dp->d_type;
330 type = dp->d_type;
350 if (dp->d_type != 0) {
351 dp->d_type = 0;
527 dirp->d_type = inoinfo(idesc->id_parent)->ino_type
    [all...]
  /src/sys/ufs/chfs/
chfs_subr.c 146 dent.d_type = DT_BLK;
150 dent.d_type = DT_CHR;
154 dent.d_type = DT_DIR;
158 dent.d_type = DT_FIFO;
162 dent.d_type = DT_LNK;
166 dent.d_type = DT_REG;
170 dent.d_type = DT_SOCK;
  /src/sys/arch/ia64/stand/efi/libefi/
efiboot.h 41 int d_type; member in struct:efi_devdesc
efifs_ls.c 185 if (dp->d_type >= NELEM(typestr) ||
186 !(t = typestr[dp->d_type])) {
209 n->e_type = dp->d_type;
  /src/sys/sys/
dirent.h 54 uint8_t d_type; /* file type, see below */ member in struct:dirent
  /src/lib/libc/gen/
scandir.c 138 p->d_type = d->d_type;
  /src/sys/arch/ia64/stand/common/
ls.c 117 snprintf(lbuf, sizeof(lbuf), " %c %8d %s\n", typestr[d->d_type],
120 snprintf(lbuf, sizeof(lbuf), " %c %s\n", typestr[d->d_type],
  /src/usr.bin/xlint/lint1/
decl.c 203 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
320 lint_assert(dcs->d_type == NULL);
325 dcs->d_type = tp;
333 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
340 dcs->d_type = tp;
345 if (dcs->d_type != NULL && !dcs->d_type->t_typedef) {
374 if (dcs->d_type != NULL && dcs->d_type->t_typedef) {
376 dcs->d_type = typedef_error(dcs->d_type, t)
    [all...]
  /src/lib/libukfs/
ukfs_int_disklabel.h 53 uint16_t d_type; /* drive type */ member in struct:ukfs__disklabel
54 uint16_t d_subtype; /* controller/d_type specific */
  /src/sys/arch/atari/stand/tostools/aptck/
disklbl.h 41 u_int16_t d_type; /* drive type */ member in struct:disklabel
42 u_int16_t d_subtype; /* controller/d_type specific */
  /src/sys/arch/atari/stand/tostools/libtos/
disklbl.h 41 u_int16_t d_type; /* drive type */ member in struct:disklabel
42 u_int16_t d_subtype; /* controller/d_type specific */
  /src/sys/arch/ia64/stand/ia64/ski/
libski.h 34 int d_type; member in struct:ski_devdesc
main.c 98 currdev.d_type = DEVT_DISK;
  /src/usr.sbin/diskpart/
diskpart.c 184 if (dp->d_type == DKTYPE_SMD && dp->d_flags & D_BADSECT &&
270 if (dp->d_type != DKTYPE_MSCP) {
307 if (dp->d_type == DKTYPE_SMD && dp->d_flags & D_BADSECT)
309 printf("\\\n\t:dt=%s:", dktypenames[dp->d_type]);
399 dp->d_type = 1;
403 dp->d_type = i;
437 if (dp->d_type == DKTYPE_SMD) {
  /src/sbin/disklabel/
bswap.c 82 nlp->d_type = bswap16(olp->d_type);
printlabel.c 65 if ((unsigned) lp->d_type < DKMAXTYPES)
66 (void)fprintf(f, "type: %s\n", dktypenames[lp->d_type]);
68 (void)fprintf(f, "type: %" PRIu16 "\n", lp->d_type);
  /src/sys/arch/luna68k/stand/boot/
disklabel.c 207 bp->d_type = DKTYPE_SCSI;
338 if ((unsigned) lp->d_type < DKMAXTYPES)
339 printf("type: %s\n", dktypenames[lp->d_type]);
341 printf("type: %d\n", lp->d_type);
  /src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c 167 unsigned char d_type; member in struct:cygwin_dirent
232 idb.d_type = bdp->d_type;

Completed in 26 milliseconds

1 2 3 4 5 6 7