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:hba_mode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_configfs.c
3347
int
hba_mode
= 0;
in target_hba_mode_show()
local
3350
hba_mode
= 1;
in target_hba_mode_show()
3352
return sprintf(page, "%d\n",
hba_mode
);
in target_hba_mode_show()
3372
pr_err("Unable to set
hba_mode
with active devices\n");
in target_hba_mode_store()
3388
CONFIGFS_ATTR(target_,
hba_mode
);
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
myrs.h
448
unsigned char
hba_mode
:1; /* Byte 14 Bit 4 */
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
myrs.h
448
unsigned char
hba_mode
:1; /* Byte 14 Bit 4 */
member
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_configfs.c
3450
int
hba_mode
= 0;
in target_hba_mode_show()
local
3453
hba_mode
= 1;
in target_hba_mode_show()
3455
return sprintf(page, "%d\n",
hba_mode
);
in target_hba_mode_show()
3475
pr_err("Unable to set
hba_mode
with active devices\n");
in target_hba_mode_store()
3491
CONFIGFS_ATTR(target_,
hba_mode
);
Completed in 16 milliseconds