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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h218 #define TS_CAR_OFLOW 0x200000 /* For MDMBUF (XXX handle in driver). */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c1859 * XXX TS_CAR_OFLOW doesn't do anything yet. TS_TTSTOP
1863 CLR(tp->t_state, TS_CAR_OFLOW);
1866 } else if (!ISSET(tp->t_state, TS_CAR_OFLOW)) {
1867 SET(tp->t_state, TS_CAR_OFLOW);

Completed in 26 milliseconds