Searched refs:clnt_tp_create_timed (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c173 * 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/uts/common/rpc/
H A Dclnt.h825 extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
835 extern CLIENT * clnt_tp_create_timed();
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile134 clnt_tp_create_timed.3nsl \
398 clnt_tp_create_timed.3nsl := LINKSRC = rpc_clnt_create.3nsl
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c808 client = clnt_tp_create_timed(host, prognum, versnum, nconf,
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl537 CLIENT *clnt_tp_create_timed(const char *hostname, rpcprog_t prog,

Completed in 69 milliseconds