Searched refs:FD_ISSET (Results 1 - 25 of 83) sorted by relevance

1234

/external/openssh/openbsd-compat/
H A Dbsd-poll.c97 if (FD_ISSET(fd, readfds)) {
100 if (FD_ISSET(fd, writefds)) {
103 if (FD_ISSET(fd, exceptfds)) {
/external/qemu/
H A Diolooper-select.c94 if (!FD_ISSET(fd, iol->reads) && !FD_ISSET(fd, iol->writes))
208 return FD_ISSET(fd, iol->reads_result);
214 return FD_ISSET(fd, iol->writes_result);
H A Daio.c208 FD_ISSET(node->fd, &rdfds) &&
213 FD_ISSET(node->fd, &wrfds) &&
H A Diohandler.c119 if (!ioh->deleted && ioh->fd_read && FD_ISSET(ioh->fd, readfds)) {
122 if (!ioh->deleted && ioh->fd_write && FD_ISSET(ioh->fd, writefds)) {
/external/dropbear/
H A Dcommon-session.c171 if (FD_ISSET(ses.signal_pipe[0], &readfd)) {
181 if (FD_ISSET(ses.sock, &writefd) && !isempty(&ses.writequeue)) {
185 if (FD_ISSET(ses.sock, &readfd)) {
321 if (FD_ISSET(fd, &fds)) {
H A Dsvr-main.c216 if (childpipes[i] >= 0 && FD_ISSET(childpipes[i], &fds)) {
234 if (!FD_ISSET(listensocks[i], &fds))
H A Dlistener.c68 if (FD_ISSET(sock, readfds)) {
/external/oprofile/libutil++/
H A Dchild_reader.cpp131 if (FD_ISSET(fd1, &read_fs)) {
139 if (FD_ISSET(fd2, &read_fs)) {
/external/chromium/third_party/libevent/
H A Dselect.c124 if (FD_ISSET(i, sop->event_readset_in)) {
131 if (FD_ISSET(i, sop->event_writeset_in)) {
185 if (FD_ISSET(i, sop->event_readset_out)) {
189 if (FD_ISSET(i, sop->event_writeset_out)) {
/external/ipsec-tools/src/racoon/
H A Dsession.c211 (FD_ISSET(lcconf->sock_admin, &rfds)))
218 if (FD_ISSET(p->sock, &rfds))
222 if (FD_ISSET(lcconf->sock_pfkey, &rfds))
225 if (lcconf->rtsock >= 0 && FD_ISSET(lcconf->rtsock, &rfds)) {
/external/openssl/apps/
H A Ds_apps.h143 #define FD_ISSET(n, p) (*(p) & (1 << ((n) % NFDBITS))) macro
/external/bluetooth/bluedroid/hci/src/
H A Duserial_mct.c128 return FD_ISSET(signal_fds[0], set);
192 if (FD_ISSET(userial_cb.fd[CH_EVT], &input))
197 if (FD_ISSET(userial_cb.fd[CH_ACL_IN], &input))
H A Duserial.c152 return FD_ISSET(signal_fds[0], set);
210 if (FD_ISSET(fd, &input))
/external/dnsmasq/src/
H A Ddnsmasq.c668 if (FD_ISSET(piperead, &rset))
672 if (FD_ISSET(daemon->netlinkfd, &rset))
700 if (daemon->dhcp && FD_ISSET(daemon->dhcpfd, &rset))
704 if (daemon->helperfd != -1 && FD_ISSET(daemon->helperfd, &wset))
994 if (FD_ISSET(STDIN_FILENO, set)) {
1112 if (FD_ISSET(serverfdp->fd, set))
1118 FD_ISSET(daemon->randomsocks[i].fd, set))
1123 if (listener->fd != -1 && FD_ISSET(listener->fd, set))
1127 if (listener->tftpfd != -1 && FD_ISSET(listener->tftpfd, set))
1131 if (listener->tcpfd != -1 && FD_ISSET(listene
[all...]
H A Ddbus.c372 if (FD_ISSET(fd, rset))
375 if (FD_ISSET(fd, wset))
378 if (FD_ISSET(fd, eset))
/external/libppp/src/
H A Dmain.c597 if (FD_ISSET(i, rfds)) {
606 if (FD_ISSET(i, wfds)) {
615 if (FD_ISSET(i, efds)) {
637 if (FD_ISSET(i, efds)) {
H A Dexec.c128 if (w && FD_ISSET(dev->fd_out, w)) {
133 if (e && FD_ISSET(dev->fd_out, e)) {
234 int result = dev->fd_out >= 0 && FD_ISSET(dev->fd_out, fdset);
/external/quake/quake/src/QW/qwfwd/
H A Dqwfwd.c210 if(FD_ISSET(s, &rfds))
236 if(FD_ISSET(p->s, &rfds))
/external/qemu/proxy/
H A Dproxy_common.c407 if ( FD_ISSET(fd, sel->reads) )
409 if ( FD_ISSET(fd, sel->writes) )
411 if ( FD_ISSET(fd, sel->errors) )
/external/qemu/telephony/
H A Dsysdeps_posix.c462 if(FD_ISSET(i, &rfd)) events |= SYS_EVENT_READ;
463 if(FD_ISSET(i, &wfd)) events |= SYS_EVENT_WRITE;
464 if(FD_ISSET(i, &efd)) events |= SYS_EVENT_ERROR;
/external/kernel-headers/original/linux/
H A Dtime.h184 #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp) macro
/external/quake/quake/src/QW/server/
H A Dsys_unix.c269 stdin_ready = FD_ISSET(0, &fdset);
/external/openssh/
H A Dssh-pkcs11-helper.c329 if (FD_ISSET(in, rset)) {
342 if (FD_ISSET(out, wset)) {
H A Dserverloop.c164 if (notify_pipe[0] != -1 && FD_ISSET(notify_pipe[0], readset))
394 if (FD_ISSET(connection_in, readset)) {
423 if (!fdout_eof && FD_ISSET(fdout, readset)) {
442 if (!fderr_eof && FD_ISSET(fderr, readset)) {
473 if (!compat20 && fdin != -1 && FD_ISSET(fdin, writeset)) {
505 if (FD_ISSET(connection_out, writeset))
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc380 if (child_stdin_ != -1 && FD_ISSET(child_stdin_, &write_fds)) {
398 if (child_stdout_ != -1 && FD_ISSET(child_stdout_, &read_fds)) {

Completed in 4365 milliseconds

1234