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()137 if (reboot_type != BOOT_CF9_FORCE) { in set_pci_reboot()138 reboot_type = BOOT_CF9_FORCE; in set_pci_reboot()147 if (reboot_type != BOOT_KBD) { in set_kbd_reboot()148 reboot_type = BOOT_KBD; in set_kbd_reboot()483 reboot_type = BOOT_EFI; in reboot_init()568 int orig_reboot_type = reboot_type; in native_machine_emergency_restart()[all …]
25 enum reboot_type { enum34 extern enum reboot_type reboot_type;
44 enum reboot_type reboot_type = BOOT_ACPI; variable568 reboot_type = *str; in reboot_setup()
157 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
104 my $reboot_type;291 "REBOOT_TYPE" => \$reboot_type,1890 if ($reboot_type eq "grub2") {1895 if ($reboot_type ne "grub") {1989 if ($reboot_type eq "grub") {1991 } elsif ($reboot_type eq "grub2") {1993 } elsif ($reboot_type eq "syslinux") {4281 if ($reboot_type eq "grub") {4283 } elsif ($reboot_type eq "grub2") {4286 } elsif ($reboot_type eq "syslinux") {
38 reboot_type=k turn off EFI reboot runtime service
561 static void rtas_flash_firmware(int reboot_type) in rtas_flash_firmware() argument571 if (reboot_type != SYS_RESTART) { in rtas_flash_firmware()
62 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
1591 reboot_type = BOOT_ACPI; in uv_system_init_hub()
3897 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,