Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dtty.h195 #define TS_ASYNC 0x00002 /* Tty in async I/O mode. */ macro
/xnu-12377.41.6/bsd/kern/
H A Dtty.c1142 SET(tp->t_state, TS_ASYNC); in ttioctl_locked()
1144 CLR(tp->t_state, TS_ASYNC); in ttioctl_locked()
2878 if (ISSET(tp->t_state, TS_ASYNC)) { in ttwakeup()