Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Dtty_ptmx.c733 static void ptmx_kqops_detach(struct knote *);
743 .f_detach = ptmx_kqops_detach,
814 ptmx_kqops_detach(struct knote *kn) in ptmx_kqops_detach() function