Searched refs:reboot_type (Results 1 – 10 of 10) sorted by relevance
62 if (reboot_type != BOOT_ACPI) { in set_acpi_reboot()63 reboot_type = BOOT_ACPI; in set_acpi_reboot()76 if (reboot_type != BOOT_BIOS) { in set_bios_reboot()77 reboot_type = BOOT_BIOS; in set_bios_reboot()90 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot()91 reboot_type = BOOT_EFI; in set_efi_reboot()150 if (reboot_type != BOOT_CF9_FORCE) { in set_pci_reboot()151 reboot_type = BOOT_CF9_FORCE; in set_pci_reboot()160 if (reboot_type != BOOT_KBD) { in set_kbd_reboot()161 reboot_type = BOOT_KBD; in set_kbd_reboot()[all …]
27 enum reboot_type { enum36 extern enum reboot_type reboot_type;
46 enum reboot_type reboot_type = BOOT_ACPI; variable580 reboot_type = *str; in reboot_setup()
110 my $reboot_type;303 "REBOOT_TYPE" => \$reboot_type,1922 doprint "Find $reboot_type menu ... ";1958 if ($reboot_type !~ /^grub/) {1964 if ($reboot_type eq "grub") {1968 } elsif ($reboot_type eq "grub2") {1972 } elsif ($reboot_type eq "grub2bls") {2041 if ($reboot_type eq "grub") {2043 } elsif (($reboot_type eq "grub2") or ($reboot_type eq "grub2bls")) {2045 } elsif ($reboot_type eq "syslinux") {[all …]
153 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
50 reboot_type=k
557 static void rtas_flash_firmware(int reboot_type) in rtas_flash_firmware() argument567 if (reboot_type != SYS_RESTART) { in rtas_flash_firmware()
59 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
1603 reboot_type = BOOT_ACPI; in check_efi_reboot()
4509 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,