Searched refs:versmax (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | thrpool.c | 173 svcrdma(int id, int versmin, int versmax, int delegation) in svcrdma() argument 182 rsa->nfs_versmax = versmax; in svcrdma()
|
H A D | nfs_tbind.h | 56 int versmax; /* maximum version no. to be registered */ member
|
H A D | nfs_tbind.c | 589 for (vers = protobp->versmin; vers <= protobp->versmax; in do_one()
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfsd/ |
H A D | nfsd.c | 538 protobp->versmax = nfs_server_vers_max; in main() 546 protobp->versmax = (nfs_server_vers_max > NFS_ACL_V3) ? in main() 651 nsa.versmax = (nfs_server_vers_max > NFS_V3) ? in nfssvc() 658 if (nsa.versmin > nsa.versmax) in nfssvc() 661 nsa.versmax = nfs_server_vers_max; in nfssvc()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfssys.h | 60 int versmax; /* Max protocol version to offer */ member 70 int32_t versmax; /* Max protocol version to offer */ member
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.h | 94 rpcvers_t versmax; member
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 359 rpcvers_t versmin, rpcvers_t versmax) in nfs_srv_set_sc_versions() argument 388 if (versmax == NFS_V4) in nfs_srv_set_sc_versions() 391 __nfs_sc_clts[0].sc_versmax = versmax; in nfs_srv_set_sc_versions() 393 __nfs_sc_clts[1].sc_versmax = versmax; in nfs_srv_set_sc_versions() 399 __nfs_sc_cots[0].sc_versmax = versmax; in nfs_srv_set_sc_versions() 401 if (versmax > NFS_ACL_VERSMAX) in nfs_srv_set_sc_versions() 402 versmax = NFS_ACL_VERSMAX; in nfs_srv_set_sc_versions() 404 __nfs_sc_cots[1].sc_versmax = versmax; in nfs_srv_set_sc_versions() 470 nfs_versmax = STRUCT_FGET(uap, versmax); in nfs_svc()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 3186 rpcvers_t versmax; /* maximum version to try against server */ in pingnfs() local 3240 versmax = *versp; in pingnfs() 3244 set_versrange(0, &versmax, &versmin); in pingnfs() 3249 versmax == NFS_V4) { in pingnfs() 3252 *versp = versmax - 1; in pingnfs() 3257 versmax--; in pingnfs() 3262 *versp = versmax; in pingnfs() 3306 vers_to_try = versmax; in pingnfs() 3313 hostname, rpc_to_new.tv_sec, versmax, versmin); in pingnfs() 3429 for (vers_to_try = versmax; vers_to_try >= versmin; in pingnfs() [all …]
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfs4cbd/ |
H A D | nfs4cbd.c | 197 protobp->versmax = NFS_CB; in main()
|
/titanic_50/usr/src/cmd/fs.d/nfs/lockd/ |
H A D | lockd.c | 385 protobp->versmax = NLM4_VERS; in main()
|
/titanic_50/usr/src/cmd/avs/rdc/ |
H A D | sndrd.c | 137 int versmax; /* maximum version no. to be registered */ member 399 for (vers = protobp0->versmin; vers <= protobp0->versmax; vers++) { in do_one() 649 protobp->versmax = RDC_VERS_MAX; in sndrd_lintmain()
|