Searched refs:nd_root (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_boot.c | 225 nd->nd_root.ndm_path = zalloc(ZV_NAMEI); in nfs_boot_init() 226 nd->nd_root.ndm_mntfrom = zalloc(ZV_NAMEI); in nfs_boot_init() 228 sin_p = &nd->nd_root.ndm_saddr; in nfs_boot_init() 232 if (netboot_rootpath(&sin_p->sin_addr, nd->nd_root.ndm_host, in nfs_boot_init() 233 sizeof(nd->nd_root.ndm_host), in nfs_boot_init() 234 nd->nd_root.ndm_path, MAXPATHLEN) == TRUE) { in nfs_boot_init() 267 error = bp_getfile(&bp_sin, "root", &nd->nd_root.ndm_saddr, in nfs_boot_init() 268 nd->nd_root.ndm_host, nd->nd_root.ndm_path); in nfs_boot_init() 287 snprintf(check_path, MAXPATHLEN, "%s/private", nd->nd_root.ndm_path); in nfs_boot_init() 288 if ((nd->nd_root.ndm_saddr.sin_addr.s_addr in nfs_boot_init() [all …]
|
| H A D | nfsdiskless.h | 88 struct nfs_dlmount nd_root; /* Mount info for root */ member
|