Searched refs:sysfilt_ops (Results 1 – 1 of 1) sorted by relevance
354 } sysfilt_ops[EVFILT_SYSCOUNT] = { variable1419 if (sysfilt_ops[~filt].for_fop != &null_filtops && in kqueue_add_filteropts()1420 sysfilt_ops[~filt].for_fop != NULL) in kqueue_add_filteropts()1423 sysfilt_ops[~filt].for_fop = filtops; in kqueue_add_filteropts()1424 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_add_filteropts()1441 if (sysfilt_ops[~filt].for_fop == &null_filtops || in kqueue_del_filteropts()1442 sysfilt_ops[~filt].for_fop == NULL) in kqueue_del_filteropts()1444 else if (sysfilt_ops[~filt].for_refcnt != 0) in kqueue_del_filteropts()1447 sysfilt_ops[~filt].for_fop = &null_filtops; in kqueue_del_filteropts()1448 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_del_filteropts()[all …]