Home
last modified time | relevance | path

Searched refs:pt_ucntl (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Dtty_pty.c276 pty->pt_ucntl = 0; in ptcopen()
369 pty->pt_ucntl) { in ptcread()
370 tmp = pty->pt_ucntl; in ptcread()
371 pty->pt_ucntl = 0; in ptcread()
377 if (pty->pt_ucntl == 0) in ptcread()
378 pty->pt_ucntl = tmp; in ptcread()
381 if (pty->pt_ucntl == 0) in ptcread()
826 pty->pt_ucntl) in ptcioctl()
1026 (pty->pt_ucntl || pty->pt_stuffqfirst != NULL)) { in ptcpoll()
1033 if ((pty->pt_flags & PF_43UCNTL) && pty->pt_ucntl) { in ptcpoll()
[all …]
H A Dtty_pts.c856 pty->pt_ucntl = (uchar_t)cmd & 0xff; in ptslioctl()
868 pty->pt_ucntl = (uchar_t)cmd & 0xff; in ptslioctl()
/titanic_44/usr/src/uts/common/sys/
H A Dptyvar.h56 uchar_t pt_ucntl; /* pending iocontrol for controller */ member