Searched refs:d_type (Results 1 - 21 of 21) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddirent.h95 __uint8_t d_type; /* file type, see below */ member in struct:dirent
110 __uint8_t d_type; /* file type, see below */ \
H A Ddisktab.h38 * Changed d_name and d_type to be char arrays rather than ptrs
83 char d_type[MAXTYPLEN]; /* drive type */ member in struct:disktab
H A Dconf.h86 * Types for d_type.
162 int d_type; member in struct:bdevsw
198 int d_type; member in struct:cdevsw
H A Ddisklabel.h109 u_int16_t d_type; /* drive type */ member in struct:disklabel
110 u_int16_t d_subtype; /* controller/d_type specific */
216 /* d_type values: */
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Ddir.h118 u_int8_t d_type; /* file type, see below */ member in struct:direct
151 ((sizeof(struct direct) - (UFSMAXNAMLEN+1)) + (((dp)->d_type+1 + 3) &~ 3)) : \
H A Dufs_lookup.c328 namlen = ep->d_type;
341 ep->d_type == DT_WHT) {
597 namlen = ep->d_type;
653 newdir.d_type = IFTODT(ip->i_mode);
655 newdir.d_type = 0;
658 newdir.d_namlen = newdir.d_type;
659 newdir.d_type = tmp; }
833 ep->d_type = DT_WHT;
909 ep->d_type = IFTODT(ip->i_mode);
972 namlen = dp->d_type;
[all...]
H A Dufs_vnops.c678 newdir.d_type = DT_WHT;
1411 dp->d_namlen = dp->d_type;
1412 dp->d_type = tmp;
1447 * d_type: file type
1508 * d_type fields for older versions of UFS,
1514 dp->d_namlen = dp->d_type;
1515 dp->d_type = tmp;
1525 xdp->d_type = dp->d_type;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1178 dirent.d_type = DT_DIR;
1188 dirent.d_type = DT_DIR;
1196 dirent.d_type = DT_BLK;
1199 dirent.d_type = DT_CHR;
1202 dirent.d_type = DT_DIR;
1205 dirent.d_type = DT_LNK;
1208 dirent.d_type = DT_UNKNOWN;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_util.c63 u_int8_t d_type; /* file type, see below */ member in struct:synthfs_direntry_head
314 direntry.d_type = type;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dconf.c316 if (bdevsw[maj].d_type == D_DISK) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dconf.c287 if (bdevsw[maj].d_type == D_DISK) {
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c244 if (cdevsw[maj].d_type == D_TTY) {
260 (ap->a_mode & FWRITE) && bdevsw[maj].d_type == D_DISK)
534 if (bdevsw[major(dev)].d_type == D_TAPE)
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c622 dp->d_type = DT_UNKNOWN;
648 dp->d_type = DT_UNKNOWN;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c1118 *(int *)data = bdevsw[major(vp->v_rdev)].d_type;
1125 *(int *)data = cdevsw[major(vp->v_rdev)].d_type;
H A Dvfs_syscalls.c5596 entry64.d_type = dep->d_type;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs4_vnops.c730 dp->d_type = DT_DIR;
750 dp->d_type = DT_DIR;
859 dp->d_type = DT_UNKNOWN;
911 dp->d_type = IFTODT(VTTOIF(nvattr.nva_type));
H A Dnfs_vnops.c4181 dp->d_type = DT_UNKNOWN;
4414 dp->d_type = DT_UNKNOWN;
4457 dp->d_type = IFTODT(VTTOIF(nvattr.nva_type));
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vnops.c435 idp->saveent.d_type = idp->current.d_type = DT_UNKNOWN;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vnops.c2902 u_int8_t d_type; /* dirent file type */ member in struct:hfs_stddotentry
2912 u_int8_t d_type; /* dirent file type */ member in struct:hfs_extdotentry
2930 * u_int8_t d_type; // file type
3022 entry->d_type = DT_DIR;
3032 entry->d_type = DT_DIR;
3044 entry->d_type = DT_DIR;
3052 entry->d_type = DT_DIR;
H A Dhfs_catalog.c2778 catent.d_type = type;
2867 entry->d_type = type;
2945 catent.d_type = type;
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c4109 printf( "d_ino %d d_reclen %d d_type %d d_namlen %d \"%s\" \n",
4110 my_dirent_p->d_ino, my_dirent_p->d_reclen, my_dirent_p->d_type,
4116 if ( my_dirent_p->d_type == DT_REG && my_dirent_p->d_ino != 0 &&

Completed in 239 milliseconds