Searched defs:clnt_tp_create_timed (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 173 * This function calls clnt_tp_create_timed(). 233 clnt = clnt_tp_create_timed(hostname, prog, vers, nconf, tp); 492 * It calls clnt_tp_create_timed() with the default timeout. 498 return (clnt_tp_create_timed(hostname, prog, vers, nconf, NULL)); 508 clnt_tp_create_timed(const char *hostname, const rpcprog_t prog, function 543 "clnt_tp_create_timed: " 556 "clnt_tp_create_timed: " 595 * clnt_create_vers_times, clnt_tp_create_timed to pass down the
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 134 clnt_tp_create_timed.3nsl \ 398 clnt_tp_create_timed.3nsl := LINKSRC = rpc_clnt_create.3nsl
|
Completed in 54 milliseconds