Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Devent.h147 #define EV_DISABLE 0x0008 /* disable event (not reported) */ macro
/xnu-12377.61.12/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-12377.61.12/tests/skywalk/
H A Dskt_utunloop.c154 EV_SET(&kev, txfd, EVFILT_WRITE, EV_DISABLE, 0, 0, NULL); in skt_utunloop_xfer_slots()
169 EV_SET(&kev, rxfd, EVFILT_READ, EV_DISABLE, 0, 0, NULL); in skt_utunloop_xfer_slots()
/xnu-12377.61.12/bsd/kern/
H A Dkern_event.c2460 if ((kn->kn_flags & EV_DISABLE) == 0) { in filt_wlattach()
2471 if ((kn->kn_flags & EV_DISABLE) == 0) { in filt_wlattach()
3882 if (kev->flags & (EV_DISABLE | EV_DELETE)) { in kevent_register_validate_priority()
4034 if (kev->flags & EV_DISABLE) { in kevent_register()
4106 if (kev->flags & EV_DISABLE) { in kevent_register()
4258 if ((kev->flags & EV_DISABLE) && !(kn->kn_status & KN_DISABLED)) { in kevent_register()
4580 (kn->kn_flags & (EV_DISPATCH | EV_DISABLE)) == EV_DISPATCH) { in kqworkloop_acknowledge_events()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel.c1013 } else if (kev->flags & EV_DISABLE) { in filt_che_touch()