Home
last modified time | relevance | path

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

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