Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_event.c262 struct filterops null_filtops = { variable
283 { &null_filtops }, /* EVFILT_AIO */
288 { &null_filtops }, /* former EVFILT_NETDEV */
290 { &null_filtops }, /* EVFILT_LIO */
1031 if (sysfilt_ops[~filt].for_fop != &null_filtops && in kqueue_add_filteropts()
1053 if (sysfilt_ops[~filt].for_fop == &null_filtops || in kqueue_del_filteropts()
1059 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_del_filteropts()
1077 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_fo_find()