Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_event.c284 } sysfilt_ops[EVFILT_SYSCOUNT] = { variable
1067 if (sysfilt_ops[~filt].for_fop != &null_filtops && in kqueue_add_filteropts()
1068 sysfilt_ops[~filt].for_fop != NULL) in kqueue_add_filteropts()
1071 sysfilt_ops[~filt].for_fop = filtops; in kqueue_add_filteropts()
1072 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_add_filteropts()
1089 if (sysfilt_ops[~filt].for_fop == &null_filtops || in kqueue_del_filteropts()
1090 sysfilt_ops[~filt].for_fop == NULL) in kqueue_del_filteropts()
1092 else if (sysfilt_ops[~filt].for_refcnt != 0) in kqueue_del_filteropts()
1095 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_del_filteropts()
1096 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_del_filteropts()
[all …]