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:use_pf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
st.h
142
unsigned char
use_pf
; /* Set Page Format bit in all mode selects? */
member
197
/* Bit masks for
use_pf
*/
H
A
D
st.c
2921
if ((STp->
use_pf
& USE_PF))
in st_int_ioctl()
3090
!(STp->
use_pf
& PF_TESTED)) {
in st_int_ioctl()
3093
STp->
use_pf
= (STp->
use_pf
^ USE_PF) | PF_TESTED;
in st_int_ioctl()
4360
tpnt->
use_pf
= (SDp->scsi_level >= SCSI_2);
in st_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
st.h
139
unsigned char
use_pf
; /* Set Page Format bit in all mode selects? */
member
194
/* Bit masks for
use_pf
*/
H
A
D
st.c
2921
if ((STp->
use_pf
& USE_PF))
in st_int_ioctl()
3090
!(STp->
use_pf
& PF_TESTED)) {
in st_int_ioctl()
3093
STp->
use_pf
= (STp->
use_pf
^ USE_PF) | PF_TESTED;
in st_int_ioctl()
4312
tpnt->
use_pf
= (SDp->scsi_level >= SCSI_2);
in st_probe()
Completed in 14 milliseconds