Searched refs:TIMEOUT (Results 1 - 25 of 65) sorted by relevance

123

/openbsd-current/usr.bin/tftp/
H A Dextern.h38 #define TIMEOUT 5 /* packet rexmt timeout */ macro
/openbsd-current/regress/sys/net/pf_trans/
H A DMakefile11 TIMEOUT?= 10 macro
20 ${SUDO} ./dev-limit -c 2048 -s 1023 -t ${TIMEOUT}
/openbsd-current/usr.sbin/amd/rpcx/
H A Damq_clnt.c10 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
18 if (clnt_call(clnt, AMQPROC_NULL, xdr_void, argp, xdr_void, &clnt_res, TIMEOUT) != RPC_SUCCESS) {
30 if (clnt_call(clnt, AMQPROC_MNTTREE, xdr_amq_string, argp, xdr_amq_mount_tree_p, &clnt_res, TIMEOUT) != RPC_SUCCESS) {
42 if (clnt_call(clnt, AMQPROC_UMNT, xdr_amq_string, argp, xdr_void, &clnt_res, TIMEOUT) != RPC_SUCCESS) {
54 if (clnt_call(clnt, AMQPROC_STATS, xdr_void, argp, xdr_amq_mount_stats, &clnt_res, TIMEOUT) != RPC_SUCCESS) {
66 if (clnt_call(clnt, AMQPROC_EXPORT, xdr_void, argp, xdr_amq_mount_tree_list, &clnt_res, TIMEOUT) != RPC_SUCCESS) {
78 if (clnt_call(clnt, AMQPROC_SETOPT, xdr_amq_setopt, argp, xdr_int, &clnt_res, TIMEOUT) != RPC_SUCCESS) {
90 if (clnt_call(clnt, AMQPROC_GETMNTFS, xdr_void, argp, xdr_amq_mount_info_list, &clnt_res, TIMEOUT) != RPC_SUCCESS) {
102 if (clnt_call(clnt, AMQPROC_GETVERS, xdr_void, argp, xdr_amq_string, &clnt_res, TIMEOUT) != RPC_SUCCESS) {
/openbsd-current/games/sail/
H A Dmachdep.h35 #define TIMEOUT 300 /* Sync() timeout in seconds */ macro
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A D__init__.py69 from .exceptions import ExceptionPexpect, EOF, TIMEOUT namespace
80 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
H A Dexceptions.py34 class TIMEOUT(ExceptionPexpect): class in inherits:ExceptionPexpect
H A Dpxssh.py23 from pexpect import ExceptionPexpect, TIMEOUT, EOF, spawn namespace
210 except TIMEOUT:
233 except TIMEOUT:
308 session_regex_array = ["(?i)are you sure you want to continue connecting", original_prompt, password_regex, "(?i)permission denied", "(?i)terminal type", TIMEOUT]
468 i = self.expect([self.PROMPT, TIMEOUT], timeout=timeout)
491 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10)
494 i = self.expect([TIMEOUT, self.PROMPT], timeout=10)
H A Dexpect.py3 from .exceptions import EOF, TIMEOUT namespace
69 spawn.after = TIMEOUT
72 spawn.match = TIMEOUT
82 raise TIMEOUT(msg)
118 except TIMEOUT as e:
133 timeout_index - index of TIMEOUT, or -1
146 may be a list; a sequence of strings; or the EOF or TIMEOUT types. '''
155 if s is TIMEOUT:
170 ' %d: TIMEOUT' % self.timeout_index))
228 timeout_index - index of TIMEOUT, o
[all...]
H A Dfdpexpect.py25 from .exceptions import ExceptionPexpect, TIMEOUT namespace
147 raise TIMEOUT('Timeout exceeded.')
H A Drun.py4 from .exceptions import EOF, TIMEOUT namespace
64 events={TIMEOUT:print_ticks}, timeout=5)
72 events=[(TIMEOUT,print_ticks)], timeout=5)
108 # This assumes EOF or TIMEOUT will eventually cause run to terminate.
119 # child.after may have been a TIMEOUT or EOF,
137 except TIMEOUT:
H A Dspawnbase.py7 from .exceptions import ExceptionPexpect, EOF, TIMEOUT namespace
184 ' of: {goodtypes}, pexpect.EOF, pexpect.TIMEOUT'\
194 Patterns must be a StringType, EOF, TIMEOUT, SRE_Pattern, or a list of
196 might do this if waiting for an EOF or TIMEOUT condition without
232 elif p is TIMEOUT:
233 compiled_pattern_list.append(TIMEOUT)
246 successful match. This may raise exceptions for EOF or TIMEOUT. To
247 avoid the EOF or TIMEOUT exceptions add EOF or TIMEOUT to the pattern
248 list. That will cause expect to match an EOF or TIMEOUT conditio
[all...]
/openbsd-current/usr.sbin/rpc.lockd/
H A Dtest.c7 static struct timeval TIMEOUT = {0, 0}; variable in typeref:struct:timeval
16 &res, TIMEOUT) != RPC_SUCCESS) {
31 &res, TIMEOUT)) != RPC_SUCCESS) {
47 &res, TIMEOUT) != RPC_SUCCESS) {
61 &res, TIMEOUT) != RPC_SUCCESS) {
75 &res, TIMEOUT) != RPC_SUCCESS) {
89 &res, TIMEOUT) != RPC_SUCCESS) {
102 if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
117 &res, TIMEOUT) != RPC_SUCCESS) {
131 &res, TIMEOUT) !
[all...]
/openbsd-current/usr.sbin/rpc.statd/
H A Dtest.c9 static struct timeval TIMEOUT = {25, 0}; variable in typeref:struct:timeval
20 &res, TIMEOUT) != RPC_SUCCESS)
35 &res, TIMEOUT) != RPC_SUCCESS)
50 &res, TIMEOUT) != RPC_SUCCESS)
65 &res, TIMEOUT) != RPC_SUCCESS)
80 &res, TIMEOUT) != RPC_SUCCESS)
/openbsd-current/games/hack/
H A Dhack.timeout.c75 if((upp->p_flgs & TIMEOUT) && !--upp->p_flgs) {
120 long i = (Stoned & TIMEOUT);
/openbsd-current/regress/sys/kern/itimer/
H A Ditimer.c20 #define TIMEOUT 2 macro
61 while (ticks != TIMEOUT * 10)
76 stv.tv_sec = TIMEOUT;
/openbsd-current/libexec/talkd/
H A Dtalkd.c59 #define TIMEOUT 30 macro
82 alarm(TIMEOUT);
134 alarm(TIMEOUT);
/openbsd-current/regress/sbin/isakmpd/exchange/
H A Drun.sh37 TIMEOUT=2
74 TIMEOUT=$2; shift; shift;;
103 ${NC} -nul -w${TIMEOUT} 127.0.0.1 ${DSTPORT} </dev/null >packet &
104 # ${NC} -nu -w${TIMEOUT} -p${SRCPORT} 127.0.0.1 ${DSTPORT} </dev/null >packet
121 cat $packet |${NC} -nu -w${TIMEOUT} -p${SRCPORT} 127.0.0.1 ${DSTPORT} \
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_reset.h73 #define intel_wedge_on_timeout(W, GT, TIMEOUT) \
74 for (__intel_init_wedge((W), (GT), (TIMEOUT), __func__); \
/openbsd-current/gnu/llvm/lldb/scripts/
H A Dreproducer-replay.py18 outs, errs = proc.communicate(timeout=TIMEOUT)
41 result = 'TIMEOUT'
103 global TIMEOUT
107 TIMEOUT = args.timeout
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dser-tcp.c50 #define TIMEOUT 15 macro
153 while (n == 0 && polls <= TIMEOUT * POLL_INTERVAL);
154 if (n < 0 || polls > TIMEOUT * POLL_INTERVAL)
156 if (polls > TIMEOUT * POLL_INTERVAL)
/openbsd-current/regress/lib/libc/sys/
H A Dt_clock_gettime.c77 #define TIMEOUT 5 macro
101 endlimit += TIMEOUT + 1;
168 "for %d seconds\n", TIMEOUT);
187 (void)printf("\nChecking %s for %d seconds\n", name, TIMEOUT);
/openbsd-current/sys/dev/ata/
H A Dwdvar.h56 #define TIMEOUT 4 /* device timed out */ macro
/openbsd-current/gnu/llvm/clang/utils/ABITest/layout/
H A DMakefile10 TIMEOUT := 5 macro
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSelect.pm329 =item can_read ( [ TIMEOUT ] )
331 Return an array of handles that are ready for reading. C<TIMEOUT> is the
333 unchanged), in seconds, possibly fractional. If C<TIMEOUT> is not given
339 =item can_write ( [ TIMEOUT ] )
343 =item has_exception ( [ TIMEOUT ] )
358 =item select ( READ, WRITE, EXCEPTION [, TIMEOUT ] )
362 C<IO::Select> objects. C<TIMEOUT> is optional and has the same effect as
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm22 $FTP_PASSIVE $TIMEOUT $DEBUG $WARN $FORCEIPV4
34 $TIMEOUT = 0;
600 $ua->timeout( $TIMEOUT ) if $TIMEOUT;
644 my $http = HTTP::Tiny->new( ( $TIMEOUT ? ( timeout => $TIMEOUT ) : () ) );
690 $http->{timeout} = $TIMEOUT if $TIMEOUT;
794 while ( $select->can_read( $TIMEOUT || 60 ) ) {
804 return $self->_error(loc("Socket timed out after '%1' seconds", ( $TIMEOUT || 6
[all...]

Completed in 181 milliseconds

123