Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:reboot_type
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
reboot.c
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()
142
if (
reboot_type
!= BOOT_CF9_FORCE) {
in set_pci_reboot()
143
reboot_type
= BOOT_CF9_FORCE;
in set_pci_reboot()
152
if (
reboot_type
!= BOOT_KBD) {
in set_kbd_reboot()
153
reboot_type
in set_kbd_reboot()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
reboot.c
61
if (
reboot_type
!= BOOT_ACPI) {
in set_acpi_reboot()
62
reboot_type
= BOOT_ACPI;
in set_acpi_reboot()
75
if (
reboot_type
!= BOOT_BIOS) {
in set_bios_reboot()
76
reboot_type
= BOOT_BIOS;
in set_bios_reboot()
89
if (
reboot_type
!= BOOT_EFI && !efi_runtime_disabled()) {
in set_efi_reboot()
90
reboot_type
= BOOT_EFI;
in set_efi_reboot()
141
if (
reboot_type
!= BOOT_CF9_FORCE) {
in set_pci_reboot()
142
reboot_type
= BOOT_CF9_FORCE;
in set_pci_reboot()
151
if (
reboot_type
!= BOOT_KBD) {
in set_kbd_reboot()
152
reboot_type
in set_kbd_reboot()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
reboot.h
27
enum
reboot_type
{
enum
36
extern enum
reboot_type
reboot_type
;
/kernel/linux/linux-6.6/include/linux/
H
A
D
reboot.h
28
enum
reboot_type
{
enum
37
extern enum
reboot_type
reboot_type
;
/kernel/linux/linux-6.6/kernel/
H
A
D
reboot.c
41
*
reboot_type
is still set to its default value (i.e., reboot= hasn't
48
enum
reboot_type
reboot_type
= BOOT_ACPI;
variable
1053
reboot_type
= *str;
in reboot_setup()
1165
switch (
reboot_type
) {
in type_show()
1197
reboot_type
= BOOT_TRIPLE;
in type_store()
1199
reboot_type
= BOOT_KBD;
in type_store()
1201
reboot_type
= BOOT_BIOS;
in type_store()
1203
reboot_type
= BOOT_ACPI;
in type_store()
1205
reboot_type
in type_store()
[all...]
/kernel/linux/linux-5.10/kernel/
H
A
D
reboot.c
39
*
reboot_type
is still set to its default value (i.e., reboot= hasn't
46
enum
reboot_type
reboot_type
= BOOT_ACPI;
variable
581
reboot_type
= *str;
in reboot_setup()
/kernel/linux/linux-5.10/tools/testing/ktest/
H
A
D
ktest.pl
110
my $
reboot_type
;
304
"REBOOT_TYPE" => \$
reboot_type
,
1929
doprint "Find $
reboot_type
menu ... ";
1974
if ($
reboot_type
!~ /^grub/) {
1980
if ($
reboot_type
eq "grub") {
1984
} elsif ($
reboot_type
eq "grub2") {
1989
} elsif ($
reboot_type
eq "grub2bls") {
2063
if ($
reboot_type
eq "grub") {
2065
} elsif (($
reboot_type
eq "grub2") or ($
reboot_type
e
[all...]
/kernel/linux/linux-6.6/tools/testing/ktest/
H
A
D
ktest.pl
110
my $
reboot_type
;
304
"REBOOT_TYPE" => \$
reboot_type
,
1987
doprint "Find $
reboot_type
menu ... ";
2032
if ($
reboot_type
!~ /^grub/) {
2038
if ($
reboot_type
eq "grub") {
2042
} elsif ($
reboot_type
eq "grub2") {
2047
} elsif ($
reboot_type
eq "grub2bls") {
2120
if ($
reboot_type
eq "grub") {
2122
} elsif (($
reboot_type
eq "grub2") or ($
reboot_type
e
[all...]
/kernel/linux/linux-5.10/arch/x86/platform/ce4100/
H
A
D
ce4100.c
153
reboot_type
= BOOT_KBD;
in x86_ce4100_early_setup()
/kernel/linux/linux-6.6/arch/x86/platform/ce4100/
H
A
D
ce4100.c
153
reboot_type
= BOOT_KBD;
in x86_ce4100_early_setup()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
rtas_flash.c
557
static void rtas_flash_firmware(int
reboot_type
)
in rtas_flash_firmware()
argument
567
if (
reboot_type
!= SYS_RESTART) {
in rtas_flash_firmware()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
rtas_flash.c
557
static void rtas_flash_firmware(int
reboot_type
)
in rtas_flash_firmware()
argument
567
if (
reboot_type
!= SYS_RESTART) {
in rtas_flash_firmware()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
opal.h
59
int64_t opal_cec_reboot2(uint32_t
reboot_type
, const char *diag);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
opal.h
56
int64_t opal_cec_reboot2(uint32_t
reboot_type
, const char *diag);
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H
A
D
x2apic_uv_x.c
1609
reboot_type
= BOOT_ACPI;
in check_efi_reboot()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H
A
D
x2apic_uv_x.c
1626
reboot_type
= BOOT_ACPI;
in check_efi_reboot()
Completed in 21 milliseconds