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:severity_code
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
3w-9xxx.c
123
static char *twa_aen_severity_lookup(unsigned char
severity_code
);
460
static char *twa_aen_severity_lookup(unsigned char
severity_code
)
in twa_aen_severity_lookup()
argument
464
if ((
severity_code
< (unsigned char) TW_AEN_SEVERITY_ERROR) ||
in twa_aen_severity_lookup()
465
(
severity_code
> (unsigned char) TW_AEN_SEVERITY_DEBUG))
in twa_aen_severity_lookup()
468
retval = twa_aen_severity_table[
severity_code
];
in twa_aen_severity_lookup()
H
A
D
3w-sas.c
207
static char *twl_aen_severity_lookup(unsigned char
severity_code
)
in twl_aen_severity_lookup()
argument
211
if ((
severity_code
< (unsigned char) TW_AEN_SEVERITY_ERROR) ||
in twl_aen_severity_lookup()
212
(
severity_code
> (unsigned char) TW_AEN_SEVERITY_DEBUG))
in twl_aen_severity_lookup()
215
retval = twl_aen_severity_table[
severity_code
];
in twl_aen_severity_lookup()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
3w-9xxx.c
123
static char *twa_aen_severity_lookup(unsigned char
severity_code
);
462
static char *twa_aen_severity_lookup(unsigned char
severity_code
)
in twa_aen_severity_lookup()
argument
466
if ((
severity_code
< (unsigned char) TW_AEN_SEVERITY_ERROR) ||
in twa_aen_severity_lookup()
467
(
severity_code
> (unsigned char) TW_AEN_SEVERITY_DEBUG))
in twa_aen_severity_lookup()
470
retval = twa_aen_severity_table[
severity_code
];
in twa_aen_severity_lookup()
H
A
D
3w-sas.c
209
static char *twl_aen_severity_lookup(unsigned char
severity_code
)
in twl_aen_severity_lookup()
argument
213
if ((
severity_code
< (unsigned char) TW_AEN_SEVERITY_ERROR) ||
in twl_aen_severity_lookup()
214
(
severity_code
> (unsigned char) TW_AEN_SEVERITY_DEBUG))
in twl_aen_severity_lookup()
217
retval = twl_aen_severity_table[
severity_code
];
in twl_aen_severity_lookup()
Completed in 10 milliseconds