Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 25 of 26) sorted by relevance

12

/xnu-11215/SETUP/config/
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; in init_dev()
H A Dmkioconf.c86 if (dp->d_type != PSEUDO_DEVICE || dp->d_init == 0) { in pseudo_inits()
93 if (dp->d_type != PSEUDO_DEVICE || dp->d_init == 0) { in pseudo_inits()
H A Dconfig.h97 int d_type; /* CONTROLLER, DEVICE, bus adaptor */ member
H A Dmkheaders.c94 if (dp->d_type == PSEUDO_DEVICE) { in do_count()
H A Dmkmakefile.c443 tdev.d_type = PSEUDO_DEVICE; in read_files()
473 if (eq(dp->d_name, wd) && (dp->d_type != PSEUDO_DEVICE || dp->d_slave)) { in read_files()
/xnu-11215/bsd/sys/
H A Ddirent.h92 __uint8_t d_type; /* file type, see below */ member
107 __uint8_t d_type; /* file type, see below */ \
H A Dconf.h165 int d_type; member
202 int d_type; member
H A Ddisktab.h83 char d_type[MAXTYPLEN]; /* drive type */ member
H A Ddisklabel.h109 u_int16_t d_type; /* drive type */ member
/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1365 dirent.d_type = DT_DIR; in devfs_readdir()
1375 dirent.d_type = DT_DIR; in devfs_readdir()
1383 dirent.d_type = DT_BLK; in devfs_readdir()
1386 dirent.d_type = DT_CHR; in devfs_readdir()
1389 dirent.d_type = DT_DIR; in devfs_readdir()
1392 dirent.d_type = DT_LNK; in devfs_readdir()
1395 dirent.d_type = DT_UNKNOWN; in devfs_readdir()
H A Ddevfs_fdesc_support.c616 dp->d_type = DT_UNKNOWN; in devfs_devfd_readdir()
/xnu-11215/bsd/dev/arm64/
H A Dconf.c243 if (bdevsw[maj].d_type == D_DISK) { in isdisk()
/xnu-11215/bsd/dev/i386/
H A Dconf.c266 if (bdevsw[maj].d_type == D_DISK) { in isdisk()
/xnu-11215/bsd/dev/
H A Dmemdev.c140 .d_type = D_DISK,
157 .d_type = D_DISK,
H A Dmonotonic.c60 .d_mmap = eno_mmap, .d_strategy = eno_strat, .d_type = 0
/xnu-11215/bsd/kern/
H A Dtty_ptmx.c134 .d_type = D_TTY
152 .d_type = D_TTY
/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c408 if (error == 0 && cdevsw[maj].d_type == D_DISK && !vp->v_un.vu_specinfo->si_initted) { in spec_open()
450 (ap->a_mode & FWRITE) && bdevsw[maj].d_type == D_DISK) { in spec_open()
474 if (bdevsw[maj].d_type == D_DISK && !vp->v_un.vu_specinfo->si_initted) { in spec_open()
555 if (cdevsw[major(vp->v_rdev)].d_type == D_DISK) { in spec_read()
696 if (cdevsw[major(dev)].d_type == D_DISK) { in spec_write()
922 } else if (cdevsw[major(dev)].d_type == D_TTY && kn->kn_vnode_kqok) { in spec_kqfilter()
/xnu-11215/bsd/security/audit/
H A Daudit_pipe.c243 .d_type = 0
H A Daudit_session.c355 .d_type = 0
/xnu-11215/san/coverage/
H A Dkcov_ksancov.c1059 .d_type = 0
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c1748 *(int *)data = bdevsw[major(vp->v_rdev)].d_type; in vn_ioctl()
1754 *(int *)data = cdevsw[major(vp->v_rdev)].d_type; in vn_ioctl()
H A Dvfs_syscalls.c10502 entry64->d_type = dep->d_type; in vnode_readdir64()
/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_vnops.c719 e.d_type = DT_DIR; in store_entry_special()
/xnu-11215/bsd/net/
H A Dbpf.c289 .d_type = 0
H A Dpf_ioctl.c210 .d_type = 0

12