/titanic_44/usr/src/cmd/fs.d/nfs/dfshares/ |
H A D | dfshares.c | 115 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 D | dfmounts.c | 137 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 D | showmount.c | 137 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 D | umount.c | 290 vers = MOUNTVERS; in inform_server() 342 if (rpc_stat == RPC_PROGVERSMISMATCH && vers == MOUNTVERS) { in inform_server()
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | mount_nfs.c | 200 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 D | mount.x | 197 version MOUNTVERS {
|
/titanic_44/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 122 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 D | shutdown.c | 688 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 D | mount.c | 155 status = brpc_call((rpcprog_t)MOUNTPROG, (rpcvers_t)MOUNTVERS, in nfsmountroot()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 108 #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 D | autod_parse.c | 1912 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "circuit_v"); 1914 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "datagram_v");
|
H A D | autod_nfs.c | 1123 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 D | mount.c | 2028 vers_min = MOUNTVERS; in get_fh() 2175 case MOUNTVERS: in get_fh()
|