/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_b_clnt.c | 43 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 D | directory_rpc_clnt.c | 39 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval 56 TIMEOUT));
|
H A D | utils.c | 42 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval 140 TIMEOUT);
|
H A D | idmap_api.c | 47 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 D | client_rpc.c | 36 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 D | Time.pm | 10 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 D | FTP.pm | 1645 =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 D | grub.h | 25 #ifndef TIMEOUT 26 #define TIMEOUT (10*TICKS_PER_SEC) macro
|
H A D | fsys_tftp.c | 114 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 D | nic.c | 349 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 D | Select.pm | 301 =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 D | Poll.pm | 169 =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 D | meta_mn_comm.c | 121 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 D | tail.c | 118 #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 D | rpc_generic.c | 404 struct timeval TIMEOUT = {25, 0}; local 407 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 85 TIMEOUT, /* Run until a timeout occurs. */ enumerator in enum:__anon2335 87 DEFAULTMODE = TIMEOUT /* The default mode, must come last */
|
H A D | pkgserv.c | 412 return (TIMEOUT); 430 case TIMEOUT:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CGI.pm | 3950 $TIMEOUT = 240*60; # 4 hour timeout for big files 4310 $MultipartBuffer::TIMEOUT;
|