Home
last modified time | relevance | path

Searched refs:RPCMNT_VER1 (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.sbin/rpc.umntall/
H A Drpc.umntall.c179 clp = clnt_create_timed(hostname, RPCPROG_MNT, RPCMNT_VER1, "udp", in do_umntall()
207 clp = clnt_create_timed(hostname, RPCPROG_MNT, RPCMNT_VER1, "udp", in do_umount()
/dragonfly/stand/lib/
H A Drpcv2.h80 #define RPCMNT_VER1 1 macro
H A Dnfs.c194 cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER1, RPCMNT_MOUNT, in nfs_getrootfh()
/dragonfly/sys/vfs/nfs/
H A Drpcv2.h90 #define RPCMNT_VER1 1 macro
H A Dnfs_mountrpc.c155 error = krpc_portmap(mdsin, RPCPROG_MNT, RPCMNT_VER1, in md_mount()
163 error = krpc_call(mdsin, RPCPROG_MNT, RPCMNT_VER1, in md_mount()
/dragonfly/sbin/mountd/
H A Dmountd.c363 rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL); in main()
674 if (!svc_reg(transp, RPCPROG_MNT, RPCMNT_VER1, mntsrv, in create_service()
721 rpcb_set(RPCPROG_MNT, RPCMNT_VER1, nconf, &servaddr); in create_service()
2730 rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL); in terminate()
/dragonfly/sbin/umount/
H A Dumount.c464 clp = clnt_create(hostp, RPCPROG_MNT, RPCMNT_VER1, "udp"); in umountfs()