OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atapi_sense
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/scsipi/
atapi_base.c
83
key = (xs->sense.
atapi_sense
& 0xf0) >> 4;
151
if (xs->sense.
atapi_sense
& 0x01) {
156
if (xs->sense.
atapi_sense
& 0x02) { /* vol overflow */
160
if (xs->sense.
atapi_sense
& 0x04) { /* Aborted command */
176
xs->sense.
atapi_sense
);
scsipi_ioctl.c
177
screq->senselen_used = uimin(sizeof(xs->sense.
atapi_sense
),
179
memcpy(screq->sense, &xs->sense.
atapi_sense
,
atapi_wdc.c
693
sc_xfer->sense.
atapi_sense
= ATACH_ERR(tfd);
1031
sc_xfer->sense.
atapi_sense
= ATACH_ERR(tfd);
1046
"sense 0x%x\n", sc_xfer->error, sc_xfer->sense.
atapi_sense
),
1108
sc_xfer->sense.
atapi_sense
= ATACH_ERR(tfd);
1141
sc_xfer->sense.
atapi_sense
), DEBUG_INTR);
scsipiconf.h
570
u_int32_t
atapi_sense
;
member in union:scsipi_xfer::__anone9b747ca040a
/src/sys/dev/ic/
mvsata.c
2165
sc_xfer->sense.
atapi_sense
= ATACH_ERR(tfd);
2413
sc_xfer->sense.
atapi_sense
= ATACH_ERR(tfd);
2427
sc_xfer->error, sc_xfer->sense.
atapi_sense
));
2546
sc_xfer->sense.
atapi_sense
= ATACH_ERR(tfd);
2580
sc_xfer->error, sc_xfer->sense.
atapi_sense
));
siisata.c
1908
sc_xfer->sense.
atapi_sense
= ATACH_ERR(tfd);
ahcisata_core.c
2049
sc_xfer->sense.
atapi_sense
= AHCI_TFD_ERR(tfd);
Completed in 58 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025