Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c384 } sysfilt_ops[EVFILT_SYSCOUNT] = { variable
1589 if (sysfilt_ops[~filt].for_fop != &null_filtops && in kqueue_add_filteropts()
1590 sysfilt_ops[~filt].for_fop != NULL) in kqueue_add_filteropts()
1593 sysfilt_ops[~filt].for_fop = filtops; in kqueue_add_filteropts()
1594 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_add_filteropts()
1611 if (sysfilt_ops[~filt].for_fop == &null_filtops || in kqueue_del_filteropts()
1612 sysfilt_ops[~filt].for_fop == NULL) in kqueue_del_filteropts()
1614 else if (sysfilt_ops[~filt].for_refcnt != 0) in kqueue_del_filteropts()
1617 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_del_filteropts()
1618 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_del_filteropts()
[all …]