Home
last modified time | relevance | path

Searched refs:NPTY (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Dtty_pty.c89 #if NPTY == 1
90 #undef NPTY
91 #define NPTY 32 /* crude XXX */ macro
99 static struct ptmx_ioctl pt_ioctl[NPTY];
119 if (minor >= NPTY) { in pty_get_ioctl()
120 printf("pty_get_ioctl failed because minor number %d exceeded %d\n", minor, NPTY); in pty_get_ioctl()
149 n_ptys = min(n_ptys, NPTY); /* clamp to avoid pt_ioctl overflow */ in pty_init()
/xnu-12377.61.12/bsd/dev/arm64/
H A Dconf.c111 #if NPTY > 0
/xnu-12377.61.12/bsd/dev/i386/
H A Dconf.c135 #if NPTY > 0