Searched refs:EV_CLEAR (Results 1 – 12 of 12) sorted by relevance
| /xnu-10063.141.1/tests/ |
| H A D | file_leases.c | 185 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 D | kqueue_in_select.c | 45 .flags = EV_ADD | EV_CLEAR, 62 .flags = EV_ADD | EV_CLEAR,
|
| H A D | iopolicy.c | 142 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 D | kqueue_add_and_trigger.c | 21 .flags = EV_ADD | EV_CLEAR,
|
| H A D | v4mappedv6_recvpktinfo.c | 179 EV_SET(&evSet, sockfd, EVFILT_READ, EV_ADD | EV_CLEAR, 0, 0, (void *)NULL);
|
| /xnu-10063.141.1/tests/workq/ |
| H A D | workq_83476290.c | 66 .flags = EV_ADD | EV_CLEAR,
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | event.h | 151 #define EV_CLEAR 0x0020 /* clear event state after reporting */ macro
|
| /xnu-10063.141.1/tools/tests/MPMMTest/ |
| H A D | KQMPMMtest.c | 392 EV_SET64(&kev[0], args.pset, EVFILT_MACHPORT, (EV_ADD | EV_CLEAR | EV_DISPATCH), in server()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_event.c | 974 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 D | kern_memorystatus_notify.c | 200 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_memorystatusattach()
|
| H A D | kern_sig.c | 3211 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_sigattach()
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_subr.c | 5101 kn->kn_flags |= EV_CLEAR; /* automatic */ in filt_fsattach()
|