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:MSG_ABORT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
scsi_message.h
14
#define
MSG_ABORT
0x06 /* O/M */
macro
H
A
D
aic7xxx_core.c
1822
|| ahc_sent_msg(ahc, AHCMSG_1B,
MSG_ABORT
, TRUE)) {
in ahc_handle_scsiint()
2899
ahc->msgout_buf[ahc->msgout_index++] =
MSG_ABORT
;
in ahc_setup_initiator_msgout()
3920
case
MSG_ABORT
:
in ahc_parse_msg()
H
A
D
aic79xx_core.c
3055
|| ahd_sent_msg(ahd, AHDMSG_1B,
MSG_ABORT
, TRUE)) {
in ahd_handle_nonpkt_busfree()
4437
ahd->msgout_buf[ahd->msgout_index++] =
MSG_ABORT
;
in ahd_setup_initiator_msgout()
5415
case
MSG_ABORT
:
in ahd_parse_msg()
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H
A
D
nsp_cs.h
378
#define
MSG_ABORT
0x06
macro
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
initio.h
443
#define
MSG_ABORT
0x06
macro
H
A
D
dc395x.h
191
#define
MSG_ABORT
0x06
macro
H
A
D
initio.c
2013
outb(
MSG_ABORT
, host->addr + TUL_SFifo);
in initio_msgout_abort_targ()
H
A
D
dc395x.c
1744
if (srb->msgout_buf[0] ==
MSG_ABORT
)
in msgout_phase1()
Completed in 49 milliseconds