Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dfile_leases.c186 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
193 EV_SET(&lease_kevent, fd, EVFILT_VNODE, EV_CLEAR, 0, 0, 0);
229 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
236 EV_SET(&lease_kevent, fd, EVFILT_VNODE, EV_CLEAR, 0, 0, 0);
281 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
288 EV_SET(&lease_kevent, fd, EVFILT_VNODE, EV_CLEAR, 0, 0, 0);
337 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
344 EV_SET(&lease_kevent, fd, EVFILT_VNODE, EV_CLEAR, 0, 0, 0);
382 EV_SET(&lease_kevent, dir_fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
389 EV_SET(&lease_kevent, dir_fd, EVFILT_VNODE, EV_CLEAR, 0, 0, 0);
H A Dkqueue_in_select.c45 .flags = EV_ADD | EV_CLEAR,
62 .flags = EV_ADD | EV_CLEAR,
H A Diopolicy.c149 EV_SET(&vnode_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
156 EV_SET(&vnode_kevent, fd, EVFILT_VNODE, EV_CLEAR, 0, 0, 0);
H A Dkqueue_add_and_trigger.c21 .flags = EV_ADD | EV_CLEAR,
H A Dv4mappedv6_recvpktinfo.c179 EV_SET(&evSet, sockfd, EVFILT_READ, EV_ADD | EV_CLEAR, 0, 0, (void *)NULL);
/xnu-12377.61.12/tests/workq/
H A Dworkq_83476290.c66 .flags = EV_ADD | EV_CLEAR,
/xnu-12377.61.12/bsd/sys/
H A Devent.h151 #define EV_CLEAR 0x0020 /* clear event state after reporting */ macro
/xnu-12377.61.12/tools/tests/MPMMTest/
H A DKQMPMMtest.c392 EV_SET64(&kev[0], args.pset, EVFILT_MACHPORT, (EV_ADD | EV_CLEAR | EV_DISPATCH), in server()
/xnu-12377.61.12/bsd/kern/
H A Dkern_event.c993 if (kn->kn_flags & EV_CLEAR) { in knote_fill_kevent_with_sdata()
1139 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_procattach()
1737 kn->kn_flags |= EV_CLEAR; in filt_timerattach()
1984 if (kn->kn_flags & EV_CLEAR) { in filt_userprocess()
2513 kn->kn_flags |= EV_CLEAR; in filt_wlattach()
4444 } else if ((kn->kn_flags & EV_CLEAR) == 0) { in knote_process()
H A Dkern_aio.c1530 kev.flags = EV_ADD | EV_ENABLE | EV_CLEAR | EV_ONESHOT | EV_KERNEL; in aio_register_kevent()
2493 kn->kn_flags |= EV_CLEAR; in filt_aioattach()
H A Dkern_memorystatus_notify.c187 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_memorystatusattach()
H A Dkern_sig.c3261 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_sigattach()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_subr.c5135 kn->kn_flags |= EV_CLEAR; /* automatic */ in filt_fsattach()