MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tty_kqops_read_detach

Function tty_kqops_read_detach

freebsd/kern/tty.c:706–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704 */
705
706static void
707tty_kqops_read_detach(struct knote *kn)
708{
709 struct tty *tp = kn->kn_hook;
710
711 knlist_remove(&tp->t_inpoll.si_note, kn, 0);
712}
713
714static int
715tty_kqops_read_event(struct knote *kn, long hint __unused)

Callers

nothing calls this directly

Calls 1

knlist_removeFunction · 0.85

Tested by

no test coverage detected