Searched refs:RPCMNT_VER1 (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sbin/mount_nfs/ |
H A D | getnfsargs_small.c | 227 mntvers = RPCMNT_VER1; in getnfsargs() 235 mntvers = RPCMNT_VER1; in getnfsargs()
|
H A D | getnfsargs.c | 151 mntvers = RPCMNT_VER1; in getnfsargs() 225 mntvers = RPCMNT_VER1; in getnfsargs()
|
/netbsd-src/sys/lib/libsa/ |
H A D | rpcv2.h | 77 #define RPCMNT_VER1 1 macro
|
H A D | nfs.c | 191 cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER1, RPCMNT_MOUNT, in nfs_getrootfh()
|
/netbsd-src/sys/nfs/ |
H A D | rpcv2.h | 90 #define RPCMNT_VER1 1 89 #define RPCMNT_VER1 global() macro
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | rpcv2.h | 192 #define RPCMNT_VER1 1 macro
|
H A D | bootp_subr.c | 1820 #define RPCMNT_VER1 1 in md_mount() macro 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/usr.sbin/mountd/ |
H A D | mountd.c | 434 rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL); in mountd_main() 473 if (!svc_reg(udptransp, RPCPROG_MNT, RPCMNT_VER1, in mountd_main() 495 if (!svc_reg(tcptransp, RPCPROG_MNT, RPCMNT_VER1, in mountd_main() 515 if (!svc_reg(udp6transp, RPCPROG_MNT, RPCMNT_VER1, in mountd_main() 537 if (!svc_reg(tcp6transp, RPCPROG_MNT, RPCMNT_VER1, in mountd_main() 2283 (void)clnt_broadcast(RPCPROG_MNT, RPCMNT_VER1, RPCMNT_UMNTALL, in send_umntall()
|
/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 | 474 # define MOUNTVERS RPCMNT_VER1
|