HomeSort by relevance Sort by last modified time
    Searched refs:MOUNTVERS3 (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/head/rpcsvc/
mount.x 329 version MOUNTVERS3 {
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/mountd/
mountd.c 113 static int mount_vers_max = MOUNTVERS3;
314 * even though we may get versions > MOUNTVERS3, we still need
404 svc_unreg(MOUNTPROG, MOUNTVERS3);
458 if (mount_vers_max >= MOUNTVERS3) {
459 if (svc_create(mnt, MOUNTPROG, MOUNTVERS3, "datagram_v") == 0) {
461 "couldn't register datagram_v MOUNTVERS3");
464 if (svc_create(mnt, MOUNTPROG, MOUNTVERS3, "circuit_v") == 0) {
466 "couldn't register circuit_v MOUNTVERS3");
1032 vers = (version == MOUNTVERS3) ? NFS_V3 : NFS_VERSION;
1047 if (version == MOUNTVERS3) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/umount/
umount.c 346 vers = MOUNTVERS3;
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
tst.call3.c 364 mountclient = clnt_create("localhost", MOUNTPROG, MOUNTVERS3, "tcp");
382 fprintf(stderr, "MOUNTPROG/MOUNTVERS3 failed %d\n",
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/mount/
mount.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/rexd/
mount_nfs.c 281 case MOUNTVERS3:
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
mount.c 336 status = brpc_call((rpcprog_t)MOUNTPROG, (rpcvers_t)MOUNTVERS3,
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_dlinet.c 110 #define MOUNTVERS3 3
501 (rpcvers_t)MOUNTVERS3, (rpcprot_t)IPPROTO_UDP);
528 (rpcvers_t)MOUNTVERS3, (rpcproc_t)MOUNTPROC_MNT,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
autod_nfs.c 1106 mountversmax = MOUNTVERS3;
1107 versmin = MOUNTVERS3;
    [all...]

Completed in 240 milliseconds