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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c138 #define PF_REMOTE 0x20 /* remote and flow controlled input */ macro
283 if (pti->pt_flags & PF_REMOTE) {
627 if (pti->pt_flags & PF_REMOTE) {
669 if (pti->pt_flags & PF_REMOTE) {
840 pti->pt_flags |= PF_REMOTE;
842 pti->pt_flags &= ~PF_REMOTE;
H A Dtty_ptmx.c253 #define PF_REMOTE 0x0020 /* remote and flow controlled input */ macro
668 if (pti->pt_flags & PF_REMOTE) {
1127 if (pti->pt_flags & PF_REMOTE) {
1184 if (pti->pt_flags & PF_REMOTE) {
1369 pti->pt_flags |= PF_REMOTE;
1371 pti->pt_flags &= ~PF_REMOTE;

Completed in 16 milliseconds