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:ACPI_TEST_NAME
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/acpi/
H
A
D
ltp_acpi.c
33
static const char dev_result[] = "/sys/devices/"
ACPI_TEST_NAME
"/result";
34
static const char dev_path[] = "/sys/devices/"
ACPI_TEST_NAME
"/path";
35
static const char dev_str[] = "/sys/devices/"
ACPI_TEST_NAME
"/str";
36
static const char dev_tcase[] = "/sys/devices/"
ACPI_TEST_NAME
"/tcase";
37
static const char dev_acpi_disabled[] = "/sys/devices/"
ACPI_TEST_NAME
"/acpi_disabled";
H
A
D
ltp_acpi.h
19
#define
ACPI_TEST_NAME
"ltp_acpi_test"
macro
H
A
D
ltp_acpi_cmds.c
52
pr_err(
ACPI_TEST_NAME
": " fmt "\n", ##__VA_ARGS__)
54
pr_alert(
ACPI_TEST_NAME
": " fmt "\n", ##__VA_ARGS__)
56
pr_info(
ACPI_TEST_NAME
": " fmt "\n", ##__VA_ARGS__)
539
.init_name =
ACPI_TEST_NAME
,
Completed in 2 milliseconds