Home
last modified time | relevance | path

Searched refs:vers_max (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/
H A Dsvc.c1054 rpcvers_t *vers_min, rpcvers_t *vers_max) in svc_callout_find() argument
1060 *vers_max = 0; in svc_callout_find()
1069 if (*vers_max < sc->sc_versmax) in svc_callout_find()
1070 *vers_max = sc->sc_versmax; in svc_callout_find()
1343 rpcvers_t vers_max; in svc_getreq() local
1381 r.rq_prog, r.rq_vers, &vers_min, &vers_max); in svc_getreq()
1390 if (vers_max == 0 || in svc_getreq()
1395 vers_max); in svc_getreq()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1934 uint_t vers_max; in get_fh_via_pub() local
1939 vers_max = vers_min = nfsvers; in get_fh_via_pub()
1941 vers_max = vers_max_default; in get_fh_via_pub()
1960 for (nfsvers_to_use = vers_max; nfsvers_to_use >= vers_min; in get_fh_via_pub()