Lines Matching refs:versp
3166 * Sends a null call to the remote host's (NFS program, versp). versp
3168 * Upon return, versp contains the maximum version supported iff versp!= NULL.
3174 rpcvers_t *versp,
3239 if (versp) {
3240 versmax = *versp;
3251 if (versp) {
3252 *versp = versmax - 1;
3261 if (versp)
3262 *versp = versmax;
3264 switch (cache_check(hostname, versp, proto)) {
3390 if (versp != NULL) { /* recheck the cache */
3391 *versp = vers_to_try;
3395 *versp);
3397 switch (cache_check(hostname, versp, proto)) {
3459 if (versp != NULL)
3460 *versp = outvers;
3735 cache_check(host, versp, proto)
3737 rpcvers_t *versp;
3782 if (versp == NULL ||
3783 (versp != NULL && *versp == ce->cache_reqvers) ||
3784 (versp != NULL && *versp == ce->cache_outvers)) {
3785 if (versp != NULL)
3786 *versp = ce->cache_outvers;