Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dtty_ptmx.c744 static void ptmx_kqops_detach(struct knote *);
754 .f_detach = ptmx_kqops_detach,
825 ptmx_kqops_detach(struct knote *kn) in ptmx_kqops_detach() function