Lines Matching refs:bootops

263 struct bootops		*bootops = 0;	/* passed in from boot */  variable
264 struct bootops **bootopsp;
664 mem = BOP_ALLOC(bootops, (caddr_t)valloc_base, valloc_sz, valloc_align); in perform_allocations()
747 (void) check_boot_version(BOP_GETVERSION(bootops)); in startup_init()
752 if (BOP_GETPROPLEN(bootops, "prom_debug") >= 0) { in startup_init()
906 mem = BOP_ALLOC(bootops, (caddr_t)DEBUG_INFO_VA, MMU_PAGESIZE, in init_debug_info()
993 bootops->boot_mem->physinstalled); in startup_memlist()
994 installed_top_size_ex(bootops->boot_mem->physinstalled, &physmax, in startup_memlist()
1024 bootops->boot_mem->rsvdmem); in startup_memlist()
1025 installed_top_size_ex(bootops->boot_mem->rsvdmem, &rsvd_high_pfn, in startup_memlist()
1058 startup_build_mem_nodes(bootops->boot_mem->physinstalled); in startup_memlist()
1060 if (BOP_GETPROPLEN(bootops, "enforce-prot-exec") >= 0) { in startup_memlist()
1061 int len = BOP_GETPROPLEN(bootops, "enforce-prot-exec"); in startup_memlist()
1065 (void) BOP_GETPROP(bootops, "enforce-prot-exec", value); in startup_memlist()
1227 copy_memlist_filter(bootops->boot_mem->physinstalled, &current, NULL); in startup_memlist()
1235 copy_memlist_filter(bootops->boot_mem->physinstalled, &current, in startup_memlist()
1256 copy_memlist_filter(bootops->boot_mem->rsvdmem, &current, NULL); in startup_memlist()
2222 *bootopsp = (struct bootops *)NULL; in startup_end()
2223 bootops = (struct bootops *)NULL; in startup_end()
2991 if (BOP_GETPROPLEN(bootops, "nodes") > sizeof (prop) || in get_system_configuration()
2992 BOP_GETPROP(bootops, "nodes", prop) < 0 || in get_system_configuration()
2995 BOP_GETPROPLEN(bootops, "cpus_pernode") > sizeof (prop) || in get_system_configuration()
2996 BOP_GETPROP(bootops, "cpus_pernode", prop) < 0 || in get_system_configuration()
3005 if (BOP_GETPROPLEN(bootops, "kernelbase") > sizeof (prop) || in get_system_configuration()
3006 BOP_GETPROP(bootops, "kernelbase", prop) < 0 || in get_system_configuration()
3012 if (BOP_GETPROPLEN(bootops, "segmapsize") > sizeof (prop) || in get_system_configuration()
3013 BOP_GETPROP(bootops, "segmapsize", prop) < 0 || in get_system_configuration()
3019 if (BOP_GETPROPLEN(bootops, "segmapfreelists") > sizeof (prop) || in get_system_configuration()
3020 BOP_GETPROP(bootops, "segmapfreelists", prop) < 0 || in get_system_configuration()