Home
last modified time | relevance | path

Searched refs:TS_SO_OCOMPLETE (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dtty.h220 #define TS_SO_OCOMPLETE 0x080000 /* Wake up when output completes. */ macro
/xnu-12377.41.6/bsd/kern/
H A Dtty.c1775 SET(tp->t_state, TS_SO_OCOMPLETE); in ttywait()
1878 SET(tp->t_state, TS_SO_OCOMPLETE); in ttyflush()
2909 if (ISSET(tp->t_state, TS_BUSY | TS_SO_OCOMPLETE) == in ttwwakeup()
2910 TS_SO_OCOMPLETE && tp->t_outq.c_cc == 0) { in ttwwakeup()
2911 CLR(tp->t_state, TS_SO_OCOMPLETE); in ttwwakeup()