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

Function tty_kqops_write_detach

freebsd/kern/tty.c:730–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730static void
731tty_kqops_write_detach(struct knote *kn)
732{
733 struct tty *tp = kn->kn_hook;
734
735 knlist_remove(&tp->t_outpoll.si_note, kn, 0);
736}
737
738static int
739tty_kqops_write_event(struct knote *kn, long hint __unused)

Callers

nothing calls this directly

Calls 1

knlist_removeFunction · 0.85

Tested by

no test coverage detected