Searched refs:UNIT_ATTENTION (Results 1 – 25 of 39) sorted by relevance
12
20 if (sense->sense_key == UNIT_ATTENTION || in ide_cd_log_error()
52 if (!stat || sense.sense_key == UNIT_ATTENTION) in ide_cdrom_drive_status()
129 case UNIT_ATTENTION: in cdrom_log_sense()321 case UNIT_ATTENTION: in cdrom_decode_status()480 if (reqbuf->sense_key == UNIT_ATTENTION) in ide_cd_queue_pc()
115 case UNIT_ATTENTION: in ioctl_internal_command()
1126 case UNIT_ATTENTION: in media_not_present()1492 sense_valid && sshdr.sense_key == UNIT_ATTENTION))); in sd_spinup_disk()1545 sshdr.sense_key == UNIT_ATTENTION && in sd_spinup_disk()1680 sshdr.sense_key == UNIT_ATTENTION && in read_capacity_16()1759 sshdr.sense_key == UNIT_ATTENTION && in read_capacity_10()
835 case UNIT_ATTENTION: in scsi_io_completion()2030 sshdr->sense_key == UNIT_ATTENTION) in scsi_test_unit_ready()2033 sshdr->sense_key == UNIT_ATTENTION && --retries); in scsi_test_unit_ready()
218 case UNIT_ATTENTION: in sr_do_ioctl()
607 if ((sshdr.sense_key == UNIT_ATTENTION) && in scsi_probe_lun()1413 if (sshdr.sense_key != UNIT_ATTENTION) in scsi_report_lun_scan()
187 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == UNIT_ATTENTION) in sr_get_events()
210 case UNIT_ATTENTION: in ch_do_scsi()
1383 if (key != UNIT_ATTENTION in do_fdomain_16x0_intr()
286 case UNIT_ATTENTION: in scsi_check_sense()
286 #define UNIT_ATTENTION 0x06 macro
79 case UNIT_ATTENTION: in tur_done()
535 case UNIT_ATTENTION: in mode_select_handle_sense()728 case UNIT_ATTENTION: in rdac_check_sense()
437 case UNIT_ATTENTION: in clariion_check_sense()
505 case UNIT_ATTENTION: in alua_check_sense()
420 buf->Flags = UNIT_ATTENTION; in isd200_build_sense()426 buf->Flags = UNIT_ATTENTION; in isd200_build_sense()
635 info->sense_key = UNIT_ATTENTION; in jumpshot_transport()
709 info->sense_key = UNIT_ATTENTION; in datafab_transport()
489 info->sense_key = UNIT_ATTENTION; in alauda_check_media()
966 info->sense_key = UNIT_ATTENTION; in usbat_flash_check_media()
95 {UNIT_ATTENTION, "Device needs attention - disk may have been changed"},
920 buf[SPC_SENSE_KEY_OFFSET] = UNIT_ATTENTION; in target_emulate_request_sense()
156 #define UNIT_ATTENTION 0x06 /* unit attention condition occur */ macro