Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtty.h108 struct sigio *t_sigio; /* (t) Asynchronous I/O. */ member
/freebsd/sys/kern/
H A Dtty.c1156 funsetown(&tp->t_sigio); in tty_rel_free()
1553 if (tp->t_flags & TF_ASYNC && tp->t_sigio != NULL) in tty_wakeup()
1554 pgsigio(&tp->t_sigio, SIGIO, (tp->t_session != NULL)); in tty_wakeup()
1708 error = fsetown(*(int *)data, &tp->t_sigio); in tty_generic_ioctl()
1717 *(int *)data = fgetown(&tp->t_sigio); in tty_generic_ioctl()