Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dtty_pty.c157 pt_ioctl[m].pt_devhandle = devfs_make_node(makedev(PTS_MAJOR, m), in pty_init()
168 _pty_driver.replica = PTS_MAJOR; in pty_init()
177 if (cdevsw_setkqueueok(PTS_MAJOR, &cdevsw[PTS_MAJOR], CDEVSW_IS_PTS) == -1) { in pty_init()
/xnu-8796.121.2/bsd/dev/arm64/
H A Dconf.c194 [PTS_MAJOR] = {
/xnu-8796.121.2/bsd/dev/i386/
H A Dconf.c217 [PTS_MAJOR] = {
/xnu-8796.121.2/bsd/sys/
H A Dtty.h343 #define PTS_MAJOR 4 macro