| /xnu-10063.141.1/tests/ |
| H A D | kqueue_nesting.c | 23 .flags = EV_ADD | EV_ENABLE, 42 .flags = EV_ADD | EV_ENABLE,
|
| H A D | test_knote_use_after_free.c | 107 .flags = EV_ADD | EV_ENABLE | EV_DISPATCH, in th_allocate_knotes() 238 .flags = EV_ADD | EV_ENABLE | EV_DISPATCH,
|
| H A D | file_leases.c | 185 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR), 228 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR), 280 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR), 336 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR), 381 EV_SET(&lease_kevent, dir_fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
|
| H A D | test_note_exec.c | 109 EV_SET64(&kev, pid, EVFILT_PROC, EV_ADD | EV_ENABLE, in run_test()
|
| H A D | iopolicy.c | 142 EV_SET(&vnode_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
|
| H A D | kqueue_port_tests.c | 203 rc = kevent_attach_event(port, EV_ADD | EV_ENABLE | EV_DISPATCH, 0, &error);
|
| H A D | turnstile_multihop.c | 347 kev->flags = EV_ADD | EV_ENABLE | EV_UDATA_SPECIFIC | EV_DISPATCH | EV_VANISHED; in workloop_cb_test_intransit() 603 action = EV_DELETE | EV_ENABLE; in dispatch_sync_cancel()
|
| H A D | poll_select_kevent_paired_fds.c | 191 .flags = EV_ENABLE | EV_UDATA_SPECIFIC | EV_DISPATCH, in reenable_workq()
|
| H A D | kqueue_file_tests.c | 690 EV_SET(&tst->t_union.tu_kev, 0, event, EV_ADD | EV_ENABLE, 0, 0, NULL); in init_test_common() 693 EV_SET(&tst->t_union.tu_kev, 0, EVFILT_VNODE, EV_ADD | EV_ENABLE, event, 0, NULL); in init_test_common()
|
| H A D | net_tuntests.c | 858 EV_SET(&kev, cfds[ri], EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, (void *)(uintptr_t)ri); in setup_channels_and_rings()
|
| H A D | kevent_qos.c | 452 kev->flags = EV_ADD | EV_ENABLE | EV_UDATA_SPECIFIC | EV_DISPATCH | EV_VANISHED; in populate_kevent()
|
| H A D | net_bridge.c | 1253 EV_SET(&kev, port->fd, EVFILT_WRITE, EV_ADD | EV_ENABLE, 0, 0, NULL); in switch_port_check_tx() 1667 EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL); in switch_port_list_check_receive()
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | event.h | 146 #define EV_ENABLE 0x0004 /* enable event */ macro
|
| /xnu-10063.141.1/tests/ipc/ |
| H A D | port_turnstile_stash.c | 92 .flags = EV_ADD | EV_ENABLE | EV_DISPATCH,
|
| /xnu-10063.141.1/tools/tests/MPMMTest/ |
| H A D | KQMPMMtest.c | 424 EV_SET64(&kev[0], args.pset, EVFILT_MACHPORT, EV_ENABLE, in server()
|
| /xnu-10063.141.1/osfmk/ipc/ |
| H A D | ipc_pset.c | 914 if (kev->flags & EV_ENABLE) { in filt_machporttouch()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_event.c | 2675 if ((kev->flags & (EV_ENABLE | EV_DELETE)) == EV_ENABLE) { in filt_wlvalidate_kev_flags() 2684 if ((kev->flags & (EV_ENABLE | EV_DELETE)) == EV_ENABLE) { in filt_wlvalidate_kev_flags() 3934 kev->flags &= ~EV_ENABLE; in kevent_register() 4110 if ((kev->flags & EV_ENABLE) == 0 && in kevent_register() 4135 if (kev->flags & EV_ENABLE) { in kevent_register() 6825 if ((kev->flags & EV_ENABLE) && (kn->kn_status & KN_DISABLED)) { in knote_apply_touch()
|
| /xnu-10063.141.1/bsd/skywalk/channel/ |
| H A D | channel.c | 647 if (kev->flags & EV_ENABLE) { in filt_chrtouch() 999 if (kev->flags & EV_ENABLE) { in filt_che_touch()
|