Searched refs:nfs_mount_diskless (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c163 static int nfs_mount_diskless(struct nfs_dlmount *, const char *, int, vnode_t *, mount_t *, vfs_context_t);
916 if ((error = nfs_mount_diskless(&nd.nd_root, "/", flags, &vp, &mp, ctx)))
918 if ((error = nfs_mount_diskless(&nd.nd_root, "/", MNT_ROOTFS, &vp, &mp, ctx)))
923 printf("nfs_mount_diskless(v3,TCP) failed with %d, trying UDP...\n", error);
927 printf("nfs_mount_diskless(v3,UDP) failed with %d, trying v2...\n", error);
932 printf("nfs_mount_diskless(v2,TCP) failed with %d, trying UDP...\n", error);
936 panic("nfs_mount_diskless(v2,UDP) root failed with %d: %s\n", error, PE_boot_args());
950 panic("nfs_mount_diskless private failed with %d\n", error);
975 nfs_mount_diskless( function
989 printf("nfs_mount_diskless
[all...]

Completed in 17 milliseconds