/titanic_41/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_41/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_41/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_41/usr/src/head/rpcsvc/ |
H A D | mount.x | 191 program MOUNTPROG {
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 608 svc_unreg(MOUNTPROG, MOUNTVERS); in main() 609 svc_unreg(MOUNTPROG, MOUNTVERS_POSIX); in main() 610 svc_unreg(MOUNTPROG, MOUNTVERS3); 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() 664 if (svc_create(mnt, MOUNTPROG, MOUNTVERS_POSIX, in main() 670 if (svc_create(mnt, MOUNTPROG, MOUNTVERS_POSIX, in main() 679 if (svc_create(mnt, MOUNTPROG, MOUNTVERS3, "datagram_v") == 0) { in main() 684 if (svc_create(mnt, MOUNTPROG, MOUNTVERS3, "circuit_v") == 0) { in main()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | mount_nfs.c | 200 client = clnt_create_vers(host, MOUNTPROG, &vers, MOUNTVERS, vers, 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_41/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 155 status = brpc_call((rpcprog_t)MOUNTPROG, (rpcvers_t)MOUNTVERS, in nfsmountroot() 336 status = brpc_call((rpcprog_t)MOUNTPROG, (rpcvers_t)MOUNTVERS3, in nfs3mountroot()
|
/titanic_41/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 299 cl = clnt_create_timed(list[i].host, MOUNTPROG, vers, in inform_server()
|
/titanic_41/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 688 cl = clnt_create(hostname, (ulong_t)MOUNTPROG, (ulong_t)MOUNTVERS, in gethostlist() 691 cl = clnt_create(hostname, (ulong_t)MOUNTPROG, in gethostlist()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 106 #define MOUNTPROG 100005 macro 419 stat = pmap_kgetport(&dl_udp_netconf, sa, (rpcprog_t)MOUNTPROG, in mountnfs() 439 stat = mycallrpc(&dl_udp_netconf, sa, (rpcprog_t)MOUNTPROG, in mountnfs() 500 stat = pmap_kgetport(&dl_udp_netconf, sa, (rpcprog_t)MOUNTPROG, in mountnfs3() 527 stat = mycallrpc(&dl_udp_netconf, sa, (rpcprog_t)MOUNTPROG, in mountnfs3()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | svc_generic.c | 94 if ((prognum == MOUNTPROG) || (prognum == NFS_PROGRAM) || in is_multilevel()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 364 mountclient = clnt_create("localhost", MOUNTPROG, MOUNTVERS3, "tcp"); in dotest()
|
/titanic_41/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 | 1304 while ((cl = clnt_create_vers(host, MOUNTPROG, &outvers, in nfsmount() 3699 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "datagram_v");
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 782 case MOUNTPROG: in rpcbproc_callit_com()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 2106 while ((cl = clnt_create_vers(fshost, MOUNTPROG, &outvers, in get_fh()
|