Home
last modified time | relevance | path

Searched refs:EV_DELETE (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.61.12/tests/
H A Dkqueue_timer_tests.c269 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 Dtest_knote_use_after_free.c257 .flags = EV_DELETE,
H A Dkevent_continuous_time.c147 .flags = EV_DELETE | EV_RECEIPT,
H A Dturnstile_multihop.c603 action = EV_DELETE | EV_ENABLE; in dispatch_sync_cancel()
/xnu-12377.61.12/bsd/sys/
H A Devent.h145 #define EV_DELETE 0x0002 /* delete event from kq */ macro
/xnu-12377.61.12/tests/ipc/
H A Dport_turnstile_stash.c112 .flags = EV_DELETE,
/xnu-12377.61.12/tests/skywalk/
H A Dskt_netifdirect.c630 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 Dskt_xfer.c1704 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 Dkern_event.c2160 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()