Lines Matching refs:newcl
309 clget_impl(clinfo_t *ci, servinfo_t *svp, cred_t *cr, CLIENT **newcl, in clget_impl() argument
318 if (newcl == NULL || chp == NULL || ci == NULL) in clget_impl()
321 *newcl = NULL; in clget_impl()
409 *newcl = cp->ch_client; in clget_impl()
464 *newcl = cp->ch_client; in clget_impl()
471 clget(clinfo_t *ci, servinfo_t *svp, cred_t *cr, CLIENT **newcl, in clget() argument
479 return (clget_impl(ci, svp, cr, newcl, chp, nfscl)); in clget()
483 acl_clget(mntinfo_t *mi, servinfo_t *svp, cred_t *cr, CLIENT **newcl, in acl_clget() argument
517 error = clget_impl(&ci, svp, cr, newcl, chp, nfscl); in acl_clget()
544 nfs_clget(mntinfo_t *mi, servinfo_t *svp, cred_t *cr, CLIENT **newcl, in nfs_clget() argument
578 error = clget_impl(&ci, svp, cr, newcl, chp, nfscl); in nfs_clget()