Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty.c3267 static int filt_ttyattach(struct knote *kn, struct kevent_qos_s *kev);
3275 .f_attach = filt_ttyattach,
3370 filt_ttyattach(struct knote *kn, __unused struct kevent_qos_s *kev) in filt_ttyattach() function