t_rsel 1064 kern/tty.c selrecord(p, &tp->t_rsel); t_rsel 1086 kern/tty.c klist = &tp->t_rsel.si_note; t_rsel 1113 kern/tty.c SLIST_REMOVE(&tp->t_rsel.si_note, kn, knote, kn_selnext); t_rsel 1999 kern/tty.c selwakeup(&tp->t_rsel); t_rsel 2003 kern/tty.c KNOTE(&tp->t_rsel.si_note, 0); t_rsel 116 sys/tty.h struct selinfo t_rsel; /* Tty read/oob select. */