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

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtty_ptyconf.c50 struct pty *pty_softc; variable in typeref:struct:pty
60 pty_softc = (struct pty *)
H A Dtty_pty.c50 extern struct pty *pty_softc;
217 cv_init(&pty_softc[dev].pt_cv_flags, NULL, CV_DEFAULT, NULL);
218 cv_init(&pty_softc[dev].pt_cv_readq, NULL, CV_DEFAULT, NULL);
219 cv_init(&pty_softc[dev].pt_cv_writeq, NULL, CV_DEFAULT, NULL);
220 mutex_init(&pty_softc[dev].ptc_lock, NULL, MUTEX_DEFAULT, NULL);
230 cv_destroy(&pty_softc[dev].pt_cv_flags);
231 cv_destroy(&pty_softc[dev].pt_cv_readq);
232 cv_destroy(&pty_softc[dev].pt_cv_writeq);
233 mutex_destroy(&pty_softc[dev].ptc_lock);
254 pty = &pty_softc[getmino
[all...]
H A Dtty_pts.c54 extern struct pty *pty_softc;
244 pty = &pty_softc[unit];
/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
142 extern struct pty *pty_softc;

Completed in 44 milliseconds