Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 20 of 20) sorted by relevance

/original-bsd/usr.sbin/amd/rpcx/
H A Damq_clnt.c21 static struct timeval TIMEOUT = { ALLOWED_MOUNT_TIME, 0 }; variable
31 if (clnt_call(clnt, AMQPROC_NULL, xdr_void, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
46 …if (clnt_call(clnt, AMQPROC_MNTTREE, xdr_amq_string, argp, xdr_amq_mount_tree_p, &res, TIMEOUT) !=…
61 if (clnt_call(clnt, AMQPROC_UMNT, xdr_amq_string, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
76 …if (clnt_call(clnt, AMQPROC_STATS, xdr_void, argp, xdr_amq_mount_stats, &res, TIMEOUT) != RPC_SUCC…
91 …if (clnt_call(clnt, AMQPROC_EXPORT, xdr_void, argp, xdr_amq_mount_tree_list, &res, TIMEOUT) != RPC…
105 if (clnt_call(clnt, AMQPROC_SETOPT, xdr_amq_setopt, argp, xdr_int, &res, TIMEOUT) != RPC_SUCCESS) {
120 …if (clnt_call(clnt, AMQPROC_GETMNTFS, xdr_void, argp, xdr_amq_mount_info_list, &res, TIMEOUT) != R…
135 if (clnt_call(clnt, AMQPROC_MOUNT, xdr_amq_string, argp, xdr_int, &res, TIMEOUT) != RPC_SUCCESS) {
150 …if (clnt_call(clnt, AMQPROC_GETVERS, xdr_void, argp, xdr_amq_string, &res, TIMEOUT) != RPC_SUCCESS…
/original-bsd/contrib/connectd/cd/
H A Dcon.c23 # define TIMEOUT 600 /* 10ths of a second */ macro
47 cp = passuntil("\n",TIMEOUT);
49 cp = passuntil("\n",TIMEOUT);
60 cp = passuntil("\n",TIMEOUT);
62 cp = passuntil("\n",TIMEOUT);
/original-bsd/local/toolchest/ksh/sh/
H A Dtimeout.h23 #define TIMEOUT 7000 /* seconds elapsing before termination */ macro
25 #define TIMEOUT 0 /* seconds elapsing before termination */ macro
H A Ddefs.c58 long timeout = TIMEOUT;
H A Dmain.c412 #if TIMEOUT!=0
413 if(timeout <= 0 || timeout > TIMEOUT)
414 timeout = TIMEOUT;
/original-bsd/libexec/talkd/
H A Dtalkd.c47 #define TIMEOUT 30 macro
73 alarm(TIMEOUT);
100 alarm(TIMEOUT); in timeout()
/original-bsd/old/talk/talkd/
H A Dtalkd.c43 #define TIMEOUT 30 macro
63 alarm(TIMEOUT);
94 alarm(TIMEOUT); in timeout()
/original-bsd/games/hack/
H A Dhack.timeout.c10 if((upp->p_flgs & TIMEOUT) && !--upp->p_flgs) { in timeout()
54 register long i = (Stoned & TIMEOUT); in stoned_dialogue()
H A Dhack.h52 #define TIMEOUT 007777 /* mask */ macro
H A Dhack.do.c473 if(!Wounded_legs || (Wounded_legs & TIMEOUT))
/original-bsd/old/sh/
H A Dtimeout.h12 #define TIMEOUT 2400 macro
/original-bsd/games/sail/
H A Dmachdep.h10 #define TIMEOUT 300 /* Sync() timeout in seconds */ macro
H A Dsync.c123 for (n = TIMEOUT; --n >= 0;) { in Sync()
/original-bsd/usr.bin/ex/
H A Dex_vars.h37 #define TIMEOUT 35 macro
H A Dex_vget.c663 if (value(TIMEOUT) && inopen >= 0) { in fastpeekkey()
/original-bsd/usr.bin/lock/
H A Dlock.c39 #define TIMEOUT 15 macro
64 sectimeout = TIMEOUT;
/original-bsd/usr.bin/tftp/
H A Dmain.c43 #define TIMEOUT 5 /* secs between rexmt's */ macro
466 int rexmtval = TIMEOUT;
494 int maxtimeout = 5 * TIMEOUT;
/original-bsd/libexec/tftpd/
H A Dtftpd.c48 #define TIMEOUT 5 macro
51 int rexmtval = TIMEOUT;
52 int maxtimeout = 5*TIMEOUT;
/original-bsd/usr.sbin/amd/amq/
H A Damq.c60 #define TIMEOUT tmo macro
391 clnt = clntudp_create(&server_addr, AMQ_PROGRAM, AMQ_VERSION, TIMEOUT, &s);
/original-bsd/local/toolchest/ksh/
H A DREADME30 The file sh/timeout.h contains a parameter TIMEOUT which can be set to