Searched refs:PF_UCNTL (Results 1 – 3 of 3) sorted by relevance
629 if (pti->pt_flags & PF_UCNTL && pti->pt_ucntl) {653 if (pti->pt_flags & (PF_PKT | PF_UCNTL)) {796 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl))) {992 if (pti->pt_flags & PF_UCNTL) {1008 pti->pt_flags |= PF_UCNTL;1010 pti->pt_flags &= ~PF_UCNTL;1107 if (pti->pt_flags & PF_UCNTL && (cmd & ~0xff) == UIOCCMD(0)) {
50 #define PF_UCNTL 0x0080 /* user control mode */ macro
853 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)) { in ptmx_kqops_common()