Searched defs:vers_max (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c1056 rpcvers_t *vers_min, rpcvers_t *vers_max)
1062 *vers_max = 0;
1071 if (*vers_max < sc->sc_versmax)
1072 *vers_max = sc->sc_versmax;
1345 rpcvers_t vers_max; local
1383 r.rq_prog, r.rq_vers, &vers_min, &vers_max);
1392 if (vers_max == 0 ||
1397 vers_max);
1055 svc_callout_find(SVCXPRT *xprt, rpcprog_t prog, rpcvers_t vers, rpcvers_t *vers_min, rpcvers_t *vers_max) argument
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1934 uint_t vers_max; local
1939 vers_max = vers_min = nfsvers;
1941 vers_max = vers_max_default;
1960 for (nfsvers_to_use = vers_max; nfsvers_to_use >= vers_min;

Completed in 79 milliseconds