Searched refs:NOT_READY (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/scsi/ |
| H A D | utils.c | 162 .key = NOT_READY, .asc = 0x04, .ascq = 0x03 167 .key = NOT_READY, .asc = 0x3a, .ascq = 0x00 172 .key = NOT_READY, .asc = 0x53, .ascq = 0x02 282 .key = NOT_READY, .asc = 0x04, .ascq = 0x00 363 case NOT_READY: in scsi_sense_is_guest_recoverable() 401 case NOT_READY: in scsi_sense_to_errno()
|
| /openbmc/qemu/include/scsi/ |
| H A D | constants.h | 190 #define NOT_READY 0x02 macro
|
| /openbmc/qemu/hw/ide/ |
| H A D | atapi.c | 202 ide_atapi_cmd_error(s, NOT_READY, in ide_atapi_io_error() 1083 ? NOT_READY : ILLEGAL_REQUEST; in cmd_start_stop_unit() 1339 ide_atapi_cmd_error(s, NOT_READY, ASC_MEDIUM_NOT_PRESENT); in ide_atapi_cmd() 1353 ide_atapi_cmd_error(s, NOT_READY, ASC_MEDIUM_NOT_PRESENT); in ide_atapi_cmd()
|