Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sig.c112 static int filt_sigattach(struct knote *kn);
122 .f_attach = filt_sigattach,
4295 filt_sigattach(struct knote *kn) in filt_sigattach() function