Lines Matching defs:sshdr
46 struct scsi_sense_hdr sshdr;
52 stat = cdrom_check_status(drive, &sshdr);
53 if (!stat || sshdr.sense_key == UNIT_ATTENTION)
65 if (sshdr.sense_key == NOT_READY && sshdr.asc == 0x04
66 && sshdr.ascq == 0x04)
74 if (sshdr.sense_key == NOT_READY) {
75 if (sshdr.asc == 0x3a && sshdr.ascq == 1)
139 struct scsi_sense_hdr sshdr;
154 &sshdr, 0, 0);
160 sshdr.sense_key == ILLEGAL_REQUEST &&
161 (sshdr.asc == 0x24 || sshdr.asc == 0x20)) {
169 if (stat != 0 && sshdr.sense_key == NOT_READY && sshdr.asc == 0x3a)
455 if (cgc->sshdr)
456 memset(cgc->sshdr, 0, sizeof(*cgc->sshdr));
464 cgc->sshdr, cgc->timeout, flags);