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_LIMIT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/
H
A
D
apdump.c
204
/*
AE_LIMIT
means that no more tables are available */
in ap_dump_all_tables()
206
if (status ==
AE_LIMIT
) {
in ap_dump_all_tables()
326
/*
AE_LIMIT
means that no more tables are available */
in ap_dump_table_by_name()
328
if (status ==
AE_LIMIT
) {
in ap_dump_table_by_name()
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/
H
A
D
apdump.c
206
/*
AE_LIMIT
means that no more tables are available */
in ap_dump_all_tables()
208
if (status ==
AE_LIMIT
) {
in ap_dump_all_tables()
328
/*
AE_LIMIT
means that no more tables are available */
in ap_dump_table_by_name()
330
if (status ==
AE_LIMIT
) {
in ap_dump_table_by_name()
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
H
A
D
oslinuxtbl.c
211
*
AE_LIMIT
: Instance is beyond valid limit
248
if (ACPI_FAILURE(status) && status ==
AE_LIMIT
) {
in acpi_os_get_table_by_name()
339
*
AE_LIMIT
: Index is beyond valid limit
342
*
AE_LIMIT
when an invalid index is reached. Index is not
366
return (
AE_LIMIT
);
in acpi_os_get_table_by_index()
756
*
AE_LIMIT
: Instance is beyond valid limit
957
return (
AE_LIMIT
);
in osl_get_bios_table()
1299
*
AE_LIMIT
: Instance is beyond valid limit
1364
return (
AE_LIMIT
);
in osl_get_customized_table()
H
A
D
osunixxf.c
842
return (
AE_LIMIT
);
in acpi_os_signal_semaphore()
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H
A
D
oslinuxtbl.c
211
*
AE_LIMIT
: Instance is beyond valid limit
248
if (ACPI_FAILURE(status) && status ==
AE_LIMIT
) {
in acpi_os_get_table_by_name()
339
*
AE_LIMIT
: Index is beyond valid limit
342
*
AE_LIMIT
when an invalid index is reached. Index is not
366
return (
AE_LIMIT
);
in acpi_os_get_table_by_index()
756
*
AE_LIMIT
: Instance is beyond valid limit
957
return (
AE_LIMIT
);
in osl_get_bios_table()
1299
*
AE_LIMIT
: Instance is beyond valid limit
1364
return (
AE_LIMIT
);
in osl_get_customized_table()
H
A
D
osunixxf.c
842
return (
AE_LIMIT
);
in acpi_os_signal_semaphore()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
hwvalid.c
122
return_ACPI_STATUS(
AE_LIMIT
);
in acpi_hw_validate_io_request()
H
A
D
evgpe.c
167
return_ACPI_STATUS(
AE_LIMIT
);
in acpi_ev_add_gpe_reference()
213
return_ACPI_STATUS(
AE_LIMIT
);
in acpi_ev_remove_gpe_reference()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
hwvalid.c
122
return_ACPI_STATUS(
AE_LIMIT
);
in acpi_hw_validate_io_request()
H
A
D
evgpe.c
167
return_ACPI_STATUS(
AE_LIMIT
);
in acpi_ev_add_gpe_reference()
213
return_ACPI_STATUS(
AE_LIMIT
);
in acpi_ev_remove_gpe_reference()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
acexcep.h
86
#define
AE_LIMIT
EXCEP_ENV (0x0010)
macro
222
EXCEP_TXT("
AE_LIMIT
", "A predefined limit was exceeded"),
/kernel/linux/linux-6.6/include/acpi/
H
A
D
acexcep.h
86
#define
AE_LIMIT
EXCEP_ENV (0x0010)
macro
222
EXCEP_TXT("
AE_LIMIT
", "A predefined limit was exceeded"),
Completed in 11 milliseconds