Home
last modified time | relevance | path

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

/xnu-8020.101.4/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()
148 n_ptys = min(n_ptys, NPTY); /* clamp to avoid pt_ioctl overflow */ in pty_init()
/xnu-8020.101.4/bsd/dev/i386/
H A Dconf.c135 #if NPTY > 0
/xnu-8020.101.4/bsd/dev/arm/
H A Dconf.c112 #if NPTY > 0
/xnu-8020.101.4/bsd/dev/arm64/
H A Dconf.c111 #if NPTY > 0