HomeSort by: relevance | last modified time | path
    Searched refs:listeners (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.sbin/mopd/common/
loop-linux2.c 98 fd_set fds, listeners; local
127 listeners = fds;
128 if (select(maxfd + 1, &listeners, (fd_set *) 0,
135 if (!FD_ISSET(ii->fd, &listeners))
  /src/external/mpl/bind/dist/bin/named/
controlconf.c 110 controllistenerlist_t listeners; member in struct:named_controls
218 ISC_LIST_UNLINK(listener->controls->listeners, listener, link);
658 for (listener = ISC_LIST_HEAD(controls->listeners); listener != NULL;
662 * As listeners shut down, they will call their callbacks.
676 * reconfiguration, the listeners will be torn down and recreated again,
943 for (listener = ISC_LIST_HEAD(cp->listeners); listener != NULL;
1255 ISC_LIST_UNLINK(cp->listeners, listener,
1306 ISC_LIST_UNLINK(cp->listeners, listener, link);
1323 * listeners list, which currently only has whatever sockaddrs
1330 * Put all of the valid listeners on the listeners list
    [all...]
  /src/sys/arch/mac68k/mac68k/
iop.c 137 iop->listeners[i] = default_listener;
346 msg->handler = iop->listeners[chan];
450 iop->listeners[chan] = handler;
  /src/sys/arch/mac68k/include/
iopreg.h 141 iop_msg_handler listeners[IOP_MAXCHAN]; member in struct:_s_IOP
  /src/usr.sbin/rarpd/
rarpd.c 439 fd_set fds, listeners; local
467 listeners = fds;
468 if (select(maxfd + 1, &listeners, (struct fd_set *) 0,
475 if (!FD_ISSET(fd, &listeners))
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 710 unit_test_->listeners()->repeater()->OnTestPartResult(result);
2664 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater();
2666 // Notifies the unit test event listeners that a test is about to start.
2801 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater();
3386 // This class forwards events to other event listeners.
3425 // The list of listeners that receive events.
3451 // This defines a member that forwards the call to all listeners.
3460 // This defines a member that forwards the call to all listeners in reverse
4539 // output. Can be removed from the listeners list to shut down default
4592 // listeners in the list
4741 TestEventListeners& UnitTest::listeners() { function in class:testing::UnitTest
    [all...]
gtest-internal-inl.h 610 TestEventListeners* listeners() { return &listeners_; } function in class:testing::internal::UnitTestImpl
905 // The list of event listeners that can be used to track events inside
gtest-death-test.cc 1149 // Event forwarding to the listeners of event listener API mush be shut
1151 GetUnitTestImpl()->listeners()->SuppressEventForwarding();
  /src/external/bsd/openldap/dist/servers/lloadd/
daemon.c 380 int *listeners,
475 *listeners += num - 1;
477 ( *listeners + 1 ) * sizeof(LloadListener *) );
740 "no listeners to open (%s)\n",
747 "%d listeners to open...\n",
768 "%d listeners opened\n",
963 /* ITS#9984 Survive the listeners being paused if we run out of fds */
1954 /* Could return array with no listeners if !listening, but current
  /src/external/mpl/bind/dist/fuzz/isc_lex_getmastertoken.in/
named.conf 203 * Control listeners, for "ndc". Every nameserver needs at least one.
  /src/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/
named.conf 199 * Control listeners, for "ndc". Every nameserver needs at least one.
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 1169 // TestEventListeners lets users add listeners to track events in Google Test.
1186 // output. Can be removed from the listeners list to shut down default
1196 // listeners list by users who want to shut down the default XML output
1232 // listeners in the list.
1236 // The actual list of listeners.
1373 // Returns the list of event listeners that can be used to track events
1375 TestEventListeners& listeners();
  /src/external/bsd/openldap/dist/servers/slapd/
daemon.c 1512 int *listeners,
1629 *listeners += num-1;
1631 (*listeners + 1) * sizeof(Listener *) );
1914 Debug( LDAP_DEBUG_ANY, "daemon_init: no listeners to open (%s)\n",
1920 Debug( LDAP_DEBUG_TRACE, "daemon_init: %d listeners to open...\n",
1932 Debug( LDAP_DEBUG_TRACE, "daemon_init: %d listeners opened\n",
3013 * so that we can handle wake_sds first, listeners second, and then
3021 * search the listeners array for a matching descriptor.
3551 /* Could return array with no listeners if !listening, but current

Completed in 29 milliseconds