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:SCpntp1
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arm/
H
A
D
acornscsi.c
2520
* Prototype: void acornscsi_reportstatus(struct scsi_cmnd **
SCpntp1
, struct scsi_cmnd **SCpntp2, int result)
2521
* Purpose : pass a result to *
SCpntp1
, and check if *
SCpntp1
= *SCpntp2
2522
* Params :
SCpntp1
- pointer to command to return
2525
* Returns : *SCpntp2 = NULL if *
SCpntp1
is the same command structure as *SCpntp2.
2527
static inline void acornscsi_reportstatus(struct scsi_cmnd **
SCpntp1
,
in acornscsi_reportstatus()
argument
2531
struct scsi_cmnd *SCpnt = *
SCpntp1
;
in acornscsi_reportstatus()
2534
*
SCpntp1
= NULL;
in acornscsi_reportstatus()
Completed in 4 milliseconds