Searched refs:MOUNTPROC_MNT (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/head/rpcsvc/ |
H A D | mount.x | 214 MOUNTPROC_MNT(dirpath) = 1; 274 MOUNTPROC_MNT(dirpath) = 1; 350 MOUNTPROC_MNT(dirpath) = 1;
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_mount.c | 119 case MOUNTPROC_MNT: 146 case MOUNTPROC_MNT: 212 case MOUNTPROC_MNT: 248 case MOUNTPROC_MNT:
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 156 (rpcproc_t)MOUNTPROC_MNT, xdr_path, (caddr_t)&path, in nfsmountroot() 337 (rpcproc_t)MOUNTPROC_MNT, xdr_path, (caddr_t)&path, in nfs3mountroot()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | mount_nfs.c | 249 rpc_stat = clnt_call(client, MOUNTPROC_MNT, in mount_nfs() 283 rpc_stat = clnt_call(client, MOUNTPROC_MNT, in mount_nfs()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 373 status = clnt_call(mountclient, MOUNTPROC_MNT, in dotest()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 107 #define MOUNTPROC_MNT 1 macro 440 (rpcvers_t)MOUNTVERS, (rpcproc_t)MOUNTPROC_MNT, in mountnfs() 528 (rpcvers_t)MOUNTVERS3, (rpcproc_t)MOUNTPROC_MNT, in mountnfs3()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 2178 rpc_stat = clnt_call(cl, MOUNTPROC_MNT, xdr_dirpath, in get_fh() 2245 rpc_stat = clnt_call(cl, MOUNTPROC_MNT, xdr_dirpath, in get_fh()
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 783 if (arg.proc != MOUNTPROC_MNT) in rpcbproc_callit_com()
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 1578 rpc_stat = clnt_call(cl, MOUNTPROC_MNT, in nfsmount() 1668 rpc_stat = clnt_call(cl, MOUNTPROC_MNT, in nfsmount()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 723 case MOUNTPROC_MNT: in mnt()
|