Lines Matching defs:bootops
264 struct bootops *bootops = 0; /* passed in from boot */
265 struct bootops **bootopsp;
665 mem = BOP_ALLOC(bootops, (caddr_t)valloc_base, valloc_sz, valloc_align);
749 (void) check_boot_version(BOP_GETVERSION(bootops));
754 if (BOP_GETPROPLEN(bootops, "prom_debug") >= 0) {
908 mem = BOP_ALLOC(bootops, (caddr_t)DEBUG_INFO_VA, MMU_PAGESIZE,
995 bootops->boot_mem->physinstalled);
996 installed_top_size_ex(bootops->boot_mem->physinstalled, &physmax,
1026 bootops->boot_mem->rsvdmem);
1027 installed_top_size_ex(bootops->boot_mem->rsvdmem, &rsvd_high_pfn,
1060 startup_build_mem_nodes(bootops->boot_mem->physinstalled);
1062 if (BOP_GETPROPLEN(bootops, "enforce-prot-exec") >= 0) {
1063 int len = BOP_GETPROPLEN(bootops, "enforce-prot-exec");
1067 (void) BOP_GETPROP(bootops, "enforce-prot-exec", value);
1229 copy_memlist_filter(bootops->boot_mem->physinstalled, ¤t, NULL);
1237 copy_memlist_filter(bootops->boot_mem->physinstalled, ¤t,
1258 copy_memlist_filter(bootops->boot_mem->rsvdmem, ¤t, NULL);
2220 * We're done with bootops. We don't unmap the bootstrap yet because
2223 PRM_POINT("NULLing out bootops");
2224 *bootopsp = (struct bootops *)NULL;
2225 bootops = (struct bootops *)NULL;
2993 if (BOP_GETPROPLEN(bootops, "nodes") > sizeof (prop) ||
2994 BOP_GETPROP(bootops, "nodes", prop) < 0 ||
2997 BOP_GETPROPLEN(bootops, "cpus_pernode") > sizeof (prop) ||
2998 BOP_GETPROP(bootops, "cpus_pernode", prop) < 0 ||
3007 if (BOP_GETPROPLEN(bootops, "kernelbase") > sizeof (prop) ||
3008 BOP_GETPROP(bootops, "kernelbase", prop) < 0 ||
3014 if (BOP_GETPROPLEN(bootops, "segmapsize") > sizeof (prop) ||
3015 BOP_GETPROP(bootops, "segmapsize", prop) < 0 ||
3021 if (BOP_GETPROPLEN(bootops, "segmapfreelists") > sizeof (prop) ||
3022 BOP_GETPROP(bootops, "segmapfreelists", prop) < 0 ||