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:attr_loop
(Results
1 - 1
of
1
) sorted by relevance
/third_party/alsa-utils/alsactl/
H
A
D
init_sysfs.c
63
struct sysfs_attr *
attr_loop
;
in sysfs_cleanup()
local
66
list_for_each_entry_safe(
attr_loop
, attr_temp, &attr_list, node) {
in sysfs_cleanup()
67
list_del(&
attr_loop
->node);
in sysfs_cleanup()
68
free(
attr_loop
);
in sysfs_cleanup()
77
struct sysfs_attr *
attr_loop
;
in sysfs_attr_get_value()
local
92
list_for_each_entry(
attr_loop
, &attr_list, node) {
in sysfs_attr_get_value()
93
if (strcmp(
attr_loop
->path, path) == 0) {
in sysfs_attr_get_value()
94
dbg("found in cache '%s'",
attr_loop
->path);
in sysfs_attr_get_value()
95
return
attr_loop
->value;
in sysfs_attr_get_value()
Completed in 1 milliseconds