Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dtty_pty.c160 (void)devfs_make_node(makedev(PTC_MAJOR, m), in pty_init()
167 _pty_driver.primary = PTC_MAJOR; in pty_init()
174 if (cdevsw_setkqueueok(PTC_MAJOR, &cdevsw[PTC_MAJOR], CDEVSW_IS_PTC) == -1) { in pty_init()
/xnu-8796.121.2/bsd/dev/arm64/
H A Dconf.c189 [PTC_MAJOR] = {
/xnu-8796.121.2/bsd/dev/i386/
H A Dconf.c212 [PTC_MAJOR] = {
/xnu-8796.121.2/bsd/sys/
H A Dtty.h344 #define PTC_MAJOR 5 macro