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.c376 } sysfilt_ops[EVFILT_SYSCOUNT] = { variable
1576 if (sysfilt_ops[~filt].for_fop != &null_filtops && in kqueue_add_filteropts()
1577 sysfilt_ops[~filt].for_fop != NULL) in kqueue_add_filteropts()
1580 sysfilt_ops[~filt].for_fop = filtops; in kqueue_add_filteropts()
1581 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_add_filteropts()
1598 if (sysfilt_ops[~filt].for_fop == &null_filtops || in kqueue_del_filteropts()
1599 sysfilt_ops[~filt].for_fop == NULL) in kqueue_del_filteropts()
1601 else if (sysfilt_ops[~filt].for_refcnt != 0) in kqueue_del_filteropts()
1604 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_del_filteropts()
1605 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_del_filteropts()
[all …]