Home
last modified time | relevance | path

Searched refs:EV_ONESHOT (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.61.12/tests/
H A Dkqueue_timer_tests.c188 EV_SET64(&kev, 2, EVFILT_TIMER, EV_ADD | EV_ONESHOT, scale, time, in test_oneshot_kevent()
340 EV_SET64(&kev, 4, EVFILT_TIMER, EV_ADD | EV_ONESHOT, 0, first, 0, 0, 0); in test_updated_kevent()
350 EV_SET64(&kev, 4, EVFILT_TIMER, EV_ONESHOT, 0, second, 0, 0, 0); in test_updated_kevent()
H A Dkqueue_fifo_18776047.c110 EV_SET(kev, fd, filter, EV_ADD | EV_ONESHOT, 0, 0, NULL); in kevent_one_shot()
/xnu-12377.61.12/bsd/sys/
H A Devent.h150 #define EV_ONESHOT 0x0010 /* only report one occurrence */ macro
/xnu-12377.61.12/tests/skywalk/
H A Dskt_nslots.c152 EV_SET(&kev, channelfd, EVFILT_WRITE, EV_ADD | EV_ENABLE | EV_ONESHOT, 0, 0, NULL); in skt_nslots_common()
222 EV_SET(&kev, channelfd, EVFILT_READ, EV_ADD | EV_ENABLE | EV_ONESHOT, 0, 0, NULL); in skt_nslots_common()
H A Dskywalk_test_common.c933 &kev, 0, filter, EV_ADD | EV_ENABLE | EV_ONESHOT, in wait_on_fd()
/xnu-12377.61.12/bsd/kern/
H A Dtty_ptmx.c626 kn->kn_flags |= EV_EOF | EV_ONESHOT; in ptsd_kqops_event()
912 kn->kn_flags |= EV_EOF | EV_ONESHOT; in ptmx_kqops_event()
H A Dkern_event.c1223 kn->kn_flags |= (EV_EOF | EV_ONESHOT); in filt_procevent()
1742 kn->kn_flags |= EV_ONESHOT; in filt_timerattach()
1905 if ((kn->kn_flags & EV_ONESHOT) == 0) { in filt_timerprocess()
4372 uint16_t kev_flags = EV_DISPATCH2 | EV_ONESHOT; in knote_process()
4433 if (kev.flags & EV_ONESHOT) { in knote_process()
6686 kn->kn_flags |= EV_EOF | EV_ONESHOT;
H A Dsys_generic.c1749 .flags = EV_ADD | EV_ONESHOT | EV_POLL, in poll_nocancel()
H A Dkern_aio.c1530 kev.flags = EV_ADD | EV_ENABLE | EV_CLEAR | EV_ONESHOT | EV_KERNEL; in aio_register_kevent()
H A Dtty.c3586 kn->kn_flags |= EV_EOF | EV_ONESHOT; in filt_ttyevent()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_vnops.c2172 kn->kn_flags |= (EV_EOF | EV_ONESHOT); in filt_vnode_common()
H A Dvfs_fsevents.c2425 kn->kn_flags |= (EV_EOF | EV_ONESHOT); in filt_fsevent_common()
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c3076 os_atomic_or(&kn->kn_flags, EV_EOF | EV_ONESHOT, relaxed); in filt_spec_make_eof()