OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_ABORT_TAG
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ic/
isp_stds.h
220
#ifndef
MSG_ABORT_TAG
221
#define
MSG_ABORT_TAG
0x0d
ninjascsi32.c
1809
njsc32_add_msgout(sc,
MSG_ABORT_TAG
);
2065
case
MSG_ABORT_TAG
: /* 0x0d I->T only */
aic7xxx.c
1256
if (ahc_sent_msg(ahc, AHCMSG_1B,
MSG_ABORT_TAG
, TRUE)
1259
==
MSG_ABORT_TAG
)
2315
ahc->msgout_buf[ahc->msgout_index++] =
MSG_ABORT_TAG
;
3339
case
MSG_ABORT_TAG
:
3351
if (ahc->msgin_buf[0] ==
MSG_ABORT_TAG
)
aic79xx.c
2151
if (ahd_sent_msg(ahd, AHDMSG_1B,
MSG_ABORT_TAG
, TRUE)
2167
sent_msg ==
MSG_ABORT_TAG
? "" : " Tag");
2169
if (sent_msg ==
MSG_ABORT_TAG
)
3517
ahd->msgout_buf[ahd->msgout_index++] =
MSG_ABORT_TAG
;
4506
case
MSG_ABORT_TAG
:
4518
if (ahd->msgin_buf[0] ==
MSG_ABORT_TAG
)
isp_target.c
912
case
MSG_ABORT_TAG
:
iha.c
2226
abortmsg =
MSG_ABORT_TAG
; /* Now that we have valid tag! */
/src/sys/dev/scsipi/
scsi_message.h
20
#define
MSG_ABORT_TAG
0x0d /* O/O */
/src/sys/dev/pci/
trm.c
1818
sc->sc_msgbuf[0] =
MSG_ABORT_TAG
;
2128
sc->sc_msgbuf[0] =
MSG_ABORT_TAG
;
Completed in 28 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025