Searched refs:EV_DISABLE (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | event.h | 147 #define EV_DISABLE 0x0008 /* disable event (not reported) */ macro
|
| /xnu-12377.61.12/tests/ |
| H A D | test_knote_use_after_free.c | 138 .flags = EV_ADD | EV_DISABLE, in th_allocate_knotes()
|
| H A D | turnstile_multihop.c | 571 action = EV_ADD | EV_DISABLE; in dispatch_sync_wait()
|
| H A D | kevent_qos.c | 295 .flags = EV_ADD | EV_DISABLE, in workloop_cb_test_sync_send_and_enable_handoff()
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_utunloop.c | 154 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 D | kern_event.c | 2460 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 D | channel.c | 1013 } else if (kev->flags & EV_DISABLE) { in filt_che_touch()
|