Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h110 struct sigio *t_sigio; /* (t) Asynchronous I/O. */ member
/f-stack/freebsd/kern/
H A Dtty.c1154 funsetown(&tp->t_sigio); in tty_rel_free()
1532 if (tp->t_flags & TF_ASYNC && tp->t_sigio != NULL) in tty_wakeup()
1533 pgsigio(&tp->t_sigio, SIGIO, (tp->t_session != NULL)); in tty_wakeup()
1687 error = fsetown(*(int *)data, &tp->t_sigio); in tty_generic_ioctl()
1696 *(int *)data = fgetown(&tp->t_sigio); in tty_generic_ioctl()