HomeSort by: relevance | last modified time | path
    Searched refs:RPCMNT_VER1 (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/lib/libsa/
rpcv2.h 77 #define RPCMNT_VER1 1
nfs.c 191 cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER1, RPCMNT_MOUNT,
  /src/sys/nfs/
rpcv2.h 90 #define RPCMNT_VER1 1
  /src/sbin/mount_nfs/
getnfsargs_small.c 227 mntvers = RPCMNT_VER1;
235 mntvers = RPCMNT_VER1;
getnfsargs.c 151 mntvers = RPCMNT_VER1;
225 mntvers = RPCMNT_VER1;
  /src/sys/fs/nfs/common/
rpcv2.h 192 #define RPCMNT_VER1 1
bootp_subr.c 1820 #define RPCMNT_VER1 1
1846 error = krpc_portmap(mdsin, RPCPROG_MNT, RPCMNT_VER1,
1854 error = krpc_call(mdsin, RPCPROG_MNT, RPCMNT_VER1,
  /src/usr.sbin/mountd/
mountd.c 434 rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL);
473 if (!svc_reg(udptransp, RPCPROG_MNT, RPCMNT_VER1,
495 if (!svc_reg(tcptransp, RPCPROG_MNT, RPCMNT_VER1,
515 if (!svc_reg(udp6transp, RPCPROG_MNT, RPCMNT_VER1,
537 if (!svc_reg(tcp6transp, RPCPROG_MNT, RPCMNT_VER1,
2283 (void)clnt_broadcast(RPCPROG_MNT, RPCMNT_VER1, RPCMNT_UMNTALL,
  /src/sbin/umount/
umount.c 343 clp = clnt_create(hostp, RPCPROG_MNT, RPCMNT_VER1, proto);

Completed in 20 milliseconds