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:cleaning_req
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
st.h
175
unsigned char
cleaning_req
; /* cleaning requested? */
member
H
A
D
st.c
414
STp->
cleaning_req
|= ((SRpnt->sense[STp->cln_mode] &
in st_chk_result()
417
STp->
cleaning_req
|= ((SRpnt->sense[STp->cln_mode] &
in st_chk_result()
422
STp->
cleaning_req
= 1; /* ASC and ASCQ => cleaning requested */
in st_chk_result()
1066
saved_cleaning = STp->
cleaning_req
;
in check_tape()
1067
STp->
cleaning_req
= 0;
in check_tape()
1093
STp->
cleaning_req
|= saved_cleaning;
in check_tape()
3813
if (STp->
cleaning_req
)
in st_ioctl_common()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
st.h
172
unsigned char
cleaning_req
; /* cleaning requested? */
member
H
A
D
st.c
410
STp->
cleaning_req
|= ((SRpnt->sense[STp->cln_mode] &
in st_chk_result()
413
STp->
cleaning_req
|= ((SRpnt->sense[STp->cln_mode] &
in st_chk_result()
418
STp->
cleaning_req
= 1; /* ASC and ASCQ => cleaning requested */
in st_chk_result()
1067
saved_cleaning = STp->
cleaning_req
;
in check_tape()
1068
STp->
cleaning_req
= 0;
in check_tape()
1094
STp->
cleaning_req
|= saved_cleaning;
in check_tape()
3814
if (STp->
cleaning_req
)
in st_ioctl()
Completed in 12 milliseconds