Home
last modified time | relevance | path

Searched refs:MOUNTVERS (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c115 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "circuit_n");
118 cl = clnt_create(host, MOUNTPROG, MOUNTVERS,
/titanic_44/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c137 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "circuit_n");
140 cl = clnt_create(host, MOUNTPROG, MOUNTVERS,
/titanic_44/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c137 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "circuit_n"); in main()
140 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, in main()
/titanic_44/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c290 vers = MOUNTVERS; in inform_server()
342 if (rpc_stat == RPC_PROGVERSMISMATCH && vers == MOUNTVERS) { in inform_server()
/titanic_44/usr/src/cmd/rexd/
H A Dmount_nfs.c200 client = clnt_create_vers(host, MOUNTPROG, &vers, MOUNTVERS, vers, in mount_nfs()
247 case MOUNTVERS: in mount_nfs()
449 if ((client = clnt_create(hostname, MOUNTPROG, MOUNTVERS, "udp")) in umount_nfs()
599 if (err = rpc_call(fullname, MOUNTPROG, MOUNTVERS, MOUNTPROC_EXPORT, in parsefs()
/titanic_44/usr/src/head/rpcsvc/
H A Dmount.x197 version MOUNTVERS {
/titanic_44/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c122 static int mount_vers_min = MOUNTVERS;
464 mount_vers_min = MOUNTVERS; in main()
608 svc_unreg(MOUNTPROG, MOUNTVERS); in main()
650 if (mount_vers_max >= MOUNTVERS) { in main()
651 if (svc_create(mnt, MOUNTPROG, MOUNTVERS, "datagram_v") == 0) { in main()
656 if (svc_create(mnt, MOUNTPROG, MOUNTVERS, "circuit_v") == 0) { in main()
1426 case MOUNTVERS: in mount()
/titanic_44/usr/src/ucbcmd/shutdown/
H A Dshutdown.c688 cl = clnt_create(hostname, (ulong_t)MOUNTPROG, (ulong_t)MOUNTVERS, in gethostlist()
692 (ulong_t)MOUNTVERS, "udp"); in gethostlist()
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dmount.c155 status = brpc_call((rpcprog_t)MOUNTPROG, (rpcvers_t)MOUNTVERS, in nfsmountroot()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c108 #define MOUNTVERS 1 macro
420 (rpcvers_t)MOUNTVERS, (rpcprot_t)IPPROTO_UDP); in mountnfs()
440 (rpcvers_t)MOUNTVERS, (rpcproc_t)MOUNTPROC_MNT, in mountnfs()
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1912 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "circuit_v");
1914 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "datagram_v");
H A Dautod_nfs.c1123 versmin = MOUNTVERS; in nfsmount()
1543 case MOUNTVERS: in nfsmount()
3699 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "datagram_v");
/titanic_44/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2028 vers_min = MOUNTVERS; in get_fh()
2175 case MOUNTVERS: in get_fh()