Home
last modified time | relevance | path

Searched refs:reboot_type (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/ktest/
H A Dktest.pl112 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 …]
/linux/arch/x86/platform/ce4100/
H A Dce4100.c57 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
/linux/arch/powerpc/kernel/
H A Drtas_flash.c533 static void rtas_flash_firmware(int reboot_type) in rtas_flash_firmware() argument
543 if (reboot_type != SYS_RESTART) { in rtas_flash_firmware()
/linux/arch/powerpc/include/asm/
H A Dopal.h56 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6341 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,