Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/
H A Dfile_leases.c185 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
192 EV_SET(&lease_kevent, fd, EVFILT_VNODE, EV_CLEAR, 0, 0, 0);
228 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
235 EV_SET(&lease_kevent, fd, EVFILT_VNODE, EV_CLEAR, 0, 0, 0);
280 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
287 EV_SET(&lease_kevent, fd, EVFILT_VNODE, EV_CLEAR, 0, 0, 0);
336 EV_SET(&lease_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
343 EV_SET(&lease_kevent, fd, EVFILT_VNODE, EV_CLEAR, 0, 0, 0);
381 EV_SET(&lease_kevent, dir_fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
388 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.c142 EV_SET(&vnode_kevent, fd, EVFILT_VNODE, (EV_ADD | EV_ENABLE | EV_CLEAR),
149 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-10063.141.1/tests/workq/
H A Dworkq_83476290.c66 .flags = EV_ADD | EV_CLEAR,
/xnu-10063.141.1/bsd/sys/
H A Devent.h151 #define EV_CLEAR 0x0020 /* clear event state after reporting */ macro
/xnu-10063.141.1/tools/tests/MPMMTest/
H A DKQMPMMtest.c392 EV_SET64(&kev[0], args.pset, EVFILT_MACHPORT, (EV_ADD | EV_CLEAR | EV_DISPATCH), in server()
/xnu-10063.141.1/bsd/kern/
H A Dkern_event.c974 if (kn->kn_flags & EV_CLEAR) { in knote_fill_kevent_with_sdata()
1120 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_procattach()
1718 kn->kn_flags |= EV_CLEAR; in filt_timerattach()
1965 if (kn->kn_flags & EV_CLEAR) { in filt_userprocess()
2494 kn->kn_flags |= EV_CLEAR; in filt_wlattach()
4343 } else if ((kn->kn_flags & EV_CLEAR) == 0) { in knote_process()
H A Dkern_memorystatus_notify.c200 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_memorystatusattach()
H A Dkern_sig.c3211 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_sigattach()
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_subr.c5101 kn->kn_flags |= EV_CLEAR; /* automatic */ in filt_fsattach()