HomeSort by: relevance | last modified time | path
    Searched defs:d_type (Results 1 - 18 of 18) sorted by relevancy

  /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/arch/ia64/stand/efi/libefi/
efiboot.h 41 int d_type; member in struct:efi_devdesc
  /src/sys/sys/
dirent.h 54 uint8_t d_type; /* file type, see below */ member in struct:dirent
disklabel.h 155 uint16_t d_type; /* drive type */ member in struct:disklabel
156 uint16_t d_subtype; /* controller/d_type specific */
247 uint16_t d_type; member in struct:olddisklabel
323 /* d_type values: */
  /src/sys/arch/ia64/stand/ia64/ski/
libski.h 34 int d_type; member in struct:ski_devdesc
  /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/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;
  /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/sys/arch/ia64/stand/common/
bootstrap.h 46 int d_type; member in struct:devdesc
  /src/usr.bin/rump_allserver/
rump_allserver.c 521 uint16_t d_type; /* drive type */ member in struct:rumpserver_disklabel
522 uint16_t d_subtype; /* controller/d_type specific */
  /src/sys/kern/
vfs_mount.c 1480 int d_type; local in function:rawdev_mounted
1483 d_type = D_OTHER;
1500 d_type = (cdev->d_flag & D_TYPEMASK);
1516 d_type = (bdev->d_flag & D_TYPEMASK);
1527 if (d_type != D_DISK)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc 702 u8 d_type; // not used member in struct:__sanitizer::linux_dirent
716 unsigned char d_type; member in struct:__sanitizer::linux_dirent
  /src/sys/coda/
coda.h 178 unsigned char d_type; /* file type, see below */ member in struct:venus_dirent
  /src/usr.bin/xlint/lint1/
lint1.h 357 type_t *d_type; /* after dcs_end_type, the pointer to the type member in struct:decl_level
  /src/sys/rump/include/rump/
rumpdefs.h 590 uint8_t d_type; /* file type, see below */ member in struct:rump_dirent

Completed in 58 milliseconds