Searched refs:reboot_type (Results 1 – 7 of 7) sorted by relevance
28 enum reboot_type { enum37 extern enum reboot_type reboot_type;
110 my $reboot_type;306 "REBOOT_TYPE" => \$reboot_type,2001 doprint "Find $reboot_type menu ... ";2046 if ($reboot_type !~ /^grub/) {2052 if ($reboot_type eq "grub") {2056 } elsif ($reboot_type eq "grub2") {2061 } elsif ($reboot_type eq "grub2bls") {2134 if ($reboot_type eq "grub") {2136 } elsif (($reboot_type eq "grub2") or ($reboot_type eq "grub2bls")) {2138 } elsif ($reboot_type eq "syslinux") {[all …]
152 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
557 static void rtas_flash_firmware(int reboot_type) in rtas_flash_firmware() argument567 if (reboot_type != SYS_RESTART) { in rtas_flash_firmware()
56 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
1574 reboot_type = BOOT_ACPI; in check_efi_reboot()
5962 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,