Home
last modified time | relevance | path

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

/reactos/boot/freeldr/freeldr/include/
H A Dhwide.h156 #define IDE_ERROR_ILLEGAL_LENGTH 0x01 macro
/reactos/drivers/storage/ide/atapi/
H A Datapi.h160 #define IDE_ERROR_ILLEGAL_LENGTH 0x01 macro
H A Datapi.c1084 } else if (errorByte & IDE_ERROR_ILLEGAL_LENGTH) { in MapError()
/reactos/drivers/storage/ide/uniata/
H A Datapi.h470 #define IDE_ERROR_ILLEGAL_LENGTH 0x01 macro
H A Did_ata.cpp3147 } else if (errorByte & IDE_ERROR_ILLEGAL_LENGTH) { in MapError()