Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_sig.c155 static int filt_sigattach(struct knote *kn, struct kevent_qos_s *kev);
162 .f_attach = filt_sigattach,
3199 filt_sigattach(struct knote *kn, __unused struct kevent_qos_s *kev) in filt_sigattach() function