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:IPR_PROD_ID_LEN
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ipr.c
1461
char product_id[
IPR_PROD_ID_LEN
+ 1];
in ipr_log_vpd_compact()
1467
memcpy(product_id, vpd->vpids.product_id,
IPR_PROD_ID_LEN
);
in ipr_log_vpd_compact()
1468
strip_whitespace(
IPR_PROD_ID_LEN
, product_id);
in ipr_log_vpd_compact()
1486
char buffer[IPR_VENDOR_ID_LEN +
IPR_PROD_ID_LEN
in ipr_log_vpd()
1491
IPR_PROD_ID_LEN
);
in ipr_log_vpd()
1492
buffer[IPR_VENDOR_ID_LEN +
IPR_PROD_ID_LEN
] = '\0';
in ipr_log_vpd()
2663
for (j = 0, matches = 0; j <
IPR_PROD_ID_LEN
; j++) {
in ipr_find_ses_entry()
2674
if (matches ==
IPR_PROD_ID_LEN
)
in ipr_find_ses_entry()
H
A
D
ipr.h
244
#define
IPR_PROD_ID_LEN
16
macro
337
u8 product_id[
IPR_PROD_ID_LEN
];
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ipr.h
247
#define
IPR_PROD_ID_LEN
16
macro
340
u8 product_id[
IPR_PROD_ID_LEN
];
H
A
D
ipr.c
1550
char product_id[
IPR_PROD_ID_LEN
+ 1];
in ipr_log_vpd_compact()
1556
memcpy(product_id, vpd->vpids.product_id,
IPR_PROD_ID_LEN
);
in ipr_log_vpd_compact()
1557
strip_whitespace(
IPR_PROD_ID_LEN
, product_id);
in ipr_log_vpd_compact()
1575
char buffer[IPR_VENDOR_ID_LEN +
IPR_PROD_ID_LEN
in ipr_log_vpd()
1580
IPR_PROD_ID_LEN
);
in ipr_log_vpd()
1581
buffer[IPR_VENDOR_ID_LEN +
IPR_PROD_ID_LEN
] = '\0';
in ipr_log_vpd()
2752
for (j = 0, matches = 0; j <
IPR_PROD_ID_LEN
; j++) {
in ipr_find_ses_entry()
2763
if (matches ==
IPR_PROD_ID_LEN
)
in ipr_find_ses_entry()
Completed in 31 milliseconds