Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_aio.c327 static int filt_aioattach(struct knote *kn);
345 .f_attach = filt_aioattach,
2642 filt_aioattach(struct knote *kn) in filt_aioattach() function