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:SYS_HALT
(Results
1 - 25
of
93
) sorted by relevance
1
2
3
4
/kernel/linux/linux-5.10/include/linux/
H
A
D
reboot.h
13
#define
SYS_HALT
0x0002 /* Notify of system halt */
macro
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
sstate.c
60
case
SYS_HALT
:
in sstate_reboot_call()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
sstate.c
61
case
SYS_HALT
:
in sstate_reboot_call()
/kernel/linux/linux-6.6/include/linux/
H
A
D
reboot.h
14
#define
SYS_HALT
0x0002 /* Notify of system halt */
macro
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
stmp3xxx_rtc_wdt.c
77
case
SYS_HALT
: /* allow the system to actually halt */
in wdt_notify_sys()
H
A
D
indydog.c
144
if (code == SYS_DOWN || code ==
SYS_HALT
)
in indydog_notify_sys()
H
A
D
sbc_epx_c3.c
148
if (code == SYS_DOWN || code ==
SYS_HALT
)
in epx_c3_notify_sys()
H
A
D
pnx833x_wdt.c
207
if (code == SYS_DOWN || code ==
SYS_HALT
)
in pnx833x_wdt_notify_sys()
H
A
D
sbc8360.c
292
if (code == SYS_DOWN || code ==
SYS_HALT
)
in sbc8360_notify_sys()
H
A
D
sbc7240_wdt.c
229
if (code == SYS_DOWN || code ==
SYS_HALT
)
in wdt_notify_sys()
H
A
D
wafer5823wdt.c
219
if (code == SYS_DOWN || code ==
SYS_HALT
)
in wafwdt_notify_sys()
H
A
D
sb_wdog.c
224
if (code == SYS_DOWN || code ==
SYS_HALT
) {
in sbwdog_notify_sys()
H
A
D
scx200_wdt.c
120
if (code ==
SYS_HALT
|| code == SYS_POWER_OFF)
in scx200_wdt_notify_sys()
H
A
D
alim1535_wdt.c
286
if (code == SYS_DOWN || code ==
SYS_HALT
)
in ali_notify_sys()
H
A
D
sc520_wdt.c
355
if (code == SYS_DOWN || code ==
SYS_HALT
)
in wdt_notify_sys()
H
A
D
sbc60xxwdt.c
299
if (code == SYS_DOWN || code ==
SYS_HALT
)
in wdt_notify_sys()
H
A
D
rave-sp-wdt.c
150
if (action == SYS_DOWN || action ==
SYS_HALT
) {
in rave_sp_wdt_reboot_notifier()
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
indydog.c
144
if (code == SYS_DOWN || code ==
SYS_HALT
)
in indydog_notify_sys()
H
A
D
sbc_epx_c3.c
148
if (code == SYS_DOWN || code ==
SYS_HALT
)
in epx_c3_notify_sys()
H
A
D
stmp3xxx_rtc_wdt.c
77
case
SYS_HALT
: /* allow the system to actually halt */
in wdt_notify_sys()
H
A
D
sb_wdog.c
224
if (code == SYS_DOWN || code ==
SYS_HALT
) {
in sbwdog_notify_sys()
H
A
D
sbc8360.c
292
if (code == SYS_DOWN || code ==
SYS_HALT
)
in sbc8360_notify_sys()
H
A
D
sbc7240_wdt.c
229
if (code == SYS_DOWN || code ==
SYS_HALT
)
in wdt_notify_sys()
H
A
D
scx200_wdt.c
120
if (code ==
SYS_HALT
|| code == SYS_POWER_OFF)
in scx200_wdt_notify_sys()
H
A
D
wafer5823wdt.c
219
if (code == SYS_DOWN || code ==
SYS_HALT
)
in wafwdt_notify_sys()
Completed in 11 milliseconds
1
2
3
4