Searched refs:EV_CLEAR (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | file_leases.c | 186 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 D | kqueue_in_select.c | 45 .flags = EV_ADD | EV_CLEAR, 62 .flags = EV_ADD | EV_CLEAR,
|
| H A D | iopolicy.c | 149 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 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-12377.61.12/tests/workq/ |
| H A D | workq_83476290.c | 66 .flags = EV_ADD | EV_CLEAR,
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | event.h | 151 #define EV_CLEAR 0x0020 /* clear event state after reporting */ macro
|
| /xnu-12377.61.12/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-12377.61.12/bsd/kern/ |
| H A D | kern_event.c | 993 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 D | kern_aio.c | 1530 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 D | kern_memorystatus_notify.c | 187 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_memorystatusattach()
|
| H A D | kern_sig.c | 3261 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_sigattach()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_subr.c | 5135 kn->kn_flags |= EV_CLEAR; /* automatic */ in filt_fsattach()
|