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_HARD
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-highbank/
H
A
D
system.c
14
if (mode ==
REBOOT_HARD
)
in highbank_restart()
/kernel/linux/linux-6.6/arch/arm/mach-highbank/
H
A
D
system.c
14
if (mode ==
REBOOT_HARD
)
in highbank_restart()
/kernel/linux/linux-5.10/drivers/power/reset/
H
A
D
restart-poweroff.c
19
reboot_mode =
REBOOT_HARD
;
in restart_poweroff_do_poweroff()
/kernel/linux/linux-6.6/drivers/power/reset/
H
A
D
restart-poweroff.c
19
reboot_mode =
REBOOT_HARD
;
in restart_poweroff_do_poweroff()
/kernel/linux/linux-5.10/include/linux/
H
A
D
reboot.h
20
REBOOT_HARD
,
enumerator
/kernel/linux/linux-5.10/kernel/
H
A
D
reboot.c
30
#define DEFAULT_REBOOT_MODE =
REBOOT_HARD
551
*mode =
REBOOT_HARD
;
in reboot_setup()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
reset.c
104
case
REBOOT_HARD
:
in pxa_restart()
H
A
D
corgi.c
714
pxa_restart(
REBOOT_HARD
, NULL);
in corgi_poweroff()
723
pxa_restart(
REBOOT_HARD
, cmd);
in corgi_restart()
H
A
D
poodle.c
422
pxa_restart(
REBOOT_HARD
, NULL);
in poodle_poweroff()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
reset.c
102
case
REBOOT_HARD
:
in pxa_restart()
/kernel/linux/linux-6.6/kernel/
H
A
D
reboot.c
31
#define DEFAULT_REBOOT_MODE =
REBOOT_HARD
1019
*mode =
REBOOT_HARD
;
in reboot_setup()
1098
case
REBOOT_HARD
:
in mode_show()
1124
reboot_mode =
REBOOT_HARD
;
in mode_store()
/kernel/linux/linux-6.6/include/linux/
H
A
D
reboot.h
21
REBOOT_HARD
,
enumerator
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H
A
D
ls_hgl-setup.c
188
orion5x_restart(
REBOOT_HARD
, NULL);
in ls_hgl_power_off()
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
pnx4008_wdt.c
138
mode =
REBOOT_HARD
;
in pnx4008_restart_handler()
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
pnx4008_wdt.c
138
mode =
REBOOT_HARD
;
in pnx4008_restart_handler()
/kernel/linux/linux-5.10/arch/arm/mach-u300/
H
A
D
core.c
306
case
REBOOT_HARD
:
in u300_restart()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
setup.c
1116
if (mdesc->reboot_mode !=
REBOOT_HARD
)
in setup_arch()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
setup.c
1132
if (mdesc->reboot_mode !=
REBOOT_HARD
)
in setup_arch()
Completed in 10 milliseconds