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:hprot
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_debug.c
7450
int
hprot
;
in sdebug_driver_probe()
local
7486
hprot
= 0;
in sdebug_driver_probe()
7491
hprot
= SHOST_DIF_TYPE1_PROTECTION;
in sdebug_driver_probe()
7493
hprot
|= SHOST_DIX_TYPE1_PROTECTION;
in sdebug_driver_probe()
7497
hprot
= SHOST_DIF_TYPE2_PROTECTION;
in sdebug_driver_probe()
7499
hprot
|= SHOST_DIX_TYPE2_PROTECTION;
in sdebug_driver_probe()
7503
hprot
= SHOST_DIF_TYPE3_PROTECTION;
in sdebug_driver_probe()
7505
hprot
|= SHOST_DIX_TYPE3_PROTECTION;
in sdebug_driver_probe()
7510
hprot
|= SHOST_DIX_TYPE0_PROTECTION;
in sdebug_driver_probe()
7514
scsi_host_set_prot(hpnt,
hprot
);
in sdebug_driver_probe()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_debug.c
7712
int
hprot
;
in sdebug_driver_probe()
local
7771
hprot
= 0;
in sdebug_driver_probe()
7776
hprot
= SHOST_DIF_TYPE1_PROTECTION;
in sdebug_driver_probe()
7778
hprot
|= SHOST_DIX_TYPE1_PROTECTION;
in sdebug_driver_probe()
7782
hprot
= SHOST_DIF_TYPE2_PROTECTION;
in sdebug_driver_probe()
7784
hprot
|= SHOST_DIX_TYPE2_PROTECTION;
in sdebug_driver_probe()
7788
hprot
= SHOST_DIF_TYPE3_PROTECTION;
in sdebug_driver_probe()
7790
hprot
|= SHOST_DIX_TYPE3_PROTECTION;
in sdebug_driver_probe()
7795
hprot
|= SHOST_DIX_TYPE0_PROTECTION;
in sdebug_driver_probe()
7799
scsi_host_set_prot(hpnt,
hprot
);
in sdebug_driver_probe()
[all...]
Completed in 23 milliseconds