Searched refs:TS_ASYNC (Results 1 – 2 of 2) sorted by relevance
194 #define TS_ASYNC 0x00002 /* Tty in async I/O mode. */ macro
1078 SET(tp->t_state, TS_ASYNC); in ttioctl_locked()1080 CLR(tp->t_state, TS_ASYNC); in ttioctl_locked()2768 if (ISSET(tp->t_state, TS_ASYNC)) { in ttwakeup()