Searched refs:reboot_type (Results 1 – 5 of 5) sorted by relevance
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);
6341 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,