Home
last modified time | relevance | path

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

/openbsd/sys/dev/atapiscsi/
H A Datapiscsi.c72 #define DEBUG_ERRORS 0x80 /* Debug error handling code */ macro
343 DEBUG_XFERS | DEBUG_ERRORS); in wdc_atapi_send_cmd()
348 DEBUG_XFERS | DEBUG_ERRORS); in wdc_atapi_send_cmd()
350 WDCDEBUG_PRINT(("\n"), DEBUG_XFERS | DEBUG_ERRORS); in wdc_atapi_send_cmd()
441 WDCDEBUG_PRINT(("Atapi error: %d ", (flags >> 4)), DEBUG_ERRORS); in atapi_to_scsi_sense()
445 WDCDEBUG_PRINT(("ABRT "), DEBUG_ERRORS); in atapi_to_scsi_sense()
451 WDCDEBUG_PRINT(("ILI "), DEBUG_ERRORS); in atapi_to_scsi_sense()
456 WDCDEBUG_PRINT(("EOM "), DEBUG_ERRORS); in atapi_to_scsi_sense()
462 WDCDEBUG_PRINT(("MCR "), DEBUG_ERRORS); in atapi_to_scsi_sense()
467 WDCDEBUG_PRINT(("\n"), DEBUG_ERRORS); in atapi_to_scsi_sense()
[all …]