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:emulate_3pc
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_xcopy.c
49
if (!se_dev->dev_attrib.
emulate_3pc
) {
in target_xcopy_locate_se_dev_e4_iter()
50
pr_debug("XCOPY:
emulate_3pc
disabled on se_dev %p\n", se_dev);
in target_xcopy_locate_se_dev_e4_iter()
879
if (!dev->dev_attrib.
emulate_3pc
) {
in target_do_xcopy()
1013
if (!dev->dev_attrib.
emulate_3pc
) {
in target_do_receive_copy_results()
H
A
D
target_core_spc.c
105
if (dev->dev_attrib.
emulate_3pc
)
in spc_emulate_inquiry_std()
1888
return dev->dev_attrib.
emulate_3pc
;
in tcm_is_3pc_enabled()
H
A
D
target_core_configfs.c
558
DEF_CONFIGFS_ATTRIB_SHOW(
emulate_3pc
);
variable
619
DEF_CONFIGFS_ATTRIB_STORE_BOOL(
emulate_3pc
);
variable
1244
CONFIGFS_ATTR(,
emulate_3pc
);
H
A
D
target_core_device.c
760
dev->dev_attrib.
emulate_3pc
= DA_EMULATE_3PC;
in target_alloc_device()
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_xcopy.c
62
if (!se_dev->dev_attrib.
emulate_3pc
) {
in target_xcopy_locate_se_dev_e4_iter()
63
pr_debug("XCOPY:
emulate_3pc
disabled on se_dev %p\n", se_dev);
in target_xcopy_locate_se_dev_e4_iter()
892
if (!dev->dev_attrib.
emulate_3pc
) {
in target_do_xcopy()
H
A
D
target_core_configfs.c
528
DEF_CONFIGFS_ATTRIB_SHOW(
emulate_3pc
);
variable
588
DEF_CONFIGFS_ATTRIB_STORE_BOOL(
emulate_3pc
);
variable
1187
CONFIGFS_ATTR(,
emulate_3pc
);
H
A
D
target_core_spc.c
83
if (dev->dev_attrib.
emulate_3pc
)
in spc_emulate_inquiry_std()
H
A
D
target_core_device.c
789
dev->dev_attrib.
emulate_3pc
= DA_EMULATE_3PC;
in target_alloc_device()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
686
bool
emulate_3pc
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
698
bool
emulate_3pc
;
member
Completed in 40 milliseconds