Searched refs:EV_DELETE (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DMakefile.PL35 EV_DELETE
H A Dconst-c.inc27 EVFILT_FS EV_DELETE EV_ENABLE NOTE_EXEC NOTE_EXIT NOTE_FORK NOTE_LINK */
97 if (memEQ(name, "EV_DELETE", 9)) {
99 #ifdef EV_DELETE
100 *iv_return = EV_DELETE;
339 EVFILT_VNODE EVFILT_WRITE EV_ADD EV_CLEAR EV_DELETE EV_DISABLE
H A DKQueue.pm19 EV_DELETE
61 use constant EV_DELETE => (constant('EV_DELETE'))[1]; constant
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dkq++.h70 { this->flags = EV_DELETE | flags; kq.update(*this); }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dkq++.h70 { this->flags = EV_DELETE | flags; kq.update(*this); }
/macosx-10.10.1/apr-32/apr/apr/poll/unix/
H A Dkqueue.c209 EV_SET(&pollset->p->kevent, fd, EVFILT_READ, EV_DELETE, 0, 0, NULL);
218 EV_SET(&pollset->p->kevent, fd, EVFILT_WRITE, EV_DELETE, 0, 0, NULL);
406 EV_SET(&ev, fd, EVFILT_READ, EV_DELETE, 0, 0, NULL);
414 EV_SET(&ev, fd, EVFILT_WRITE, EV_DELETE, 0, 0, NULL);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dselect.c309 EV_SET(&event, fd, EVFILT_READ, EV_DELETE, 0, 0, fdptr);
324 EV_SET(&event, fd, EVFILT_WRITE, EV_DELETE, 0, 0, fdptr);
735 EV_SET(&event, fd, EVFILT_READ, EV_DELETE, 0, 0, fdptr);
747 EV_SET(&event, fd, EVFILT_WRITE, EV_DELETE, 0, 0, fdptr);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c182 EV_SET64(&kev, 3, EVFILT_TIMER, EV_DELETE, 0, 0, 0, 0, 0);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Devent.h153 #define EV_DELETE 0x0002 /* delete event from kq */ macro
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dsource.c895 if (~dk->dk_kevent.flags & EV_DELETE) {
896 dk->dk_kevent.flags |= EV_DELETE;
956 ke->flags & EV_DELETE ? "delete" :
975 if (ke->flags & EV_DELETE) {
1687 ke->flags |= EV_DELETE;
1702 ke->flags &= ~EV_DELETE;
2159 if (slowpath(_dispatch_select_workaround) && (kev->flags & EV_DELETE)) {
2192 if ((kev->flags & (EV_ADD|EV_ENABLE)) && !(kev->flags & EV_DELETE)) {
2586 kev.flags = EV_DELETE;
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c315 EV_SET( &my_keventv[0], my_fd, EVFILT_VNODE, EV_DELETE, 0, 0, 0 );
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DDNSProxySupport.c118 KQueueSet(s1, EV_DELETE, EVFILT_READ, sock->kqEntry);
H A DmDNSMacOSX.c2381 KQueueSet(sock->fd, EV_DELETE, EVFILT_READ, sock->kqEntry);
2399 // EV_ONESHOT doesn't seem to work, so we add the filter with EV_ADD, and explicitly delete it here with EV_DELETE
2401 KQueueSet(sock->fd, EV_DELETE, EVFILT_WRITE, sock->kqEntry);
2444 if (flags == EV_DELETE)
2461 LogMsg("KQueueSet: ERROR: Wrong filter value %d for EV_DELETE", filter);
2717 // EV_ONESHOT doesn't seem to work, so we add the filter with EV_ADD, and explicitly delete it in tcpKQSocketCallback using EV_DELETE
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Devents.c314 #define EVENT_REG_DEL_OP(e, f, ev) EVENT_REG_FD_OP((e), (f), (ev), EV_DELETE)
317 #define EVENT_REG_DEL_TEXT "kevent EV_DELETE"
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_event.c1700 if ((kev->flags & (EV_ADD|EV_DELETE)) == EV_ADD) {
1774 if (kev->flags & EV_DELETE) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Ddaemon.c364 SLAP_KQUEUE_CHANGE(t, (s), EVFILT_READ, EV_DELETE); \
365 SLAP_KQUEUE_CHANGE(t, (s), EVFILT_WRITE, EV_DELETE); \
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dsocket.c873 evchange.flags = EV_DELETE;
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dsocket.c709 evchange.flags = EV_DELETE;

Completed in 415 milliseconds