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

/xnu-2422.115.4/bsd/kern/
H A Dtty_pty.c139 #define PF_NOSTOP 0x40 macro
963 if (pti->pt_flags & PF_NOSTOP) {
967 pti->pt_flags &= ~PF_NOSTOP;
974 pti->pt_flags |= PF_NOSTOP;
H A Dtty_ptmx.c259 #define PF_NOSTOP 0x0040 macro
1518 if (pti->pt_flags & PF_NOSTOP) {
1522 pti->pt_flags &= ~PF_NOSTOP;
1529 pti->pt_flags |= PF_NOSTOP;

Completed in 23 milliseconds