Searched refs:TS_ASYNC (Results 1 – 3 of 3) sorted by relevance
149 #define TS_ASYNC 0x00002 /* Tty in async I/O mode. */ macro
913 SET(tp->t_state, TS_ASYNC); in ttioctl()915 CLR(tp->t_state, TS_ASYNC); in ttioctl()2365 if (ISSET(tp->t_state, TS_ASYNC) && tp->t_sigio != NULL) in ttwakeup()2379 if (ISSET(tp->t_state, TS_ASYNC) && tp->t_sigio != NULL) in ttwwakeup()
797 { TS_ASYNC, 'Y'},