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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsdiskless.h126 struct nfs_dlmount nd_root; /* Mount info for root */ member in struct:nfs_diskless
H A Dnfs_boot.c213 MALLOC_ZONE(nd->nd_root.ndm_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
214 if (!nd->nd_root.ndm_path) {
219 sin_p = &nd->nd_root.ndm_saddr;
223 if (netboot_rootpath(&sin_p->sin_addr, nd->nd_root.ndm_host,
224 sizeof(nd->nd_root.ndm_host),
225 nd->nd_root.ndm_path, MAXPATHLEN) == TRUE) {
257 error = bp_getfile(&bp_sin, "root", &nd->nd_root.ndm_saddr,
258 nd->nd_root.ndm_host, nd->nd_root.ndm_path);
286 snprintf(check_path, MAXPATHLEN, "%s/private", nd->nd_root
[all...]
H A Dnfs_vfsops.c865 if (nd.nd_root.ndm_path)
866 FREE_ZONE(nd.nd_root.ndm_path,
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)))
939 printf("root on %s\n", (char *)&nd.nd_root.ndm_host);
960 if (nd.nd_root.ndm_path)
961 FREE_ZONE(nd.nd_root.ndm_path, MAXPATHLEN, M_NAMEI);

Completed in 32 milliseconds