Searched refs:ptmx_kqops_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.81.2/bsd/kern/ |
| H A D | tty_ptmx.c | 737 static int ptmx_kqops_common(struct knote *kn, struct kevent_qos_s *kev, 806 ret = ptmx_kqops_common(kn, NULL, pti, tp); in ptmx_kqfilter() 838 ptmx_kqops_common(struct knote *kn, struct kevent_qos_s *kev, in ptmx_kqops_common() function 900 ret = ptmx_kqops_common(kn, NULL, pti, tp); in ptmx_kqops_event() 920 ret = ptmx_kqops_common(kn, NULL, pti, tp); in ptmx_kqops_touch() 935 ret = ptmx_kqops_common(kn, kev, pti, tp); in ptmx_kqops_process()
|