Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_event.c331 struct filterops null_filtops = { variable
353 { &null_filtops }, /* EVFILT_AIO */
360 { &null_filtops }, /* EVFILT_LIO */
362 { &null_filtops }, /* EVFILT_SENDFILE */
1301 if (sysfilt_ops[~filt].for_fop != &null_filtops && in kqueue_add_filteropts()
1323 if (sysfilt_ops[~filt].for_fop == &null_filtops || in kqueue_del_filteropts()
1329 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_del_filteropts()
1350 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_fo_find()