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:RB_HALT_SYSTEM
(Results
1 - 14
of
14
) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
reboot.h
8
#define
RB_HALT_SYSTEM
0xcdef0123
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
reboot.h
8
#define
RB_HALT_SYSTEM
0xcdef0123
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
reboot.h
8
#define
RB_HALT_SYSTEM
0xcdef0123
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
reboot.h
8
#define
RB_HALT_SYSTEM
0xcdef0123
macro
/third_party/musl/porting/linux/user/include/sys/
H
A
D
reboot.h
24
#define
RB_HALT_SYSTEM
0xcdef0123
macro
/third_party/musl/include/sys/
H
A
D
reboot.h
8
#define
RB_HALT_SYSTEM
0xcdef0123
macro
/third_party/toybox/porting/liteos_a/toys/other/
H
A
D
reboot.c
22
int types[] = {RB_AUTOBOOT,
RB_HALT_SYSTEM
, RB_POWER_OFF},
in reboot_main()
/third_party/toybox/toys/other/
H
A
D
reboot.c
33
int types[] = {RB_AUTOBOOT,
RB_HALT_SYSTEM
, RB_POWER_OFF},
in reboot_main()
H
A
D
oneit.c
54
if (signal == SIGUSR1) action =
RB_HALT_SYSTEM
;
in oneit_signaled()
/third_party/rust/crates/nix/src/sys/
H
A
D
reboot.rs
17
RB_HALT_SYSTEM
,
/third_party/toybox/toys/pending/
H
A
D
init.c
353
reboot_magic_no=
RB_HALT_SYSTEM
;
in halt_poweroff_reboot_handler()
399
reboot(
RB_HALT_SYSTEM
);
in restart_init_handler()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
978
pub const
RB_HALT_SYSTEM
: ::c_int = 0xcdef0123u32 as i32;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2461
pub const
RB_HALT_SYSTEM
: ::c_int = 0xcdef0123u32 as i32;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1858
pub const
RB_HALT_SYSTEM
: ::c_int = 0xcdef0123u32 as i32;
consts
Completed in 30 milliseconds