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

123

/macosx-10.10/Libc-1044.1.2/include/
H A Ddisktab.h46 char *d_type; /* drive type */ member in struct:disktab
/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A Dmkioconf.c86 if (dp->d_type != PSEUDO_DEVICE || dp->d_init == 0)
92 if (dp->d_type != PSEUDO_DEVICE || dp->d_init == 0)
H A Dparser.y210 cur.d_type = PSEUDO_DEVICE;
215 cur.d_type = PSEUDO_DEVICE;
221 cur.d_type = PSEUDO_DEVICE;
227 cur.d_type = PSEUDO_DEVICE;
280 dp->d_type = PSEUDO_DEVICE;
H A Dconfig.h88 int d_type; /* CONTROLLER, DEVICE, bus adaptor */ member in struct:device
H A Dmkheaders.c92 if (dp->d_type == PSEUDO_DEVICE) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ddirent.h92 __uint8_t d_type; /* file type, see below */ member in struct:dirent
107 __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.h88 * Types for d_type.
160 int d_type; member in struct:bdevsw
197 int d_type; member in struct:cdevsw
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast_dir.h69 * the kernel *and* all directories must be fixed, so d_type
74 #define D_TYPE(d) ((d)->d_type)
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dscandir.c87 p->d_type = d->d_type;
H A Dscandir_b.c87 p->d_type = d->d_type;
H A Dreaddir.c84 if (dp->d_type == DT_WHT && (dirp->dd_flags & DTF_HIDEW))
/macosx-10.10/dtrace-147/libelf/
H A Dgetdata.c179 Elf_Type t = d->db_data.d_type;
189 Elf_Type t = d->db_data.d_type;
218 src.d_type = d->db_data.d_type;
251 if ((size_t)d->db_data.d_type >= NALIGN(elf)) {
280 % ALIGN(elf)[d->db_data.d_type]) == 0) {
H A Dupdate.c239 if ((fsz = elf_fsize(d->db_data.d_type,
243 j = _elf_msize(d->db_data.d_type, ver);
409 if ((fsz = elf_fsize(d->db_data.d_type, 1,
412 j = _elf_msize(d->db_data.d_type, ver);
528 src.d_type = ELF_T_EHDR;
552 src.d_type = ELF_T_PHDR;
652 src.d_type = ELF_T_SHDR;
856 src.d_type = dst.d_type = ELF_T_EHDR;
876 src.d_type
[all...]
H A Dclscook.c293 d->db_data.d_type = _elf_mtype(elf, sh->sh_type, work);
296 fsz = elf_fsize(d->db_data.d_type, 1, elf->ed_version);
297 msz = _elf_msize(d->db_data.d_type, elf->ed_version);
372 src.d_type = ELF_T_EHDR;
452 src.d_type = ELF_T_PHDR;
505 src.d_type = ELF_T_SHDR;
540 src.d_type = ELF_T_SHDR;
665 src.d_type = ELF_T_SHDR;
/macosx-10.10/diskdev_cmds-576/fstyp.tproj/
H A Dfstyp.c112 ((dp->d_type == DT_REG) || (dp->d_type == DT_LNK)) &&
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_parse.h71 u_int8_t d_type; /* file type, see below */ member in struct:large_dirent
89 // __uint8_t d_type; /* file type, see below */
98 // __uint8_t d_type; /* file type, see below */
113 __uint8_t d_type; /* file type, see below */ member in struct:webdav_dirent
/macosx-10.10/sudo-73/src/
H A Dttyname.c242 /* Use d_type to avoid a stat() if possible. */
243 /* Convert d_type to stat-style type bits but follow links. */
244 if (dp->d_type != DT_LNK && dp->d_type != DT_CHR)
245 sb.st_mode = DTTOIF(dp->d_type);
/macosx-10.10/PowerManagement-494.1.2/swd/
H A Dswd.c119 && (dp->d_type == DT_REG)) {
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_io.c94 de64->d_type = dtype;
107 de32->d_type = dtype;
142 de64p->d_type, de64p->d_fileno, flags);
147 de32p->d_type, de32p->d_fileno, flags);
/macosx-10.10/Libc-1044.1.2/gen/
H A Ddisklabel.c132 dp->d_type = gettype(cq, dktypenames);
134 getnumdflt(dp->d_type, "dt", 0);
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c110 printf( "d_ino %d d_reclen %d d_type %d d_namlen %d \"%s\" \n",
111 my_dirent_p->d_ino, my_dirent_p->d_reclen, my_dirent_p->d_type,
117 if ( my_dirent_p->d_type == DT_REG && my_dirent_p->d_ino != 0 &&
/macosx-10.10/autofs-246/headers/
H A Dautofs.h250 __uint8_t d_type; /* file type, see below */ member in struct:dirent_nonext
/macosx-10.10/dtrace-147/head/
H A Dlibelf.h162 Elf_Type d_type; member in struct:__anon8385
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp128 if (Entry->d_type == DT_DIR) {

Completed in 297 milliseconds

123