Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dtty_pty.c178 if (cdevsw_setkqueueok(PTS_MAJOR, &cdevsw[PTS_MAJOR], CDEVSW_IS_PTS) == -1) { in pty_init()
H A Dtty_ptmx.c221 if (cdevsw_setkqueueok(ptsd_major, &ptsd_cdev, CDEVSW_IS_PTS) == -1) { in ptmx_init()
/xnu-12377.61.12/bsd/sys/
H A Dconf.h211 #define CDEVSW_IS_PTS 0x08 macro
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c971 if (cdevsw_flags[major(dev)] & CDEVSW_IS_PTS) { in spec_kqfilter()