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 320 ata_bio->r_error = ATACH_ERR(tfd);
567 ATACH_ST(tfd), ATACH_ERR(tfd));
606 ATACH_ST(tfd), ATACH_ERR(tfd));
870 ata_bio->r_error = ATACH_ERR(tfd);
atavar.h 147 #define ATACH_ERR(val) (((val) >> 8) & 0xff)
  /src/sys/dev/ic/
mvsata.c 1210 ATACH_ERR(tfd));
1216 ata_bio->r_error = ATACH_ERR(tfd);
1243 chp->ch_channel, xfer->c_drive, ATACH_ST(tfd), ATACH_ERR(tfd));
1286 ata_bio->r_error = ATACH_ERR(tfd);
1581 ata_bio->r_error = ATACH_ERR(tfd);
1806 ata_c->r_error = ATACH_ERR(tfd);
2061 if (ATACH_ERR(tfd) == WDCE_ABRT) {
2091 if (ATACH_ERR(tfd) == WDCE_ABRT) {
2163 chp->ch_channel, xfer->c_drive, errstring, ATACH_ERR(tfd));
2165 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 17 milliseconds