Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_event.c174 static int filt_fileattach(struct knote *kn);
193 .f_attach = filt_fileattach,
399 filt_fileattach(struct knote *kn) in filt_fileattach() function