Searched refs:t_sigio (Results 1 – 2 of 2) sorted by relevance
853 funsetown(&tp->t_sigio); in tty_rel_free()998 if (tp->t_flags & TF_ASYNC && tp->t_sigio != NULL) in tty_wakeup()999 pgsigio(&tp->t_sigio, SIGIO, (tp->t_session != NULL)); in tty_wakeup()1163 error = fsetown(*(int *)data, &tp->t_sigio); in tty_generic_ioctl()1172 *(int *)data = fgetown(&tp->t_sigio); in tty_generic_ioctl()
159 struct sigio *t_sigio; /* (t) Asynchronous I/O. */ member
Completed in 9 milliseconds