Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDtty.h107 struct sigio *t_sigio; /* (t) Asynchronous I/O. */ member
/trueos/sys/kern/
HDtty.c203 funsetown(&tp->t_sigio); in ttydev_leave()
1383 if (tp->t_flags & TF_ASYNC && tp->t_sigio != NULL) in tty_wakeup()
1384 pgsigio(&tp->t_sigio, SIGIO, (tp->t_session != NULL)); in tty_wakeup()
1531 error = fsetown(*(int *)data, &tp->t_sigio); in tty_generic_ioctl()
1540 *(int *)data = fgetown(&tp->t_sigio); in tty_generic_ioctl()