Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Devent.h147 #define EV_DISABLE 0x0008 /* disable event (not reported) */ macro
/xnu-11215/tests/
H A Dtest_knote_use_after_free.c138 .flags = EV_ADD | EV_DISABLE, in th_allocate_knotes()
H A Dturnstile_multihop.c571 action = EV_ADD | EV_DISABLE; in dispatch_sync_wait()
H A Dkevent_qos.c295 .flags = EV_ADD | EV_DISABLE, in workloop_cb_test_sync_send_and_enable_handoff()
/xnu-11215/tests/skywalk/
H A Dskt_utunloop.c153 EV_SET(&kev, txfd, EVFILT_WRITE, EV_DISABLE, 0, 0, NULL); in skt_utunloop_xfer_slots()
168 EV_SET(&kev, rxfd, EVFILT_READ, EV_DISABLE, 0, 0, NULL); in skt_utunloop_xfer_slots()
/xnu-11215/bsd/kern/
H A Dkern_event.c2459 if ((kn->kn_flags & EV_DISABLE) == 0) { in filt_wlattach()
2470 if ((kn->kn_flags & EV_DISABLE) == 0) { in filt_wlattach()
3881 if (kev->flags & (EV_DISABLE | EV_DELETE)) { in kevent_register_validate_priority()
4033 if (kev->flags & EV_DISABLE) { in kevent_register()
4105 if (kev->flags & EV_DISABLE) { in kevent_register()
4257 if ((kev->flags & EV_DISABLE) && !(kn->kn_status & KN_DISABLED)) { in kevent_register()
4579 (kn->kn_flags & (EV_DISPATCH | EV_DISABLE)) == EV_DISPATCH) { in kqworkloop_acknowledge_events()
/xnu-11215/bsd/skywalk/channel/
H A Dchannel.c1013 } else if (kev->flags & EV_DISABLE) { in filt_che_touch()