Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/ !
H A Dtty_ptmx.c740 static void ptmx_kqops_detach(struct knote *);
750 .f_detach = ptmx_kqops_detach,
821 ptmx_kqops_detach(struct knote *kn) in ptmx_kqops_detach() function