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:mpoffs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
st.c
2564
int
mpoffs
; /* Offset to mode page start */
in st_compression()
2577
mpoffs
= MODE_HEADER_LENGTH + b_data[MH_OFF_BDESCS_LENGTH];
in st_compression()
2579
(b_data[
mpoffs
+ CP_OFF_DCE_DCC] & DCE_MASK ? 1 : 0));
in st_compression()
2582
if ((b_data[
mpoffs
+ CP_OFF_DCE_DCC] & DCC_MASK) == 0) {
in st_compression()
2589
b_data[
mpoffs
+ CP_OFF_DCE_DCC] |= DCE_MASK;
in st_compression()
2591
b_data[
mpoffs
+ CP_OFF_C_ALGO] = STp->c_algo;
in st_compression()
2594
b_data[
mpoffs
+ CP_OFF_DCE_DCC] &= ~DCE_MASK;
in st_compression()
2596
b_data[
mpoffs
+ CP_OFF_C_ALGO] = 0; /* no compression */
in st_compression()
2554
int
mpoffs
; /* Offset to mode page start */
st_compression()
local
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
st.c
2565
int
mpoffs
; /* Offset to mode page start */
in st_compression()
2578
mpoffs
= MODE_HEADER_LENGTH + b_data[MH_OFF_BDESCS_LENGTH];
in st_compression()
2580
(b_data[
mpoffs
+ CP_OFF_DCE_DCC] & DCE_MASK ? 1 : 0));
in st_compression()
2583
if ((b_data[
mpoffs
+ CP_OFF_DCE_DCC] & DCC_MASK) == 0) {
in st_compression()
2590
b_data[
mpoffs
+ CP_OFF_DCE_DCC] |= DCE_MASK;
in st_compression()
2592
b_data[
mpoffs
+ CP_OFF_C_ALGO] = STp->c_algo;
in st_compression()
2595
b_data[
mpoffs
+ CP_OFF_DCE_DCC] &= ~DCE_MASK;
in st_compression()
2597
b_data[
mpoffs
+ CP_OFF_C_ALGO] = 0; /* no compression */
in st_compression()
2555
int
mpoffs
; /* Offset to mode page start */
st_compression()
local
Completed in 14 milliseconds