Searched refs:reboot_type (Results 1 – 10 of 10) sorted by relevance
63 if (reboot_type != BOOT_ACPI) { in set_acpi_reboot()64 reboot_type = BOOT_ACPI; in set_acpi_reboot()77 if (reboot_type != BOOT_BIOS) { in set_bios_reboot()78 reboot_type = BOOT_BIOS; in set_bios_reboot()91 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot()92 reboot_type = BOOT_EFI; in set_efi_reboot()143 if (reboot_type != BOOT_CF9_FORCE) { in set_pci_reboot()144 reboot_type = BOOT_CF9_FORCE; in set_pci_reboot()153 if (reboot_type != BOOT_KBD) { in set_kbd_reboot()154 reboot_type = BOOT_KBD; in set_kbd_reboot()[all …]
28 enum reboot_type { enum37 extern enum reboot_type reboot_type;
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()
67 reboot_type=k
56 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
1574 reboot_type = BOOT_ACPI; in check_efi_reboot()
6473 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,