tag | line | file | source code |
NOT_READY | 429 | drivers/block/ide-cd.c | (reqbuf->sense_key == NOT_READY || |
NOT_READY | 519 | drivers/block/ide-cd.c | (reqbuf->sense_key == NOT_READY && (reqbuf->asc == 4 || |
NOT_READY | 669 | drivers/block/ide-cd.c | if (sense_key == NOT_READY) { |
NOT_READY | 714 | drivers/block/ide-cd.c | if (sense_key == NOT_READY) { |
NOT_READY | 1372 | drivers/block/ide-cd.c | else if (reqbuf->sense_key == NOT_READY && |
NOT_READY | 2478 | drivers/block/ide-cd.c | if (stat && my_reqbuf.sense_key == NOT_READY) { |
NOT_READY | 1670 | drivers/scsi/fdomain.c | && !(key == NOT_READY |
NOT_READY | 583 | drivers/scsi/scsi.c | if (((SCpnt->sense_buffer[2] & 0xf) != NOT_READY) && |
NOT_READY | 1407 | drivers/scsi/scsi.c | case NOT_READY: |
NOT_READY | 125 | drivers/scsi/scsi_ioctl.c | case NOT_READY: /* This happens if there is no disc in drive */ |
NOT_READY | 1005 | drivers/scsi/sd.c | SCpnt->sense_buffer[2] == NOT_READY) { |
NOT_READY | 1118 | drivers/scsi/sd.c | SCpnt->sense_buffer[2] == NOT_READY) |
NOT_READY | 270 | drivers/scsi/sr.c | if (SCpnt->sense_buffer[2] == NOT_READY) { |
NOT_READY | 65 | drivers/scsi/sr_ioctl.c | case NOT_READY: /* This happens if there is no disc in drive */ |
NOT_READY | 72 | drivers/scsi/st.c | #define NO_TAPE NOT_READY |