/netbsd-src/sys/lib/libsa/ |
H A D | rpcv2.h | 76 #define RPCPROG_MNT 100005 macro
|
H A D | nfs.c | 187 cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER3, RPCMNT_MOUNT, in nfs_getrootfh() 191 cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER1, RPCMNT_MOUNT, in nfs_getrootfh()
|
/netbsd-src/usr.sbin/mountd/ |
H A D | mountd.c | 434 rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL); in mountd_main() 435 rpcb_unset(RPCPROG_MNT, RPCMNT_VER3, NULL); in mountd_main() 473 if (!svc_reg(udptransp, RPCPROG_MNT, RPCMNT_VER1, in mountd_main() 475 !svc_reg(udptransp, RPCPROG_MNT, RPCMNT_VER3, in mountd_main() 495 if (!svc_reg(tcptransp, RPCPROG_MNT, RPCMNT_VER1, in mountd_main() 497 !svc_reg(tcptransp, RPCPROG_MNT, RPCMNT_VER3, in mountd_main() 515 if (!svc_reg(udp6transp, RPCPROG_MNT, RPCMNT_VER1, in mountd_main() 517 !svc_reg(udp6transp, RPCPROG_MNT, RPCMNT_VER3, in mountd_main() 537 if (!svc_reg(tcp6transp, RPCPROG_MNT, RPCMNT_VER1, in mountd_main() 539 !svc_reg(tcp6transp, RPCPROG_MNT, RPCMNT_VER3, in mountd_main() [all …]
|
/netbsd-src/sys/nfs/ |
H A D | rpcv2.h | 89 #define RPCPROG_MNT 100005 88 #define RPCPROG_MNT global() macro
|
H A D | nfs_boot.c | 702 error = krpc_portmap(mdsin, RPCPROG_MNT, mntver, in md_mount() 713 error = krpc_call(mdsin, RPCPROG_MNT, mntver, in md_mount()
|
/netbsd-src/usr.bin/showmount/ |
H A D | showmount.c | 169 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers, in main() 177 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers, in main()
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | rpcv2.h | 191 #define RPCPROG_MNT 100005 macro
|
H A D | bootp_subr.c | 1819 #define RPCPROG_MNT 100005 in md_mount() macro 1830 error = krpc_portmap(mdsin, RPCPROG_MNT, RPCMNT_VER3, in md_mount() 1836 error = krpc_call(mdsin, RPCPROG_MNT, RPCMNT_VER3, in md_mount() 1846 error = krpc_portmap(mdsin, RPCPROG_MNT, RPCMNT_VER1, in md_mount() 1854 error = krpc_call(mdsin, RPCPROG_MNT, RPCMNT_VER1, in md_mount()
|
/netbsd-src/sbin/mount_nfs/ |
H A D | getnfsargs_small.c | 174 cc = rpc_call(d, RPCPROG_MNT, mntvers, RPCMNT_MOUNT, in nfs_getrootfh()
|
H A D | getnfsargs.c | 204 clp = clnt_tp_create(hostp, RPCPROG_MNT, mntvers, in getnfsargs()
|
/netbsd-src/sbin/umount/ |
H A D | umount.c | 322 clp = clnt_create(hostp, RPCPROG_MNT, RPCMNT_VER1, proto); in umountfs()
|
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
H A D | nfs_prot_bsdi2.h | 470 # define MOUNTPROG RPCPROG_MNT
|