Searched refs:EVFILT_READ (Results 26 - 41 of 41) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c1538 case EVFILT_READ:
1617 * Used for EVFILT_READ
1652 panic("Should never have an EVFILT_READ except for reg or fifo.");
1680 panic("Should never have an EVFILT_READ except for reg or fifo.");
1690 * --EVFILT_READ knotes are checked no matter what the hint is
1722 case EVFILT_READ:
H A Dvfs_fsevents.c1851 * --EVFILT_READ knotes are checked no matter what the hint is
1876 case EVFILT_READ:
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dsource.c681 // 10A268 does not fail this assert with EVFILT_READ and a 10 GB file
1013 case EVFILT_READ:
1039 case EVFILT_READ:
1943 case EVFILT_READ:
1987 case EVFILT_READ:
2065 EV_SET64(&kev, i, EVFILT_READ,
4181 _evfilt2(EVFILT_READ);
H A Dinit.c812 .filter = EVFILT_READ,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Ddaemon.c345 # define SLAP_SOCK_SET_READ(t,s) SLAP_KQUEUE_SOCK_SET(t, (s), EVFILT_READ, SLAP_KQUEUE_SOCK_READ_ENABLED)
347 # define SLAP_SOCK_CLR_READ(t,s) SLAP_KQUEUE_SOCK_CLR(t, (s), EVFILT_READ, SLAP_KQUEUE_SOCK_READ_ENABLED)
359 SLAP_KQUEUE_CHANGE(t, (s), EVFILT_READ, EV_ADD); \
364 SLAP_KQUEUE_CHANGE(t, (s), EVFILT_READ, EV_DELETE); \
374 (events[(i)].filter == EVFILT_READ && SLAP_SOCK_IS_READ(0, SLAP_EVENT_FD(0, i)))
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c2048 if (filter != EVFILT_READ)
2049 LogMsg("myKQSocketCallBack: Why is filter %d not EVFILT_READ (%d)?", filter, EVFILT_READ);
2302 if (sock->fd != -1) KQueueSet(sock->fd, EV_ADD, EVFILT_READ, sock->kqEntry);
2346 if (sock->fd != -1) KQueueSet(sock->fd, EV_ADD, EVFILT_READ, sock->kqEntry);
2380 KQueueSet(sock->fd, EV_DELETE, EVFILT_READ, sock->kqEntry);
2396 //if (filter == EVFILT_READ ) LogMsg("myKQSocketCallBack: tcpKQSocketCallback %d is EVFILT_READ", filter);
2445 if (filter == EVFILT_READ)
2465 if (filter == EVFILT_READ)
[all...]
H A Ddaemon.c2898 KQueueSet(fdpair[1], EV_ADD, EVFILT_READ, &wakeKQEntry);
3008 if (KQueueSet(fd, EV_ADD, EVFILT_READ, &newSource->kqs) == 0)
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsys_generic.c1472 kev.filter = EVFILT_READ;
1554 case EVFILT_READ:
H A Dsys_pipe.c1376 case EVFILT_READ:
H A Duipc_socket.c4342 case EVFILT_READ:
4361 case EVFILT_READ:
4406 * after registering the kqueue EVFILT_READ.
H A Dkern_event.c277 &file_filtops, /* EVFILT_READ */
2417 kn->kn_filter != EVFILT_READ)
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dsocket.c802 evchange.filter = EVFILT_READ;
870 evchange.filter = EVFILT_READ;
3570 readable = ISC_TF(events[i].filter == EVFILT_READ);
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dsocket.c639 evchange.filter = EVFILT_READ;
706 evchange.filter = EVFILT_READ;
3272 readable = ISC_TF(events[i].filter == EVFILT_READ);
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c2267 case EVFILT_READ:
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dbpf.c1936 * Support for kevent() system call. Register EVFILT_READ filters and
1961 if (kn->kn_filter != EVFILT_READ) {
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c2707 (void)job_assumes_zero_p(j, kevent_mod(j->stdin_fd, EVFILT_READ, EV_ADD|EV_CLEAR, 0, 0, j));
4365 case EVFILT_READ:
5888 EV_SET(&kev[i], sg->fds[i], EVFILT_READ, do_add ? EV_ADD : EV_DELETE, 0, 0, j);

Completed in 203 milliseconds

12