Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Devent.h282 extern int kqueue_add_filteropts(int filt, struct filterops *filtops);
/f-stack/freebsd/sys/
H A Devent.h349 int kqueue_add_filteropts(int filt, struct filterops *filtops);
/f-stack/freebsd/kern/
H A Dvfs_aio.c408 kqueue_add_filteropts(EVFILT_AIO, &aio_filtops); in aio_onceonly()
409 kqueue_add_filteropts(EVFILT_LIO, &lio_filtops); in aio_onceonly()
H A Dkern_event.c1289 kqueue_add_filteropts(int filt, struct filterops *filtops) in kqueue_add_filteropts() function