HomeSort by: relevance | last modified time | path
    Searched refs:ATACH_ERR (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/scsipi/
atapi_wdc.c 565 if (ATACH_ERR(tfd) == WDCE_ABRT) {
691 printf("error (0x%x)\n", ATACH_ERR(tfd));
693 sc_xfer->sense.atapi_sense = ATACH_ERR(tfd);
848 len, ATACH_ST(tfd), ATACH_ERR(tfd), ire), DEBUG_INTR);
1031 sc_xfer->sense.atapi_sense = ATACH_ERR(tfd);
1108 sc_xfer->sense.atapi_sense = ATACH_ERR(tfd);
  /src/sys/dev/ata/
ata_wdc.c 321 ata_bio->r_error = ATACH_ERR(tfd);
563 ATACH_ST(tfd), ATACH_ERR(tfd));
602 ATACH_ST(tfd), ATACH_ERR(tfd));
866 ata_bio->r_error = ATACH_ERR(tfd);
atavar.h 147 #define ATACH_ERR(val) (((val) >> 8) & 0xff)
  /src/sys/dev/ic/
mvsata.c 1206 ATACH_ERR(tfd));
1212 ata_bio->r_error = ATACH_ERR(tfd);
1239 chp->ch_channel, xfer->c_drive, ATACH_ST(tfd), ATACH_ERR(tfd));
1282 ata_bio->r_error = ATACH_ERR(tfd);
1577 ata_bio->r_error = ATACH_ERR(tfd);
1802 ata_c->r_error = ATACH_ERR(tfd);
2057 if (ATACH_ERR(tfd) == WDCE_ABRT) {
2087 if (ATACH_ERR(tfd) == WDCE_ABRT) {
2159 chp->ch_channel, xfer->c_drive, errstring, ATACH_ERR(tfd));
2161 sc_xfer->sense.atapi_sense = ATACH_ERR(tfd)
    [all...]
siisata.c 1102 ata_c->r_error = ATACH_ERR(tfd);
1343 ata_bio->r_error = ATACH_ERR(tfd);
1908 sc_xfer->sense.atapi_sense = ATACH_ERR(tfd);

Completed in 55 milliseconds