Searched refs:npty (Results 1 – 4 of 4) sorted by relevance
48 int npty = NOLDPTY; variable61 kmem_zalloc(npty * sizeof (struct pty), KM_SLEEP); in pty_initspace()
49 extern int npty; /* number of pseudo-ttys configured in */168 for (pty_num = 0; pty_num < npty; pty_num++) { in ptc_attach()216 for (dev = 0; dev < npty; dev++) { in ptc_init()229 for (dev = 0; dev < npty; dev++) { in ptc_uninit()251 if (getminor(dev) >= npty) { in ptcopen()
54 extern int npty; /* number of pseudo-ttys configured in */184 for (tty_num = 0; tty_num < npty; tty_num++) { in ptsl_attach()240 if (unit >= npty) in ptslopen()
141 extern int npty;