Searched refs:PF_UCNTL (Results 1 – 3 of 3) sorted by relevance
672 if (pti->pt_flags & PF_UCNTL && pti->pt_ucntl) {696 if (pti->pt_flags & (PF_PKT | PF_UCNTL)) {839 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl))) {1035 if (pti->pt_flags & PF_UCNTL) {1051 pti->pt_flags |= PF_UCNTL;1053 pti->pt_flags &= ~PF_UCNTL;1165 if (pti->pt_flags & PF_UCNTL && (cmd & ~0xff) == UIOCCMD(0)) {
50 #define PF_UCNTL 0x0080 /* user control mode */ macro
868 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)) { in ptmx_kqops_common()