Searched refs:reboot_type (Results 1 – 6 of 6) sorted by relevance
50 enum reboot_type reboot_type = BOOT_ACPI; variable1160 reboot_type = *str; in reboot_setup()1272 switch (reboot_type) { in type_show()1304 reboot_type = BOOT_TRIPLE; in type_store()1306 reboot_type = BOOT_KBD; in type_store()1308 reboot_type = BOOT_BIOS; in type_store()1310 reboot_type = BOOT_ACPI; in type_store()1312 reboot_type = BOOT_EFI; in type_store()1314 reboot_type = BOOT_CF9_FORCE; in type_store()
112 my $reboot_type;309 "REBOOT_TYPE" => \$reboot_type,2029 doprint "Find $reboot_type menu ... ";2074 if ($reboot_type !~ /^grub/) {2080 if ($reboot_type eq "grub") {2084 } elsif ($reboot_type eq "grub2") {2089 } elsif ($reboot_type eq "grub2bls") {2162 if ($reboot_type eq "grub") {2164 } elsif (($reboot_type eq "grub2") or ($reboot_type eq "grub2bls")) {2166 } elsif ($reboot_type eq "syslinux") {[all …]
57 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
533 static void rtas_flash_firmware(int reboot_type) in rtas_flash_firmware() argument543 if (reboot_type != SYS_RESTART) { in rtas_flash_firmware()
56 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
6460 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,