Searched refs:NOT_READY (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_ioctl.c112 case NOT_READY: /* This happens if there is no disc in drive */
H A Dsd.c991 if (sshdr->sense_key != NOT_READY &&
1068 sshdr.sense_key == NOT_READY &&
1075 } else if (sense_valid && sshdr.sense_key == NOT_READY) {
1179 sense_valid && sshdr.sense_key == NOT_READY)
H A Dsr_ioctl.c222 case NOT_READY: /* This happens if there is no disc in drive */
H A Dscsi_lib.c921 case NOT_READY:
1905 (sshdr.sense_key == NOT_READY))) {
H A Dfd_mcs.c1030 if (key != UNIT_ATTENTION && !(key == NOT_READY && code == 0x04 && (!qualifier || qualifier == 0x02 || qualifier == 0x01))
H A Dfdomain.c1326 && !(key == NOT_READY
H A Dscsi_error.c336 case NOT_READY:
H A Dosst.c131 #define NO_TAPE NOT_READY
4477 (SRpnt->sense[2] & 0x0f) == NOT_READY &&
4620 (SRpnt->sense[2] & 0x0f) == NOT_READY)
4648 (SRpnt->sense[2] & 0x0f) == NOT_READY &&
H A Du14-34f.c1702 (SCpnt->sense_buffer[2] & 0xf) == NOT_READY)))
H A Dst.c157 #define NO_TAPE NOT_READY
883 if (scode == NOT_READY) {
H A Dgdth.c2511 nscp->sense_buffer[2] = NOT_READY;
3842 scp->sense_buffer[2] = NOT_READY;
3856 scp->sense_buffer[2] = NOT_READY;
H A Deata.c2458 (SCpnt->sense_buffer[2] & 0xf) == NOT_READY)))
H A Ddc395x.c3261 case NOT_READY:
3263 "ReqSense: NOT_READY cmnd=0x%02x <%02i-%i> stat=%i scan=%i ",
H A Dscsi_debug.c589 mk_sense_buffer(devip, NOT_READY, LOGICAL_UNIT_NOT_READY,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-cd.c82 case NOT_READY:
253 * In the case of NOT_READY, if SKSV is set the drive can
256 if (sense->sense_key == NOT_READY && (sense->sks[0] & 0x80)) {
282 (sense->sense_key == NOT_READY && (sense->asc == 4 ||
432 if (sense_key == NOT_READY) {
478 if (sense_key == NOT_READY) {
1300 else if (reqbuf->sense_key == NOT_READY &&
1868 if (stat != 0 && sense->sense_key == NOT_READY && sense->asc == 0x3a)
2472 if (sense.sense_key == NOT_READY && sense.asc == 0x04 && sense.ascq == 0x04)
2480 if (sense.sense_key == NOT_READY) {
[all...]
H A Dide-cd.h505 #define NOT_READY 0x02 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dscsi.h185 #define NOT_READY 0x02 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dacsi.c127 #define NOT_READY 0x02 macro
1471 extsense != NOT_READY) {
1506 aip->changed = (extsense == NOT_READY); /* medium inserted? */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dlibata-scsi.c528 {0x37, NOT_READY, 0x04, 0x00}, // Unit offline Not ready
530 {0x09, NOT_READY, 0x04, 0x00}, // Unrecovered disk error Not ready
538 {0x08, NOT_READY, 0x04, 0x00},
542 {0x08, NOT_READY, 0x04, 0x00},
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/storage/
H A Disd200.c378 buf->Flags = NOT_READY;

Completed in 277 milliseconds