Symbol: RPCPROG_MNT
sbin/mount_nfs/getnfsargs.c
204
clp = clnt_tp_create(hostp, RPCPROG_MNT, mntvers,
sbin/mount_nfs/getnfsargs_small.c
174
cc = rpc_call(d, RPCPROG_MNT, mntvers, RPCMNT_MOUNT,
sbin/umount/umount.c
343
clp = clnt_create(hostp, RPCPROG_MNT, RPCMNT_VER1, proto);
sys/fs/nfs/common/bootp_subr.c
1830
error = krpc_portmap(mdsin, RPCPROG_MNT, RPCMNT_VER3,
sys/fs/nfs/common/bootp_subr.c
1836
error = krpc_call(mdsin, RPCPROG_MNT, RPCMNT_VER3,
sys/fs/nfs/common/bootp_subr.c
1846
error = krpc_portmap(mdsin, RPCPROG_MNT, RPCMNT_VER1,
sys/fs/nfs/common/bootp_subr.c
1854
error = krpc_call(mdsin, RPCPROG_MNT, RPCMNT_VER1,
sys/lib/libsa/nfs.c
187
cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER3, RPCMNT_MOUNT,
sys/lib/libsa/nfs.c
191
cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER1, RPCMNT_MOUNT,
sys/nfs/nfs_boot.c
702
error = krpc_portmap(mdsin, RPCPROG_MNT, mntver,
sys/nfs/nfs_boot.c
713
error = krpc_call(mdsin, RPCPROG_MNT, mntver,
usr.bin/showmount/showmount.c
168
if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers,
usr.bin/showmount/showmount.c
176
if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers,
usr.sbin/mountd/mountd.c
2283
(void)clnt_broadcast(RPCPROG_MNT, RPCMNT_VER1, RPCMNT_UMNTALL,
usr.sbin/mountd/mountd.c
434
rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL);
usr.sbin/mountd/mountd.c
435
rpcb_unset(RPCPROG_MNT, RPCMNT_VER3, NULL);
usr.sbin/mountd/mountd.c
473
if (!svc_reg(udptransp, RPCPROG_MNT, RPCMNT_VER1,
usr.sbin/mountd/mountd.c
475
!svc_reg(udptransp, RPCPROG_MNT, RPCMNT_VER3,
usr.sbin/mountd/mountd.c
495
if (!svc_reg(tcptransp, RPCPROG_MNT, RPCMNT_VER1,
usr.sbin/mountd/mountd.c
497
!svc_reg(tcptransp, RPCPROG_MNT, RPCMNT_VER3,
usr.sbin/mountd/mountd.c
515
if (!svc_reg(udp6transp, RPCPROG_MNT, RPCMNT_VER1,
usr.sbin/mountd/mountd.c
517
!svc_reg(udp6transp, RPCPROG_MNT, RPCMNT_VER3,
usr.sbin/mountd/mountd.c
537
if (!svc_reg(tcp6transp, RPCPROG_MNT, RPCMNT_VER1,
usr.sbin/mountd/mountd.c
539
!svc_reg(tcp6transp, RPCPROG_MNT, RPCMNT_VER3,