Home
last modified time | relevance | path

Searched refs:MOUNTPROG (Results 1 – 16 of 16) sorted by relevance

/titanic_41/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_41/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_41/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_41/usr/src/head/rpcsvc/
H A Dmount.x191 program MOUNTPROG {
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c608 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 Dmount_nfs.c200 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 Dmount.c155 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 Dumount.c299 cl = clnt_create_timed(list[i].host, MOUNTPROG, vers, in inform_server()
/titanic_41/usr/src/ucbcmd/shutdown/
H A Dshutdown.c688 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 Dnfs_dlinet.c106 #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 Dsvc_generic.c94 if ((prognum == MOUNTPROG) || (prognum == NFS_PROGRAM) || in is_multilevel()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c364 mountclient = clnt_create("localhost", MOUNTPROG, MOUNTVERS3, "tcp"); in dotest()
/titanic_41/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.c1304 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 Drpcb_svc_com.c782 case MOUNTPROG: in rpcbproc_callit_com()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2106 while ((cl = clnt_create_vers(fshost, MOUNTPROG, &outvers, in get_fh()