Searched refs:EV_DELETE (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | kqueue_timer_tests.c | 269 EV_SET64(&kev, 3, EVFILT_TIMER, EV_DELETE, 0, 0, 0, 0, 0); in test_interval_kevent() 322 EV_SET64(&kev, 4, EVFILT_TIMER, EV_DELETE, 0, 0, 0, 0, 0); in test_repeating_kevent()
|
| H A D | test_knote_use_after_free.c | 257 .flags = EV_DELETE,
|
| H A D | kevent_continuous_time.c | 147 .flags = EV_DELETE | EV_RECEIPT,
|
| H A D | turnstile_multihop.c | 603 action = EV_DELETE | EV_ENABLE; in dispatch_sync_cancel()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | event.h | 145 #define EV_DELETE 0x0002 /* delete event from kq */ macro
|
| /xnu-12377.61.12/tests/ipc/ |
| H A D | port_turnstile_stash.c | 112 .flags = EV_DELETE,
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_netifdirect.c | 630 EV_DELETE, 0, 0, NULL); in skt_netif_send_and_receive() 668 EV_DELETE, 0, 0, NULL); in skt_netif_send_and_receive()
|
| H A D | skt_xfer.c | 1704 EV_DELETE, 0, 0, NULL); in send_and_receive() 1726 EV_DELETE, 0, 0, NULL); in send_and_receive() 1951 EV_DELETE, 0, 0, NULL); in ping_pong() 2093 EV_SET(kev + n_kev, port->fd, EVFILT_WRITE, EV_DELETE, in ping_pong() 2142 EV_SET(kev, port->fd, EVFILT_READ, EV_DELETE, in ping_pong() 2296 EV_DELETE, 0, 0, NULL); in send_tcp() 2479 EV_DELETE, 0, 0, NULL); in do_error_send()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_event.c | 2160 if ((kev->fflags & NOTE_WL_THREAD_REQUEST) && (kev->flags & EV_DELETE)) { in filt_wlupdate() 2660 if ((kev->fflags & NOTE_WL_DISCOVER_OWNER) && (kev->flags & EV_DELETE)) { in filt_wlvalidate_kev_flags() 2664 if (kev->flags & EV_DELETE) { in filt_wlvalidate_kev_flags() 2694 if ((kev->flags & (EV_ENABLE | EV_DELETE)) == EV_ENABLE) { in filt_wlvalidate_kev_flags() 2703 if ((kev->flags & (EV_ENABLE | EV_DELETE)) == EV_ENABLE) { in filt_wlvalidate_kev_flags() 3882 if (kev->flags & (EV_DISABLE | EV_DELETE)) { in kevent_register_validate_priority() 4031 if (kev->flags & EV_DELETE) { in kevent_register() 4068 if ((kev_flags & EV_ADD) && (kev_flags & EV_DELETE) && in kevent_register() 4188 } else if (kev->flags & EV_DELETE) { in kevent_register() 4374 kev_flags |= EV_DELETE; in knote_process()
|