Searched refs:cdevsw_setkqueueok (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.61.3/bsd/kern/ |
| H A D | tty_pty.c | 174 if (cdevsw_setkqueueok(PTC_MAJOR, &cdevsw[PTC_MAJOR], CDEVSW_IS_PTC) == -1) { in pty_init() 177 if (cdevsw_setkqueueok(PTS_MAJOR, &cdevsw[PTS_MAJOR], CDEVSW_IS_PTS) == -1) { in pty_init()
|
| H A D | bsd_stubs.c | 287 cdevsw_setkqueueok(int maj, const struct cdevsw * csw, int extra_flags) in cdevsw_setkqueueok() function
|
| H A D | tty_ptmx.c | 210 if (cdevsw_setkqueueok(ptmx_major, &ptmx_cdev, CDEVSW_IS_PTC) == -1) { in ptmx_init() 221 if (cdevsw_setkqueueok(ptsd_major, &ptsd_cdev, CDEVSW_IS_PTS) == -1) { in ptmx_init()
|
| /xnu-10002.61.3/bsd/miscfs/devfs/ |
| H A D | devfs_vfsops.c | 138 if (cdevsw_setkqueueok(7, (&(cdevsw[7])), 0) == -1) { in devfs_init() 144 if (cdevsw_setkqueueok(8, (&(cdevsw[8])), 0) == -1) { in devfs_init()
|
| /xnu-10002.61.3/bsd/sys/ |
| H A D | conf.h | 296 extern int cdevsw_setkqueueok(int, const struct cdevsw*, int);
|