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

/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_b_clnt.c43 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
52 argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)
65 (char *)&res, TIMEOUT) != RPC_SUCCESS)
78 TIMEOUT) != RPC_SUCCESS)
/osnet-11/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);
H A Didmap_api.c47 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
114 (xdrproc_t)xdr_idmap_prop_res, (caddr_t)res, TIMEOUT);
212 TIMEOUT);
1455 TIMEOUT);
1653 TIMEOUT);
1756 TIMEOUT);
2270 (xdrproc_t)xdr_idmap_retcode, (caddr_t)&rc2, TIMEOUT);
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_rpc.c36 static struct timeval TIMEOUT = { 120, 0 }; variable in typeref:struct:timeval
50 TIMEOUT) != RPC_SUCCESS) {
68 TIMEOUT) != RPC_SUCCESS) {
86 TIMEOUT) != RPC_SUCCESS) {
104 TIMEOUT) != RPC_SUCCESS) {
122 TIMEOUT) != RPC_SUCCESS) {
140 TIMEOUT) != RPC_SUCCESS) {
158 TIMEOUT) != RPC_SUCCESS) {
176 TIMEOUT) != RPC_SUCCESS) {
194 TIMEOUT) !
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm10 use vars qw($VERSION @ISA @EXPORT_OK $TIMEOUT);
22 $TIMEOUT = 120;
49 $timeout = $TIMEOUT
120 =item inet_time ( [HOST [, PROTOCOL [, TIMEOUT]]])
128 =item inet_daytime ( [HOST [, PROTOCOL [, TIMEOUT]]])
H A DFTP.pm1645 =item read ( BUFFER, SIZE [, TIMEOUT ] )
1648 performing any <CRLF> translation necessary. C<TIMEOUT> is optional, if not
1653 =item write ( BUFFER, SIZE [, TIMEOUT ] )
1656 performing any <CRLF> translation necessary. C<TIMEOUT> is optional, if not
/osnet-11/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);
H A Dnic.c349 timeout = rfc2131_sleep_interval(TIMEOUT, retry);
503 timeout = rfc2131_sleep_interval(TIMEOUT, retry);
604 timeout = rfc2131_sleep_interval(TIMEOUT, retry++);
705 timeout = rfc2131_sleep_interval(TIMEOUT, retry++);
726 timeout = rfc2131_sleep_interval(TIMEOUT, reqretry++);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm301 =item can_read ( [ TIMEOUT ] )
303 Return an array of handles that are ready for reading. C<TIMEOUT> is
305 seconds, possibly fractional. If C<TIMEOUT> is not given and any
308 =item can_write ( [ TIMEOUT ] )
312 =item has_exception ( [ TIMEOUT ] )
327 =item select ( READ, WRITE, EXCEPTION [, TIMEOUT ] )
331 C<IO::Select> objects. C<TIMEOUT> is optional and has the same effect as
H A DPoll.pm169 =item poll ( [ TIMEOUT ] )
171 Call the system level poll routine. If TIMEOUT is not specified then the
/osnet-11/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...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c118 #define TIMEOUT (1<<10) macro
513 flags |= TIMEOUT;
596 if ((flags & (FOLLOW|TIMEOUT)) == TIMEOUT)
598 flags &= ~TIMEOUT;
602 if ((flags & (LOG|TIMEOUT)) == LOG)
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c404 struct timeval TIMEOUT = {25, 0}; local
407 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkglib.h85 TIMEOUT, /* Run until a timeout occurs. */ enumerator in enum:__anon2335
87 DEFAULTMODE = TIMEOUT /* The default mode, must come last */
H A Dpkgserv.c412 return (TIMEOUT);
430 case TIMEOUT:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm3950 $TIMEOUT = 240*60; # 4 hour timeout for big files
4310 $MultipartBuffer::TIMEOUT;

Completed in 252 milliseconds