Home
last modified time | relevance | path

Searched refs:CDEVSW_IS_PTC (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Dtty_pty.c175 if (cdevsw_setkqueueok(PTC_MAJOR, &cdevsw[PTC_MAJOR], CDEVSW_IS_PTC) == -1) { in pty_init()
H A Dtty_ptmx.c210 if (cdevsw_setkqueueok(ptmx_major, &ptmx_cdev, CDEVSW_IS_PTC) == -1) { in ptmx_init()
/xnu-12377.61.12/bsd/sys/
H A Dconf.h210 #define CDEVSW_IS_PTC 0x04 macro
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c974 } else if (cdevsw_flags[major(dev)] & CDEVSW_IS_PTC) { in spec_kqfilter()