Searched refs:PF_UCNTL (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c140 #define PF_UCNTL 0x80 /* user control mode */ macro
523 if (pti->pt_flags&PF_UCNTL && pti->pt_ucntl) {
543 if (pti->pt_flags & (PF_PKT|PF_UCNTL))
617 (pti->pt_flags&PF_UCNTL && pti->pt_ucntl))) {
818 if (pti->pt_flags & PF_UCNTL) {
833 pti->pt_flags |= PF_UCNTL;
835 pti->pt_flags &= ~PF_UCNTL;
914 if (pti->pt_flags & PF_UCNTL && (cmd & ~0xff) == UIOCCMD(0)) {
H A Dtty_ptmx.c255 #define PF_UCNTL 0x0080 /* user control mode */ macro
922 if (pti->pt_flags & PF_UCNTL && pti->pt_ucntl) {
942 if (pti->pt_flags & (PF_PKT|PF_UCNTL))
1118 (pti->pt_flags & PF_UCNTL && pti->pt_ucntl))) {
1347 if (pti->pt_flags & PF_UCNTL) {
1362 pti->pt_flags |= PF_UCNTL;
1364 pti->pt_flags &= ~PF_UCNTL;
1453 if (pti->pt_flags & PF_UCNTL && (cmd & ~0xff) == UIOCCMD(0)) {

Completed in 69 milliseconds