Searched refs:TF_ASYNC (Results 1 – 2 of 2) sorted by relevance
998 if (tp->t_flags & TF_ASYNC && tp->t_sigio != NULL) in tty_wakeup()1141 tp->t_flags |= TF_ASYNC; in tty_generic_ioctl()1143 tp->t_flags &= ~TF_ASYNC; in tty_generic_ioctl()
127 #define TF_ASYNC 0x00100 /* Asynchronous I/O enabled. */ macro
Completed in 7 milliseconds