Home
last modified time | relevance | path

Searched refs:cdevsw_setkqueueok (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/bsd/kern/
H A Dtty_pty.c174 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 Dbsd_stubs.c287 cdevsw_setkqueueok(int maj, const struct cdevsw * csw, int extra_flags) in cdevsw_setkqueueok() function
H A Dtty_ptmx.c210 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-8796.121.2/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c138 if (cdevsw_setkqueueok(7, (&(cdevsw[7])), 0) == -1) { in devfs_init()
144 if (cdevsw_setkqueueok(8, (&(cdevsw[8])), 0) == -1) { in devfs_init()
/xnu-8796.121.2/bsd/sys/
H A Dconf.h296 extern int cdevsw_setkqueueok(int, const struct cdevsw*, int);