Home
last modified time | relevance | path

Searched refs:filtops (Results 1 – 3 of 3) 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 Dkern_event.c1289 kqueue_add_filteropts(int filt, struct filterops *filtops) in kqueue_add_filteropts() argument
1305 sysfilt_ops[~filt].for_fop = filtops; in kqueue_add_filteropts()