Lines Matching refs:prog

94 clnt_create_vers(const char *hostname, rpcprog_t prog, rpcvers_t *vers_out,  in clnt_create_vers()  argument
98 return (clnt_create_vers_timed(hostname, prog, vers_out, vers_low, in clnt_create_vers()
109 clnt_create_vers_timed(const char *hostname, rpcprog_t prog, in clnt_create_vers_timed() argument
118 clnt = clnt_create_timed(hostname, prog, vers_high, nettype, tp); in clnt_create_vers_timed()
177 clnt_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_create() argument
181 return (clnt_create_timed(hostname, prog, vers, nettype, NULL)); in clnt_create()
193 clnt_create_timed(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_create_timed() argument
229 clnt = clnt_tp_create_timed(hostname, prog, vers, nconf, tp); in clnt_create_timed()
279 clnt_tp_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_tp_create() argument
283 return (clnt_tp_create_timed(hostname, prog, vers, nconf, NULL)); in clnt_tp_create()
293 clnt_tp_create_timed(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_tp_create_timed() argument
307 if ((svcaddr = __rpcb_findaddr_timed(prog, vers, in clnt_tp_create_timed()
315 prog, vers, 0, 0); in clnt_tp_create_timed()
323 CLNT_CONTROL(cl, CLSET_PROG, (void *)&prog); in clnt_tp_create_timed()
328 prog, vers, 0, 0); in clnt_tp_create_timed()
346 struct netbuf *svcaddr, rpcprog_t prog, rpcvers_t vers, in clnt_tli_create() argument
390 cl = clnt_vc_create(fd, svcaddr, prog, vers, sendsz, recvsz); in clnt_tli_create()
397 cl = clnt_vc_create(fd, svcaddr, prog, vers, sendsz, recvsz); in clnt_tli_create()
400 cl = clnt_dg_create(fd, svcaddr, prog, vers, sendsz, recvsz); in clnt_tli_create()