Searched defs:tout (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | pmap_clnt.c | 197 caddr_t resp, struct timeval tout, rpcport_t *port_ptr) 219 (caddr_t)&r, tout); 195 pmap_rmtcall(struct sockaddr_in *addr, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, struct timeval tout, rpcport_t *port_ptr) argument
|
H A D | rpcb_clnt.c | 1141 const caddr_t resp, const struct timeval tout, struct netbuf *addr_ptr) 1166 (xdrproc_t)xdr_rpcb_rmtcallres, (char *)&r, tout); 1138 rpcb_rmtcall(const struct netconfig *nconf, const char *host, const rpcprog_t prog, const rpcvers_t vers, const rpcproc_t proc, const xdrproc_t xdrargs, const caddr_t argsp, const xdrproc_t xdrres, const caddr_t resp, const struct timeval tout, struct netbuf *addr_ptr) argument
|
/osnet-11/usr/src/lib/libidmap/common/ |
H A D | utils.c | 225 const struct timeval tout) 267 outproc, out, tout); 219 _idmap_clnt_call( const rpcproc_t procnum, const xdrproc_t inproc, const caddr_t in, const xdrproc_t outproc, caddr_t out, const struct timeval tout) argument
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | metarpcopen.c | 185 struct timeval *tout 191 METAD_VERSION, METAD_VERSION_DEVID, "tcp", tout)); 214 * connection allowing up to tout seconds to complete the task. If the 216 * RPC_PROGNOTREGISTERED and tout seconds have not passed, 232 * tout - Number of seconds to allow for the connection 242 time_t tout, 272 while ((curtime.tv_sec - start.tv_sec) < tout) { 274 timeout.tv_sec = tout - (curtime.tv_sec - start.tv_sec); 238 meta_client_create_retry( char *hostname, clnt_create_func_t func, void *data, time_t tout, md_error_t *ep ) argument
|
/osnet-11/usr/src/lib/libv12n/sparc/ |
H A D | libv12n.c | 748 int tout; local 774 for (tout = 0; tout < v12n_ldma_timeout; tout += v12n_ldma_sleeptime) { 784 if (tout >= v12n_ldma_timeout) {
|
Completed in 34 milliseconds