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

123

/illumos-gate/usr/src/cmd/sh/
H A Dtimeout.h31 #define TIMEOUT 0 /* seconds elapsing before log-off (normal) */ macro
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b_clnt.c47 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
56 argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)
69 (char *)&res, TIMEOUT) != RPC_SUCCESS)
82 TIMEOUT) != RPC_SUCCESS)
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd_rpc.c16 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
29 TIMEOUT) != RPC_SUCCESS) {
46 TIMEOUT) != RPC_SUCCESS) {
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_rpc_clnt.c39 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
56 TIMEOUT));
H A Dutils.c42 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
140 TIMEOUT);
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_rpc.c34 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
48 TIMEOUT) != RPC_SUCCESS) {
66 TIMEOUT) != RPC_SUCCESS) {
84 TIMEOUT) != RPC_SUCCESS) {
102 TIMEOUT) != RPC_SUCCESS) {
120 TIMEOUT) != RPC_SUCCESS) {
138 TIMEOUT) != RPC_SUCCESS) {
156 TIMEOUT) != RPC_SUCCESS) {
174 TIMEOUT) != RPC_SUCCESS) {
192 TIMEOUT) !
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl42 my $TIMEOUT = 3; # connection timeout
89 Timeout => $TIMEOUT,
H A Dget.ipv6remote.pl42 my $TIMEOUT = 3; # connection timeout
/illumos-gate/usr/src/lib/libads/common/
H A Dpoke.c28 static struct timeval TIMEOUT = { 15, 0 }; variable in typeref:struct:timeval
51 (xdrproc_t)xdr_int, (caddr_t)&res, TIMEOUT);
H A Ddsgetdc.c48 static struct timeval TIMEOUT = { 15, 0 }; variable in typeref:struct:timeval
99 (xdrproc_t)xdr_DsGetDcNameRes, (caddr_t)&res, TIMEOUT);
/illumos-gate/usr/src/uts/common/sys/
H A Dstrtty.h90 #define TIMEOUT 01 /* Delay timeout in progress */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h25 #ifndef TIMEOUT
26 #define TIMEOUT (10*TICKS_PER_SEC) macro
H A Dfsys_tftp.c114 timeout = rfc2131_sleep_interval(block?TFTP_REXMT: TIMEOUT, retry);
116 timeout = rfc2131_sleep_interval(TIMEOUT, retry);
250 timeout = rfc2131_sleep_interval (block ? TFTP_REXMT : TIMEOUT, retry);
252 timeout = rfc2131_sleep_interval (TIMEOUT, retry);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Dspray.c155 * A special call, where the TIMEOUT is 0. So, every call times-out.
157 static struct timeval TIMEOUT = { 0, 0 }; variable in typeref:struct:timeval
165 xdr_void, NULL, TIMEOUT));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dplatsvcd.conf37 * TIMEOUT <seconds>
55 TIMEOUT 180
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypset.c59 #define TIMEOUT 30 /* Total seconds for timeout */ macro
68 TIMEOUT, /* Seconds */
H A Dyppoll.c61 #define TIMEOUT 30 /* Total seconds for timeout */ macro
268 timeout.tv_sec = TIMEOUT;
H A Dypxfrd_client.c47 static struct timeval TIMEOUT = {25, 0}; variable in typeref:struct:timeval
299 (char *)&res, TIMEOUT) != RPC_SUCCESS) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dplatsvcd.conf36 * TIMEOUT <seconds>
54 TIMEOUT 180
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dplatsvcd.conf36 * TIMEOUT <seconds>
54 TIMEOUT 180
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c121 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
134 (xdrproc_t)xdr_md_mn_result_t, (caddr_t)clnt_res, TIMEOUT);
155 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
176 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
197 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
218 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
239 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
260 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
281 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
302 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c118 #define TIMEOUT (1<<10) macro
515 flags |= TIMEOUT;
598 if ((flags & (FOLLOW|TIMEOUT)) == TIMEOUT)
600 flags &= ~TIMEOUT;
604 if ((flags & (LOG|TIMEOUT)) == LOG)
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnet.c46 #define TIMEOUT 1 macro
217 timeout = TIMEOUT;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/conf/
H A Dplatsvcd.conf37 * TIMEOUT <seconds>
55 TIMEOUT 300
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/
H A Dplatsvcd.conf37 * TIMEOUT <seconds>
55 TIMEOUT 300

Completed in 147 milliseconds

123