Lines Matching defs:clntp
73 CLIENT *clntp,
92 (*cachep)[i]->cc_clp = clntp;
105 (*cachep)[i]->cc_clp = clntp;
120 CLIENT *clntp = cachep->cc_clp;
122 if (clntp != NULL) {
123 auth_destroy(clntp->cl_auth);
124 clnt_destroy(clntp);
156 CLIENT *clntp,
168 if (clnt_control(clntp, CLSET_TIMEOUT, (char *)&nto) != TRUE)
169 return (mdrpcerror(ep, clntp, hostname,
333 CLIENT *clntp = NULL;
351 clntp = (*cachep)[i]->cc_clp;
352 if (clntp == NULL)
360 if (cl_sto(clntp, hostname, time_out,
367 return (clntp);
417 clntp = meta_client_create_retry(host_priv, client_create_vers_retry,
421 if (clntp == NULL) {
427 auth_destroy(clntp->cl_auth);
428 clntp->cl_auth = authsys_create_default();
429 assert(clntp->cl_auth != NULL);
432 cc_add(&client_header, hostname, host_priv, clntp, ep);
434 if (cl_sto(clntp, hostname, time_out, ep) != 0)
437 return (clntp);
448 metarpcclose(CLIENT *clntp)