Lines Matching defs:bootops

265 struct bootops		*bootops = 0;	/* passed in from boot */
266 struct bootops **bootopsp;
672 mem = BOP_ALLOC(bootops, (caddr_t)valloc_base, valloc_sz, valloc_align);
811 (void) check_boot_version(BOP_GETVERSION(bootops));
816 if (BOP_GETPROPLEN(bootops, "prom_debug") >= 0) {
970 mem = BOP_ALLOC(bootops, (caddr_t)DEBUG_INFO_VA, MMU_PAGESIZE,
1057 bootops->boot_mem->physinstalled);
1058 installed_top_size_ex(bootops->boot_mem->physinstalled, &physmax,
1088 bootops->boot_mem->rsvdmem);
1089 installed_top_size_ex(bootops->boot_mem->rsvdmem, &rsvd_high_pfn,
1122 startup_build_mem_nodes(bootops->boot_mem->physinstalled);
1124 if (BOP_GETPROPLEN(bootops, "enforce-prot-exec") >= 0) {
1125 int len = BOP_GETPROPLEN(bootops, "enforce-prot-exec");
1129 (void) BOP_GETPROP(bootops, "enforce-prot-exec", value);
1316 copy_memlist_filter(bootops->boot_mem->physinstalled, &current, NULL);
1324 copy_memlist_filter(bootops->boot_mem->physinstalled, &current,
1345 copy_memlist_filter(bootops->boot_mem->rsvdmem, &current, NULL);
1715 if (BOP_GETPROPLEN(bootops, "si-hw-provider") < 0) {
2326 * We're done with bootops. We don't unmap the bootstrap yet because
2329 PRM_POINT("NULLing out bootops");
2330 *bootopsp = (struct bootops *)NULL;
2331 bootops = (struct bootops *)NULL;
3099 if (BOP_GETPROPLEN(bootops, "nodes") > sizeof (prop) ||
3100 BOP_GETPROP(bootops, "nodes", prop) < 0 ||
3103 BOP_GETPROPLEN(bootops, "cpus_pernode") > sizeof (prop) ||
3104 BOP_GETPROP(bootops, "cpus_pernode", prop) < 0 ||
3113 if (BOP_GETPROPLEN(bootops, "kernelbase") > sizeof (prop) ||
3114 BOP_GETPROP(bootops, "kernelbase", prop) < 0 ||
3120 if (BOP_GETPROPLEN(bootops, "segmapsize") > sizeof (prop) ||
3121 BOP_GETPROP(bootops, "segmapsize", prop) < 0 ||
3127 if (BOP_GETPROPLEN(bootops, "segmapfreelists") > sizeof (prop) ||
3128 BOP_GETPROP(bootops, "segmapfreelists", prop) < 0 ||