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:TARGET_RESET
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_status.h
23
TARGET_RESET
= 0x0c,
enumerator
39
BUS_DEVICE_RESET =
TARGET_RESET
,
H
A
D
scsi_cmnd.h
372
case
TARGET_RESET
:
in scsi_msg_to_host_byte()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi.h
88
#define
TARGET_RESET
0x0c
macro
103
#define BUS_DEVICE_RESET
TARGET_RESET
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_defs.h
740
#define M_RESET
TARGET_RESET
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
scsi.h
155
scsi_msgbyte_name(
TARGET_RESET
), \
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_defs.h
740
#define M_RESET
TARGET_RESET
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
1182
ahc->msgout_buf[0] =
TARGET_RESET
;
in ahc_handle_seqint()
1835
TARGET_RESET
, TRUE)) {
in ahc_handle_scsiint()
2881
ahc->msgout_buf[ahc->msgout_index++] =
TARGET_RESET
;
in ahc_setup_initiator_msgout()
3909
case
TARGET_RESET
:
in ahc_parse_msg()
4325
TARGET_RESET
, /*arg*/0);
in ahc_handle_devreset()
6690
|| event_type ==
TARGET_RESET
) {
in ahc_queue_lstate_event()
H
A
D
aic79xx_core.c
2138
ahd->msgout_buf[0] =
TARGET_RESET
;
in ahd_handle_seqint()
3096
TARGET_RESET
, TRUE)) {
in ahd_handle_nonpkt_busfree()
4418
ahd->msgout_buf[ahd->msgout_index++] =
TARGET_RESET
;
in ahd_setup_initiator_msgout()
5404
case
TARGET_RESET
:
in ahd_parse_msg()
5925
TARGET_RESET
, /*arg*/0);
in ahd_handle_devreset()
9161
|| event_type ==
TARGET_RESET
) {
in ahd_queue_lstate_event()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
FlashPoint.c
2386
currSCCB->Sccb_scsimsg =
TARGET_RESET
;
in FPT_ssel()
2735
FPT_SendMsg(port,
TARGET_RESET
);
in FPT_sres()
2835
if ((message == ABORT_TASK_SET) || (message ==
TARGET_RESET
) ||
in FPT_SendMsg()
4143
if (message ==
TARGET_RESET
) {
in FPT_phaseMsgOut()
4208
if ((message == ABORT_TASK_SET) || (message ==
TARGET_RESET
) ||
in FPT_phaseMsgOut()
H
A
D
initio.c
2394
outb(
TARGET_RESET
, host->addr + TUL_SFifo);
in initio_bus_device_reset()
Completed in 37 milliseconds