Searched refs:ptcph (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtty_ptyconf.c52 struct pollhead ptcph; /* poll head for ptcpoll() use */ variable in typeref:struct:pollhead
H A Dtty_pts.c56 extern struct pollhead ptcph; /* poll head for ptcpoll() use */
992 pollwakeup(&ptcph, POLLIN | POLLRDBAND);
1001 pollwakeup(&ptcph, POLLIN | POLLRDNORM);
1012 pollwakeup(&ptcph, POLLOUT | POLLWRNORM);
H A Dtty_pty.c51 extern struct pollhead ptcph; /* poll head for ptcpoll() use */
984 pollhead_t *php = &ptcph;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dptyvar.h138 * pty_softc, npty, ptcph, and pty_initspace are defined in tty_ptyconf.c
143 extern struct pollhead ptcph;

Completed in 151 milliseconds