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_names
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
traps_64.c
1896
static const char *
attr_names
[] = {
in sun4v_emit_err_attr_strings()
local
1922
for (i = 0; i < ARRAY_SIZE(
attr_names
); i++) {
in sun4v_emit_err_attr_strings()
1924
const char *s =
attr_names
[i];
in sun4v_emit_err_attr_strings()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
traps_64.c
1895
static const char *
attr_names
[] = {
in sun4v_emit_err_attr_strings()
local
1921
for (i = 0; i < ARRAY_SIZE(
attr_names
); i++) {
in sun4v_emit_err_attr_strings()
1923
const char *s =
attr_names
[i];
in sun4v_emit_err_attr_strings()
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
fslog.c
3723
struct ATTR_NAME_ENTRY *
attr_names
= NULL;
in log_replay()
local
4244
attr_names
= kmemdup(Add2Ptr(lrh, t32), rec_len, GFP_NOFS);
in log_replay()
4245
if (!
attr_names
) {
in log_replay()
4317
struct ATTR_NAME_ENTRY *ane =
attr_names
;
in log_replay()
5171
kfree(
attr_names
);
in log_replay()
Completed in 13 milliseconds