Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dtty_ptyconf.c48 int npty = NOLDPTY; variable
61 kmem_zalloc(npty * sizeof (struct pty), KM_SLEEP); in pty_initspace()
H A Dtty_pty.c49 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()
H A Dtty_pts.c54 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()
/titanic_44/usr/src/uts/common/sys/
H A Dptyvar.h141 extern int npty;