Searched refs:timeouts (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dtestclient.h56 void timeouts();
H A Dtestclient.cpp168 timeouts();
200 // Database timeouts
203 void timeouts() function
/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IONetworkingFamily/
H A DIOFWStats.h95 @field timeouts receiver timeouts.
107 UInt32 timeouts; member in struct:__anon1623
122 @field timeouts transmitter timeouts.
132 UInt32 timeouts; member in struct:__anon1624
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOEthernetStats.h93 @field timeouts receiver timeouts.
105 UInt32 timeouts; member in struct:__anon2317
120 @field timeouts transmitter timeouts.
130 UInt32 timeouts; member in struct:__anon2318
/macosx-10.10.1/PowerManagement-494.1.2/BATS/
H A Dpowerassertions-timeouts.c3 // powerassertions-timeouts.c
49 int timeouts; member in struct:__anon3461
63 printf("Executing powerassertions-timeouts: schedule and verify timeouts & their effects.\n");
66 printf("Test tool will check for timeouts after %0.02fs\n", (CFTimeInterval)kMyWaitForJudgement);
104 ^(int x){ result.timeouts++; });
195 printf("- AssertionTimeout notify fired %d times\n", result.timeouts);
199 if (result.timeouts == 0) {
201 result.timeouts, result.fCount);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_arp.h139 uint32_t timeouts; /* # of times with entries removed */ member in struct:arpstat
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntptrap119 sub timeouts # sort timeout id array
298 @TIMEOUTS = sort timeouts keys(%TIMEOUTS);
308 @TIMEOUTS = sort timeouts keys(%TIMEOUTS);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOStatistics.h79 uint32_t timeouts; member in struct:IOStatisticsTimerEventSources
H A DIOStatisticsPrivate.h126 uint32_t timeouts; member in struct:IOTimerEventSourceCounter
319 counter->u.timer.timeouts++;
/macosx-10.10.1/ruby-106/ruby/test/resolv/
H A Dtest_dns.rb120 dns.timeouts = 0.1
130 dns.timeouts = [ 0.1, 0.2 ]
/macosx-10.10.1/bind9-45.101/bind9/contrib/dbus/
H A Ddbus_service.c74 void * timeouts; member in struct:dbcs_s
599 if( tsearch((void*)to, &(cs->timeouts), ptr_key_comparator) != 0L )
614 if( tdelete((const void*)to, &(cs->timeouts), ptr_key_comparator) != 0L )
630 &(cs->timeouts),
692 twalk( cs->timeouts, process_timeout );
1152 tdestroy( cs->timeouts, free);
1153 cs->timeouts=0L;
/macosx-10.10.1/IOKitUser-1050.1.21/network.subproj/
H A Denetstat.c150 printf("Deferred : %-7ld\tWatchdog timeouts: %-7ld\n",
171 dot3TxExtraEntry->timeouts,
172 dot3RxExtraEntry->timeouts);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dasyn-ares.c454 int timeouts,
462 (void)timeouts; /* ignored */
451 query_completed_cb(void *arg, int status, int timeouts, struct hostent *hostent) argument
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dresolv.rb339 # Sets the resolver timeouts. This may be a single positive number
340 # or an array of positive numbers representing timeouts in seconds.
343 # is received. Specifying +nil+ reverts to the default timeouts:
348 # dns.timeouts = 3
350 def timeouts=(values)
351 @config.timeouts = values
880 @timeouts = nil
883 def timeouts=(values)
890 @timeouts = values
892 @timeouts
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp966 tec->timeouts += counter->u.timer.timeouts;
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dinet.c979 p2(timeouts, "\t%u ARP entr%s timed out\n");
/macosx-10.10.1/remote_cmds-47/tftpd.tproj/
H A Dtftpd.c1214 timeouts = 0;
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dresolver.c122 * This defines the maximum number of timeouts we will permit before we
240 * The number of timeouts that have occurred since we
244 unsigned int timeouts; member in struct:fetchctx
1818 * Handle timeouts by reducing the UDP response size to 512 bytes
1833 fctx->timeouts >= (MAX_EDNS0_TIMEOUTS * 2)) &&
1838 fctx->timeouts >= MAX_EDNS0_TIMEOUTS) &&
3198 fctx->timeouts++;
3560 fctx->timeouts = 0;
6603 fctx->timeouts = 0;
8219 fctx->querysent, fctx->timeouts, fct
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges367 timeouts in SOAP::Transport::TCP::Server
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_arp.c576 arpstat.timeouts++;
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp9047 UInt32 badsums, timeouts; local
9067 badsums = timeouts = 0;
9080 timeouts++;
9090 while ((timeouts < 2) && (badsums < 4));
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A DMakefile785 s_client.o: s_apps.h s_client.c timeouts.h
810 s_server.o: ../include/openssl/x509v3.h apps.h s_apps.h s_server.c timeouts.h
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm2455 Non-blocking and timeouts (which are based on non-blocking) are not

Completed in 412 milliseconds