Home
last modified time | relevance | path

Searched refs:EVFILT_USER (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/tests/
H A Dkqueue_add_and_trigger.c20 .filter = EVFILT_USER,
36 T_ASSERT_EQ(ret_kev.filter, EVFILT_USER, "kevent with add and trigger, filter");
H A Dkqueue_in_select.c44 .filter = EVFILT_USER,
61 .filter = EVFILT_USER,
H A Dproc_info.c1966 events[1].filter = EVFILT_USER;
1980 .filter = EVFILT_USER,
2035 .filter = EVFILT_USER, in setup_kevent_id()
2133 …T_EXPECT_EQ(kqextinfo[0].kqext_kev.filter, (short)EVFILT_USER, "kevent filter matches what was con…
/xnu-12377.61.12/tests/workq/
H A Dworkq_83476290.c55 .filter = EVFILT_USER,
65 .filter = EVFILT_USER,
/xnu-12377.61.12/tests/skywalk/
H A Dskt_utunloop.c199 if (kev.filter == EVFILT_USER) { in skt_utunloop_xfer_slots()
911 EV_SET(&kev, (uintptr_t)&g_die, EVFILT_USER, in skt_tunloop_common()
917 EV_SET(&kev, (uintptr_t)&g_die, EVFILT_USER, in skt_tunloop_common()
989 EV_SET(&kev, (uintptr_t)&g_die, EVFILT_USER, 0, NOTE_TRIGGER, 0, NULL); in skt_tunloop_common()
992 EV_SET(&kev, (uintptr_t)&g_die, EVFILT_USER, 0, NOTE_TRIGGER, 0, NULL); in skt_tunloop_common()
H A Dskywalk_test_common.c376 if (kev.filter == EVFILT_USER) { in sktc_channel_worker_echo()
403 if (kev.filter == EVFILT_USER) { in sktc_channel_worker_echo()
520 if (kev.filter == EVFILT_USER) { in sktc_channel_worker_sink()
601 if (kev.filter == EVFILT_USER) { in sktc_channel_worker_source()
685 EVFILT_USER, EV_ADD | EV_ENABLE, 0, 0, NULL); in sktc_setup_channel_worker()
696 EVFILT_USER, EV_ADD | EV_ENABLE, 0, 0, NULL); in sktc_setup_channel_worker()
722 EVFILT_USER, 0, NOTE_TRIGGER, 0, NULL); in sktc_cleanup_channel_worker()
/xnu-12377.61.12/bsd/sys/
H A Devent.h79 #define EVFILT_USER (-10) /* User events */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_event.c351 [~EVFILT_USER] = &user_filtops,