Searched defs:TIMEOUT (Results 1 - 10 of 10) 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/grub/grub-0.97/netboot/
H A Dgrub.h25 #ifndef TIMEOUT
26 #define TIMEOUT (10*TICKS_PER_SEC) macro
/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/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/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/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 */

Completed in 161 milliseconds