Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 25 of 12749) sorted by last modified time

12345678910>>...510

/dports/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5/src/
H A Dast_vgatool.c1645 #define TIMEOUT 5000000 macro
1673 if(++timeout > TIMEOUT){ in MMCTestBurst()
1694 if(++timeout > TIMEOUT){ in MMCTestBurst2()
1720 if(++timeout > TIMEOUT){ in MMCTestSingle()
1741 if(++timeout > TIMEOUT){ in MMCTestSingle2()
3017 if(++timecnt > TIMEOUT){ in MMCTestBurst_AST2500()
3040 if(++timecnt > TIMEOUT){ in MMCTestSingle_AST2500()
3096 for(timecnt = 0;timecnt < TIMEOUT;timecnt++){ in Do_DDRPHY_Init()
3102 if(timecnt != TIMEOUT){ in Do_DDRPHY_Init()
/dports/www/jetty9/jetty-distribution-9.4.29.v20200521/bin/
H A Djetty.sh519 TIMEOUT=30
521 if (( TIMEOUT-- == 0 )); then
540 TIMEOUT=30
542 if (( TIMEOUT-- == 0 )); then
/dports/www/typo3-9/typo3_src-9.5.31/vendor/guzzlehttp/guzzle/src/
H A DRequestOptions.php238 const TIMEOUT = 'timeout'; define in GuzzleHttp\\RequestOptions
/dports/www/typo3-10/typo3_src-10.4.25/vendor/guzzlehttp/guzzle/src/
H A DRequestOptions.php238 const TIMEOUT = 'timeout'; define in GuzzleHttp\\RequestOptions
/dports/www/mod_auth_xradius/mod_auth_xradius-0.4.6/libradius/
H A Dradlib.c504 timeout = TIMEOUT; in xrad_config()
/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dparse.y145 %token TIMEOUT TLS TYPE TYPES HSTS MAXAGE SUBDOMAINS DEFAULT PRELOAD REQUEST
823 conflags : TIMEOUT timeout {
827 | REQUEST TIMEOUT timeout {
1487 { "timeout", TIMEOUT }, in lookup()
/dports/www/typo3-11/typo3_src-11.5.7/vendor/guzzlehttp/guzzle/src/
H A DRequestOptions.php247 public const TIMEOUT = 'timeout'; define in GuzzleHttp\\RequestOptions
/dports/sysutils/fusefs-httpfs/httpfs2-0.1.5/
H A Dhttpfs2.c61 #define TIMEOUT 30 macro
672 url->timeout = TIMEOUT; in init_url()
824 fprintf(stderr, "\t -t \tset socket timeout in seconds (default: %i)\n", TIMEOUT); in usage()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/geowebcache/
H A Dgeowebcache-bandwidth77 my $TIMEOUT = exists $ENV{'timeout'} ? $ENV{'timeout'} : 30;
86 my $au = LWP::UserAgent->new(timeout => $TIMEOUT);
111 my $ua = LWP::UserAgent->new(timeout => $TIMEOUT);
H A Dgeowebcache-cache-hits-ratio77 my $TIMEOUT = exists $ENV{'timeout'} ? $ENV{'timeout'} : 30;
86 my $au = LWP::UserAgent->new(timeout => $TIMEOUT);
111 my $ua = LWP::UserAgent->new(timeout => $TIMEOUT);
H A Dgeowebcache-blankitems77 my $TIMEOUT = exists $ENV{'timeout'} ? $ENV{'timeout'} : 30;
86 my $au = LWP::UserAgent->new(timeout => $TIMEOUT);
112 my $ua = LWP::UserAgent->new(timeout => $TIMEOUT);
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/network/
H A Dnet_hosts_13 TIMEOUT=50 # ms
28 echo "hosts.value `fping -t $TIMEOUT -r $RETRIES -ga \"$SUBNET.0/24\" 2>/dev/null | wc -l`"
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/tomcat/
H A Dtomcat_access73 my $TIMEOUT = exists $ENV{'timeout'} ? $ENV{'timeout'} : 30;
82 my $au = LWP::UserAgent->new(timeout => $TIMEOUT);
105 my $ua = LWP::UserAgent->new(timeout => $TIMEOUT);
/dports/sysutils/dwatch/dwatch-0.1.1/
H A Ddwatch.c34 #define TIMEOUT 5 macro
40 static int timeout = TIMEOUT;
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/action/
H A Dnxos_file_copy.py311 pexpect.TIMEOUT]
/dports/sysutils/runit/admin/runit-2.1.2/src/
H A Dsv.c29 #define TIMEOUT "timeout: " macro
380 kll ? outs(KILL) : outs(TIMEOUT); in main()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/action/
H A Dnxos_file_copy.py362 pexpect.TIMEOUT,
/dports/sysutils/whowatch/whowatch-1.8.6/src/
H A Dwhowatch.c6 #define TIMEOUT 3 macro
412 tv.tv_sec = TIMEOUT; in main()
431 tv.tv_sec = TIMEOUT; in main()
449 tv.tv_sec = TIMEOUT; in main()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/plugins/stonith/external/
H A Dxen0-ha-dom0-stonith-helper21 TIMEOUT="$3"
24 if [ "0$TIMEOUT" -eq 0 ]; then
25 TIMEOUT=300
32 local timeout="$TIMEOUT"
/dports/sysutils/massadmin/massadmin-2.3/
H A Dmassadmin74 my $TIMEOUT = 60;
116 $TIMEOUT = $opts{t} if ($opts{t});
117 print "Timeout set to $TIMEOUT\n" if ($DEBUG);
370 …my $shell = Net::Telnet->new(-fhopen => $ftp, -timeout => $TIMEOUT, -output_record_separator => "\…
431 …my $shell = Net::Telnet->new(-host => $srv, -timeout => $TIMEOUT, -errmode => 'return', -output_re…
593 …my $shell = Net::Telnet->new(-fhopen => $ssh, -timeout => $TIMEOUT, -output_record_separator => "\…
711 my $error = ($scp->expect($TIMEOUT,
767 …my $shell = Net::Telnet->new(-fhopen => $ssh, -timeout => $TIMEOUT, -output_record_separator => "\…
/dports/sysutils/nut-devel/nut-9e6a5ab2/scripts/perl/
H A DNut.pm176 $self->{timeout} = $arg{TIMEOUT} || 30; # timeout
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Disrv_identd.c36 enum { TIMEOUT = 20 }; enumerator
110 alarm(TIMEOUT); in inetd_mode()
167 TIMEOUT, (opt & OPT_inetdwait) ? TIMEOUT : 0); in fakeidentd_main()
H A Disrv.c44 #define TIMEOUT (state->timeout) macro
135 if (TIMEOUT) { in isrv_register_peer()
167 if (TIMEOUT) in remove_peer()
171 if (TIMEOUT) in remove_peer()
244 } else if (TIMEOUT) { in handle_fd_set()
258 if ((CURTIME - TIMEO_TBL[peer]) >= TIMEOUT) { in handle_timeout()
/dports/sysutils/busybox/busybox-1.26.2/loginutils/
H A Dlogin.c134 TIMEOUT = 60, enumerator
323 printf("\r\nLogin timed out after %u seconds\r\n", TIMEOUT); in alarm_handler()
396 alarm(TIMEOUT); in login_main()
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Drx.c54 #define TIMEOUT 1 macro
127 timeout = TIMEOUT; in receive()
143 blockNo = read_byte(TIMEOUT); in receive()
148 blockNoOnesCompl = read_byte(TIMEOUT); in receive()
160 int cc = read_byte(TIMEOUT); in receive()
166 cksum_or_crc = read_byte(TIMEOUT); in receive()
170 cksum_or_crc = (cksum_or_crc << 8) | read_byte(TIMEOUT); in receive()

12345678910>>...510