Searched refs:pty_softc (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | tty_pty.c | 51 extern struct pty *pty_softc; 218 cv_init(&pty_softc[dev].pt_cv_flags, NULL, CV_DEFAULT, NULL); in ptc_init() 219 cv_init(&pty_softc[dev].pt_cv_readq, NULL, CV_DEFAULT, NULL); in ptc_init() 220 cv_init(&pty_softc[dev].pt_cv_writeq, NULL, CV_DEFAULT, NULL); in ptc_init() 221 mutex_init(&pty_softc[dev].ptc_lock, NULL, MUTEX_DEFAULT, NULL); in ptc_init() 231 cv_destroy(&pty_softc[dev].pt_cv_flags); in ptc_uninit() 232 cv_destroy(&pty_softc[dev].pt_cv_readq); in ptc_uninit() 233 cv_destroy(&pty_softc[dev].pt_cv_writeq); in ptc_uninit() 234 mutex_destroy(&pty_softc[dev].ptc_lock); in ptc_uninit() 254 pty = &pty_softc[getminor(dev)]; in ptcopen() [all …]
|
H A D | tty_ptyconf.c | 50 struct pty *pty_softc; variable 60 pty_softc = (struct pty *) in pty_initspace()
|
H A D | tty_pts.c | 55 extern struct pty *pty_softc; 243 pty = &pty_softc[unit]; in ptslopen()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ptyvar.h | 140 extern struct pty *pty_softc;
|