Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Devent.h331 int kfilter_register(const char *, const struct filterops *, int *);
/netbsd-src/share/man/man9/
H A DMakefile35 kfilter_register.9 knote.9 \
454 kfilter_register.9 kfilter_unregister.9
/netbsd-src/sys/arch/mips/ralink/
H A Dralink_gpio.c664 if (kfilter_register("CP_GPIO_EVENT", &app_fops, &app_filter_id) != 0) { in ra_gpio_attach()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_inotify.c242 return kfilter_register(inotify_filtname, &inotify_filtops, in linux_inotify_init()
/netbsd-src/sys/kern/
H A Dkern_event.c745 kfilter_register(const char *name, const struct filterops *filtops, in kfilter_register() function