/external/openssh/openbsd-compat/ |
D | bsd-poll.c | 97 if (FD_ISSET(fd, readfds)) { in poll() 100 if (FD_ISSET(fd, writefds)) { in poll() 103 if (FD_ISSET(fd, exceptfds)) { in poll()
|
/external/qemu/ |
D | iolooper-select.c | 94 if (!FD_ISSET(fd, iol->reads) && !FD_ISSET(fd, iol->writes)) in iolooper_fd_count() 208 return FD_ISSET(fd, iol->reads_result); in iolooper_is_read() 214 return FD_ISSET(fd, iol->writes_result); in iolooper_is_write()
|
D | aio.c | 208 FD_ISSET(node->fd, &rdfds) && in qemu_aio_wait() 213 FD_ISSET(node->fd, &wrfds) && in qemu_aio_wait()
|
D | iohandler.c | 119 if (!ioh->deleted && ioh->fd_read && FD_ISSET(ioh->fd, readfds)) { in qemu_iohandler_poll() 122 if (!ioh->deleted && ioh->fd_write && FD_ISSET(ioh->fd, writefds)) { in qemu_iohandler_poll()
|
/external/dropbear/ |
D | common-session.c | 171 if (FD_ISSET(ses.signal_pipe[0], &readfd)) { in session_loop() 181 if (FD_ISSET(ses.sock, &writefd) && !isempty(&ses.writequeue)) { in session_loop() 185 if (FD_ISSET(ses.sock, &readfd)) { in session_loop() 321 if (FD_ISSET(fd, &fds)) { in ident_readln()
|
D | svr-main.c | 216 if (childpipes[i] >= 0 && FD_ISSET(childpipes[i], &fds)) { in main_noinetd() 234 if (!FD_ISSET(listensocks[i], &fds)) in main_noinetd()
|
D | common-channel.c | 206 if (channel->readfd >= 0 && FD_ISSET(channel->readfd, readfds)) { in channelio() 213 && FD_ISSET(channel->errfd, readfds)) { in channelio() 219 if (channel->writefd >= 0 && FD_ISSET(channel->writefd, writefds)) { in channelio() 231 && channel->errfd >= 0 && FD_ISSET(channel->errfd, writefds)) { in channelio()
|
/external/ipsec-tools/src/racoon/ |
D | session.c | 211 (FD_ISSET(lcconf->sock_admin, &rfds))) in session() 218 if (FD_ISSET(p->sock, &rfds)) in session() 222 if (FD_ISSET(lcconf->sock_pfkey, &rfds)) in session() 225 if (lcconf->rtsock >= 0 && FD_ISSET(lcconf->rtsock, &rfds)) { in session()
|
/external/chromium/third_party/libevent/ |
D | select.c | 124 if (FD_ISSET(i, sop->event_readset_in)) { in check_selectop() 131 if (FD_ISSET(i, sop->event_writeset_in)) { in check_selectop() 185 if (FD_ISSET(i, sop->event_readset_out)) { in select_dispatch() 189 if (FD_ISSET(i, sop->event_writeset_out)) { in select_dispatch()
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 662 if (FD_ISSET(piperead, &rset)) in main() 666 if (FD_ISSET(daemon->netlinkfd, &rset)) in main() 694 if (daemon->dhcp && FD_ISSET(daemon->dhcpfd, &rset)) in main() 698 if (daemon->helperfd != -1 && FD_ISSET(daemon->helperfd, &wset)) in main() 987 if (FD_ISSET(STDIN_FILENO, set)) { in check_android_listeners() 1091 if (FD_ISSET(serverfdp->fd, set)) in check_dns_listeners() 1097 FD_ISSET(daemon->randomsocks[i].fd, set)) in check_dns_listeners() 1102 if (listener->fd != -1 && FD_ISSET(listener->fd, set)) in check_dns_listeners() 1106 if (listener->tftpfd != -1 && FD_ISSET(listener->tftpfd, set)) in check_dns_listeners() 1110 if (listener->tcpfd != -1 && FD_ISSET(listener->tcpfd, set)) in check_dns_listeners() [all …]
|
D | dbus.c | 372 if (FD_ISSET(fd, rset)) in check_dbus_listeners() 375 if (FD_ISSET(fd, wset)) in check_dbus_listeners() 378 if (FD_ISSET(fd, eset)) in check_dbus_listeners()
|
/external/bluetooth/glib/glib/ |
D | gpoll.c | 413 if (FD_ISSET (f->fd, &rset)) in g_poll() 415 if (FD_ISSET (f->fd, &wset)) in g_poll() 417 if (FD_ISSET (f->fd, &xset)) in g_poll()
|
/external/oprofile/libutil++/ |
D | child_reader.cpp | 131 if (FD_ISSET(fd1, &read_fs)) { in block_read() 139 if (FD_ISSET(fd2, &read_fs)) { in block_read()
|
/external/openssh/ |
D | serverloop.c | 164 if (notify_pipe[0] != -1 && FD_ISSET(notify_pipe[0], readset)) in notify_done() 394 if (FD_ISSET(connection_in, readset)) { in process_input() 423 if (!fdout_eof && FD_ISSET(fdout, readset)) { in process_input() 442 if (!fderr_eof && FD_ISSET(fderr, readset)) { in process_input() 473 if (!compat20 && fdin != -1 && FD_ISSET(fdin, writeset)) { in process_output() 505 if (FD_ISSET(connection_out, writeset)) in process_output()
|
D | ssh-pkcs11-helper.c | 329 if (FD_ISSET(in, rset)) { in main() 342 if (FD_ISSET(out, wset)) { in main()
|
/external/quake/quake/src/QW/qwfwd/ |
D | qwfwd.c | 210 if(FD_ISSET(s, &rfds)) in main() 236 if(FD_ISSET(p->s, &rfds)) in main()
|
/external/bluetooth/bluez/test/ |
D | hstest.c | 265 if (FD_ISSET(rd, &rfds)) { in main() 274 if (FD_ISSET(sd, &rfds)) { in main()
|
D | attest.c | 60 if (FD_ISSET(fd, &rfds)) { in at_command()
|
/external/qemu/proxy/ |
D | proxy_common.c | 407 if ( FD_ISSET(fd, sel->reads) ) in proxy_select_poll() 409 if ( FD_ISSET(fd, sel->writes) ) in proxy_select_poll() 411 if ( FD_ISSET(fd, sel->errors) ) in proxy_select_poll()
|
/external/dbus/tools/ |
D | dbus-launch.c | 507 FD_ISSET (x_fd, &read_set), in kill_bus_when_session_ends() 508 FD_ISSET (x_fd, &err_set)); in kill_bus_when_session_ends() 513 if (FD_ISSET (tty_fd, &read_set)) in kill_bus_when_session_ends() 537 else if (FD_ISSET (tty_fd, &err_set)) in kill_bus_when_session_ends()
|
/external/openssl/apps/ |
D | s_apps.h | 143 #define FD_ISSET(n, p) (*(p) & (1 << ((n) % NFDBITS))) macro
|
/external/qemu/telephony/ |
D | sysdeps_posix.c | 462 if(FD_ISSET(i, &rfd)) events |= SYS_EVENT_READ; in sys_single_loop() 463 if(FD_ISSET(i, &wfd)) events |= SYS_EVENT_WRITE; in sys_single_loop() 464 if(FD_ISSET(i, &efd)) events |= SYS_EVENT_ERROR; in sys_single_loop()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 380 if (child_stdin_ != -1 && FD_ISSET(child_stdin_, &write_fds)) { 398 if (child_stdout_ != -1 && FD_ISSET(child_stdout_, &read_fds)) {
|
/external/ppp/pppd/ |
D | tty.c | 1130 if (FD_ISSET(ifd, &ready)) { 1154 if (FD_ISSET(pty_master, &ready)) { 1182 if (FD_ISSET(ofd, &writey)) { 1201 if (FD_ISSET(pty_master, &writey)) {
|
/external/quake/quake/src/QW/server/ |
D | sys_unix.c | 269 stdin_ready = FD_ISSET(0, &fdset); in main()
|