| /src/sys/compat/sys/ |
| dirent.h | 47 u_int8_t d_type; /* file type, see below */ member in struct:dirent12
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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 */
|
| 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 */
|
| 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 */
|
| 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;
|
| 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
|
| 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
|
| 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)
|