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:pccb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth.c
955
ha->cmd_tab[i].cmnd = ha->
pccb
->RequestBuffer;
in gdth_get_cmd_index()
956
ha->cmd_tab[i].service = ha->
pccb
->Service;
in gdth_get_cmd_index()
957
ha->
pccb
->CommandIndex = (u32)i+2;
in gdth_get_cmd_index()
992
cmd_ptr = ha->
pccb
;
in gdth_copy_command()
1046
if (ha->
pccb
->OpCode == GDT_INIT)
in gdth_release_event()
1047
ha->
pccb
->Service |= 0x80;
in gdth_release_event()
1092
cmd_ptr = ha->
pccb
;
in gdth_internal_cmd()
1982
cmdp = ha->
pccb
;
in gdth_fill_cache_cmd()
2148
cmdp = ha->
pccb
;
in gdth_fill_raw_cmd()
2300
cmdp= ha->
pccb
;
in gdth_special_cmd()
[all...]
H
A
D
gdth.h
821
gdth_cmd_str *
pccb
; /* address command structure */
member
Completed in 7 milliseconds