Lines Matching refs:bootops

246 struct bootops		*bootops = 0;	/* passed in from boot */  variable
247 struct bootops **bootopsp;
634 mem = BOP_ALLOC(bootops, (caddr_t)valloc_base, valloc_sz, valloc_align); in perform_allocations()
790 (void) check_boot_version(BOP_GETVERSION(bootops)); in startup_init()
795 if (BOP_GETPROPLEN(bootops, "prom_debug") >= 0) { in startup_init()
960 mem = BOP_ALLOC(bootops, (caddr_t)DEBUG_INFO_VA, MMU_PAGESIZE, in init_debug_info()
1047 bootops->boot_mem->physinstalled); in startup_memlist()
1048 installed_top_size_ex(bootops->boot_mem->physinstalled, &physmax, in startup_memlist()
1065 bootops->boot_mem->rsvdmem); in startup_memlist()
1066 installed_top_size_ex(bootops->boot_mem->rsvdmem, &rsvd_high_pfn, in startup_memlist()
1082 startup_build_mem_nodes(bootops->boot_mem->physinstalled); in startup_memlist()
1084 if (BOP_GETPROPLEN(bootops, "enforce-prot-exec") >= 0) { in startup_memlist()
1085 int len = BOP_GETPROPLEN(bootops, "enforce-prot-exec"); in startup_memlist()
1089 (void) BOP_GETPROP(bootops, "enforce-prot-exec", value); in startup_memlist()
1263 copy_memlist_filter(bootops->boot_mem->physinstalled, &current, NULL); in startup_memlist()
1271 copy_memlist_filter(bootops->boot_mem->physinstalled, &current, in startup_memlist()
1292 copy_memlist_filter(bootops->boot_mem->rsvdmem, &current, NULL); in startup_memlist()
1610 if (BOP_GETPROPLEN(bootops, "si-hw-provider") < 0) { in startup_modules()
2189 *bootopsp = (struct bootops *)NULL; in startup_end()
2190 bootops = (struct bootops *)NULL; in startup_end()
2954 if (BOP_GETPROPLEN(bootops, "nodes") > sizeof (prop) || in get_system_configuration()
2955 BOP_GETPROP(bootops, "nodes", prop) < 0 || in get_system_configuration()
2958 BOP_GETPROPLEN(bootops, "cpus_pernode") > sizeof (prop) || in get_system_configuration()
2959 BOP_GETPROP(bootops, "cpus_pernode", prop) < 0 || in get_system_configuration()
2968 if (BOP_GETPROPLEN(bootops, "kernelbase") > sizeof (prop) || in get_system_configuration()
2969 BOP_GETPROP(bootops, "kernelbase", prop) < 0 || in get_system_configuration()
2975 if (BOP_GETPROPLEN(bootops, "segmapsize") > sizeof (prop) || in get_system_configuration()
2976 BOP_GETPROP(bootops, "segmapsize", prop) < 0 || in get_system_configuration()
2982 if (BOP_GETPROPLEN(bootops, "segmapfreelists") > sizeof (prop) || in get_system_configuration()
2983 BOP_GETPROP(bootops, "segmapfreelists", prop) < 0 || in get_system_configuration()
2989 if (BOP_GETPROPLEN(bootops, "segkpsize") > sizeof (prop) || in get_system_configuration()
2990 BOP_GETPROP(bootops, "segkpsize", prop) < 0 || in get_system_configuration()