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:rctd
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_spc.c
2198
u8
rctd
= (cdb[2] >> 7) & 0x1;
in spc_emulate_report_supp_op_codes()
local
2216
response_length = 4 + (8 +
rctd
* 12) * descr_num;
in spc_emulate_report_supp_op_codes()
2223
response_length = 4 + descr->cdb_size +
rctd
* 12;
in spc_emulate_report_supp_op_codes()
2244
&buf[response_length],
rctd
, descr);
in spc_emulate_report_supp_op_codes()
2249
&buf[response_length],
rctd
, descr,
in spc_emulate_report_supp_op_codes()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_debug.c
1981
bool
rctd
;
in resp_rsup_opcodes()
local
1991
rctd
= !!(cmd[2] & 0x80);
in resp_rsup_opcodes()
2019
bump =
rctd
? 20 : 8;
in resp_rsup_opcodes()
2028
if (
rctd
)
in resp_rsup_opcodes()
2033
if (
rctd
)
in resp_rsup_opcodes()
2042
if (
rctd
)
in resp_rsup_opcodes()
2048
if (
rctd
)
in resp_rsup_opcodes()
2111
arr[1] = (
rctd
? 0x80 : 0) | supp;
in resp_rsup_opcodes()
2112
if (
rctd
) {
in resp_rsup_opcodes()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_debug.c
1990
bool
rctd
;
in resp_rsup_opcodes()
local
2000
rctd
= !!(cmd[2] & 0x80);
in resp_rsup_opcodes()
2028
bump =
rctd
? 20 : 8;
in resp_rsup_opcodes()
2037
if (
rctd
)
in resp_rsup_opcodes()
2042
if (
rctd
)
in resp_rsup_opcodes()
2051
if (
rctd
)
in resp_rsup_opcodes()
2057
if (
rctd
)
in resp_rsup_opcodes()
2120
arr[1] = (
rctd
? 0x80 : 0) | supp;
in resp_rsup_opcodes()
2121
if (
rctd
) {
in resp_rsup_opcodes()
Completed in 23 milliseconds