Home | History | Annotate | Download | only in mount_nfs

Lines Matching defs:clp

104 	CLIENT *clp;
204 clp = clnt_tp_create(hostp, RPCPROG_MNT, mntvers,
206 if (clp == NULL) {
212 CLNT_CONTROL(clp, CLSET_RETRY_TIMEOUT,
214 clp->cl_auth = authsys_create_default();
219 clnt_stat = clnt_call(clp, RPCMNT_MOUNT,
230 errx(1, "%s", clnt_sperror(clp,
234 auth_destroy(clp->cl_auth);
235 clnt_destroy(clp);
241 warnx("%s", clnt_sperror(clp,