Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c166 static int filt_fileattach(struct knote *kn);
184 .f_attach = filt_fileattach,
375 filt_fileattach(struct knote *kn) in filt_fileattach() function