Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_event.c376 } sysfilt_ops[EVFILT_SYSCOUNT] = { variable
1578 if (sysfilt_ops[~filt].for_fop != &null_filtops && in kqueue_add_filteropts()
1579 sysfilt_ops[~filt].for_fop != NULL) in kqueue_add_filteropts()
1582 sysfilt_ops[~filt].for_fop = filtops; in kqueue_add_filteropts()
1583 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_add_filteropts()
1600 if (sysfilt_ops[~filt].for_fop == &null_filtops || in kqueue_del_filteropts()
1601 sysfilt_ops[~filt].for_fop == NULL) in kqueue_del_filteropts()
1603 else if (sysfilt_ops[~filt].for_refcnt != 0) in kqueue_del_filteropts()
1606 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_del_filteropts()
1607 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_del_filteropts()
[all …]