Home
last modified time | relevance | path

Searched refs:IDE_ERROR_DATA_ERROR (Results 1 – 5 of 5) sorted by relevance

/reactos/boot/freeldr/freeldr/include/
H A Dhwide.h149 #define IDE_ERROR_DATA_ERROR 0x40 macro
/reactos/drivers/storage/ide/atapi/
H A Datapi.h154 #define IDE_ERROR_DATA_ERROR 0x40 macro
H A Datapi.c1154 } else if (errorByte & IDE_ERROR_DATA_ERROR) { in MapError()
5498 if (errorByte & IDE_ERROR_DATA_ERROR) { in IdeSendCommand()
5539 if (errorByte == IDE_ERROR_DATA_ERROR){ in IdeSendCommand()
5791 } else if(deviceExtension->ReturningMediaStatus & IDE_ERROR_DATA_ERROR) { in IdeBuildSenseBuffer()
/reactos/drivers/storage/ide/uniata/
H A Datapi.h463 #define IDE_ERROR_DATA_ERROR 0x40 macro
H A Did_ata.cpp3232 } else if (errorByte & IDE_ERROR_DATA_ERROR) { in MapError()
8526 if (errorByte & IDE_ERROR_DATA_ERROR) {
8562 if (errorByte == IDE_ERROR_DATA_ERROR){
9181 } else if(ReturningMediaStatus & IDE_ERROR_DATA_ERROR) {