HomeSort by: relevance | last modified time | path
    Searched defs:num_fds (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcsd/
svrside.c 390 void prepare_for_select(struct srv_sock_info *socks_info, int *num_fds,
396 *num_fds = 0;
405 (*num_fds)++;
420 int num_fds = 0; local
503 prepare_for_select(socks_info, &num_fds, &rdfd_set, &nfds);
505 if (num_fds == 0) {
545 for (i=0; i < num_fds; i++) { // accept connections from all IP versions (with valid sd)
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
posix.c 77 int num_fds = get_num_fds(); local
78 if (num_fds < 0) {
82 INFO("%d file descriptors in use", num_fds);
  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 138 int num_fds; member in struct:__anon18392
339 gdb_notifier.num_fds++;
364 if (gdb_notifier.num_fds <= fd)
365 gdb_notifier.num_fds = fd + 1;
431 gdb_notifier.num_fds--;
445 if ((fd + 1) == gdb_notifier.num_fds)
447 gdb_notifier.num_fds--;
448 for (i = gdb_notifier.num_fds; i; i--)
455 gdb_notifier.num_fds = i;
572 if (gdb_notifier.num_fds == 0
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 138 int num_fds; member in struct:__anon21133
339 gdb_notifier.num_fds++;
364 if (gdb_notifier.num_fds <= fd)
365 gdb_notifier.num_fds = fd + 1;
431 gdb_notifier.num_fds--;
445 if ((fd + 1) == gdb_notifier.num_fds)
447 gdb_notifier.num_fds--;
448 for (i = gdb_notifier.num_fds; i; i--)
455 gdb_notifier.num_fds = i;
572 if (gdb_notifier.num_fds == 0
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
server.c 984 unsigned num_fds; local
992 num_fds = num_clients;
994 for (n = 0 ; n < num_fds; n++) {
1005 while (poll(fds, num_fds, -1) == -1) {
1011 for (n = 0 ; n < num_fds; n++) {
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-ports.c 259 int num_fds = fdes + 1;
266 num_found = interruptible_select (num_fds,
257 int num_fds = fdes + 1; local
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-ports.c 259 int num_fds = fdes + 1;
266 num_found = interruptible_select (num_fds,
257 int num_fds = fdes + 1; local
  /src/usr.bin/nc/
netcat.c 1108 int n, num_fds, done = 0; local
1157 num_fds = poll(pfd, 4, timeout);
1160 if (num_fds == -1) {
1166 if (num_fds == 0)

Completed in 76 milliseconds