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:AE_CODE_CONTROL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/acpi/
H
A
D
acexcep.h
22
#define
AE_CODE_CONTROL
0x4000 /* Internal control codes */
macro
34
#define EXCEP_CTL(code) ((acpi_status) (code |
AE_CODE_CONTROL
))
66
#define ACPI_CNTL_EXCEPTION(status) (((status) & AE_CODE_MASK) ==
AE_CODE_CONTROL
)
/kernel/linux/linux-6.6/include/acpi/
H
A
D
acexcep.h
22
#define
AE_CODE_CONTROL
0x4000 /* Internal control codes */
macro
34
#define EXCEP_CTL(code) ((acpi_status) (code |
AE_CODE_CONTROL
))
66
#define ACPI_CNTL_EXCEPTION(status) (((status) & AE_CODE_MASK) ==
AE_CODE_CONTROL
)
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
utexcep.c
106
case
AE_CODE_CONTROL
:
in ACPI_EXPORT_SYMBOL()
H
A
D
dsdebug.c
103
if ((status & AE_CODE_MASK) ==
AE_CODE_CONTROL
) {
in acpi_ds_dump_method_stack()
H
A
D
dbobject.c
50
if ((status & AE_CODE_MASK) ==
AE_CODE_CONTROL
) {
in acpi_db_dump_method_info()
H
A
D
psparse.c
386
if ((callback_status & AE_CODE_MASK) ==
AE_CODE_CONTROL
) {
in acpi_ps_next_parse_state()
H
A
D
psloop.c
268
AE_CODE_CONTROL
)) {
in acpi_ps_parse_loop()
H
A
D
dsmethod.c
187
if (ACPI_SUCCESS(status) || (status &
AE_CODE_CONTROL
)) {
in acpi_ds_method_error()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
utexcep.c
106
case
AE_CODE_CONTROL
:
in ACPI_EXPORT_SYMBOL()
H
A
D
dsmethod.c
187
if (ACPI_SUCCESS(status) || (status &
AE_CODE_CONTROL
)) {
in acpi_ds_method_error()
Completed in 7 milliseconds