Lines Matching refs:bootops
1846 for (name = BOP_NEXTPROP(bootops, ""); /* get first */ in get_boot_properties()
1848 name = BOP_NEXTPROP(bootops, name)) { /* get next */ in get_boot_properties()
1862 length = BOP_GETPROPLEN(bootops, property_name); in get_boot_properties()
1871 BOP_GETPROP(bootops, property_name, bop_staging_area); in get_boot_properties()
1872 flags = do_bsys_getproptype(bootops, property_name); in get_boot_properties()
1990 length = BOP_GETPROPLEN(bootops, name); in get_vga_properties()
1992 BOP_GETPROP(bootops, name, bop_staging_area); in get_vga_properties()
2012 length = BOP_GETPROPLEN(bootops, name); in get_vga_properties()
2014 BOP_GETPROP(bootops, name, bop_staging_area); in get_vga_properties()
2593 (void) BOP_GETPROP(bootops, in impl_setup_ddi()
2595 (void) BOP_GETPROP(bootops, in impl_setup_ddi()
2639 if (!post_fastreboot && BOP_GETPROPLEN(bootops, "efi-systab") < 0) in impl_setup_ddi()