Home
last modified time | relevance | path

Searched refs:sc_versmax (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c403 __nfs_sc_clts[0].sc_versmax = versmax; in nfs_srv_set_sc_versions()
405 __nfs_sc_clts[1].sc_versmax = versmax; in nfs_srv_set_sc_versions()
411 __nfs_sc_cots[0].sc_versmax = versmax; in nfs_srv_set_sc_versions()
416 __nfs_sc_cots[1].sc_versmax = versmax; in nfs_srv_set_sc_versions()
589 __nfs_sc_rdma[0].sc_versmax = NFS_PROT_VERSION(rsa->nfs_versmax); in rdma_start()
592 __nfs_sc_rdma[1].sc_versmax = in rdma_start()
H A Dnfs4_callback.c1261 nfs4_cb_sc[i].sc_versmax = NFS_CB; in nfs4_callback_init()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c1048 if (vers >= sc->sc_versmin && vers <= sc->sc_versmax) in svc_callout_find()
1051 if (*vers_max < sc->sc_versmax) in svc_callout_find()
1052 *vers_max = sc->sc_versmax; in svc_callout_find()
H A Dsvc.h153 rpcvers_t sc_versmax; /* Max version number */ member