Searched refs:ap_error (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_debug.c110 ghd_err("status 0x%x error 0x%x\n", P->ap_status, P->ap_error);
H A Data_disk.c2201 if (ata_pktp->ap_error & ATE_BBK_ICRC) {
2206 } else if (ata_pktp->ap_error & ATE_UNC)
2208 else if (ata_pktp->ap_error & ATE_IDNF)
2210 else if (ata_pktp->ap_error & ATE_TKONF)
2212 else if (ata_pktp->ap_error & ATE_AMNF)
2278 ata_pktp->ap_error = ddi_get8(ata_ctlp->ac_iohandle1,
2320 ata_pktp->ap_error = ddi_get8(io_hdl1, ata_ctlp->ac_error);
2332 ata_pktp->ap_error = ddi_get8(io_hdl1, ata_ctlp->ac_error);
2355 ata_pktp->ap_error = ddi_get8(io_hdl1, ata_ctlp->ac_error);
2413 ata_pktp->ap_error
[all...]
H A Datapi_fsm.c539 ata_pktp->ap_error = ddi_get8(io_hdl1, ata_ctlp->ac_error);
H A Data_common.h607 uchar_t ap_error; member in struct:ata_pkt

Completed in 52 milliseconds