Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.c629 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)) {
H A Dtty_dev.h50 #define PF_UCNTL 0x0080 /* user control mode */ macro
H A Dtty_ptmx.c853 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)) { in ptmx_kqops_common()