Searched refs:PF_43UCNTL (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dptyvar.h76 #define PF_43UCNTL 0x00002000 /* real 4.3 user control mode */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pty.c369 while ((pty->pt_flags & (PF_UCNTL|PF_43UCNTL)) &&
392 if (pty->pt_flags & (PF_PKT|PF_UCNTL|PF_43UCNTL)) {
711 if (pty->pt_flags & (PF_UCNTL|PF_43UCNTL)) {
729 pty->pt_flags |= PF_43UCNTL;
731 pty->pt_flags &= ~PF_43UCNTL;
826 else if ((pty->pt_flags & (PF_UCNTL|PF_43UCNTL)) &&
1037 if ((pty->pt_flags & PF_43UCNTL) && pty->pt_ucntl) {
1059 if ((pty->pt_flags & PF_43UCNTL) && pty->pt_ucntl) {
H A Dtty_pts.c852 if (pty->pt_flags & PF_43UCNTL) {

Completed in 150 milliseconds