Home
last modified time | relevance | path

Searched refs:n_ptys (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dtty_pty.c101 int pty_init(int n_ptys);
105 pty_init(__unused int n_ptys) in pty_init() argument
143 pty_init(int n_ptys) in pty_init() argument
148 n_ptys = min(n_ptys, NPTY); /* clamp to avoid pt_ioctl overflow */ in pty_init()
154 if (m >= n_ptys) { in pty_init()
H A Dtty_ptmx.c96 int ptmx_init(int n_ptys);