Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dkern_event.c260 struct filterops null_filtops = { variable
281 { &null_filtops }, /* EVFILT_AIO */
286 { &null_filtops }, /* former EVFILT_NETDEV */
288 { &null_filtops }, /* EVFILT_LIO */
894 if (sysfilt_ops[~filt].for_fop != &null_filtops && in kqueue_add_filteropts()
916 if (sysfilt_ops[~filt].for_fop == &null_filtops || in kqueue_del_filteropts()
922 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_del_filteropts()
940 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_fo_find()