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:curSC
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H
A
D
sym53c500_cs.c
353
struct scsi_cmnd *
curSC
= data->current_SC;
in SYM53C500_intr()
local
376
curSC
->result = DID_RESET << 16;
in SYM53C500_intr()
382
curSC
->result = DID_ERROR << 16;
in SYM53C500_intr()
388
curSC
->result = DID_PARITY << 16;
in SYM53C500_intr()
394
curSC
->result = DID_ERROR << 16;
in SYM53C500_intr()
400
if (
curSC
->SCp.phase != message_in) { /* Unexpected disconnect */
in SYM53C500_intr()
401
curSC
->result = DID_NO_CONNECT << 16;
in SYM53C500_intr()
403
curSC
->result = (
curSC
->SCp.Status & 0xff)
in SYM53C500_intr()
404
| ((
curSC
in SYM53C500_intr()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H
A
D
sym53c500_cs.c
359
struct scsi_cmnd *
curSC
= data->current_SC;
in SYM53C500_intr()
local
360
struct sym53c500_cmd_priv *scp = scsi_cmd_priv(
curSC
);
in SYM53C500_intr()
383
curSC
->result = DID_RESET << 16;
in SYM53C500_intr()
389
curSC
->result = DID_ERROR << 16;
in SYM53C500_intr()
395
curSC
->result = DID_PARITY << 16;
in SYM53C500_intr()
401
curSC
->result = DID_ERROR << 16;
in SYM53C500_intr()
408
curSC
->result = DID_NO_CONNECT << 16;
in SYM53C500_intr()
410
curSC
->result = (scp->status & 0xff) |
in SYM53C500_intr()
425
LOAD_DMA_COUNT(port_base, scsi_bufflen(
curSC
)); /* Max transfer size */
in SYM53C500_intr()
428
scsi_for_each_sg(
curSC
, s
in SYM53C500_intr()
[all...]
Completed in 2 milliseconds