/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
H A D | tpgs.c | 167 } else if (skey == KEY_NOT_READY) { in std_process_cmplt_pkt() 448 } else if ((skey == KEY_NOT_READY) && in std_analyze_sense()
|
H A D | tape.c | 197 if (skey == KEY_NOT_READY && in tape_analyze_sense()
|
H A D | asym_sun.c | 329 } else if ((skey == KEY_NOT_READY) && in purple_path_activate() 520 if (skey == KEY_NOT_READY) { in purple_analyze_sense()
|
/titanic_41/usr/src/lib/scsi/libscsi/common/ |
H A D | scsi_status.c | 47 { "Not ready error", KEY_NOT_READY },
|
/titanic_41/usr/src/lib/storage/libg_fc/common/ |
H A D | cmd.c | 216 case KEY_NOT_READY: in cmd()
|
H A D | genf.c | 798 case KEY_NOT_READY: in g_scsi_printerr()
|
/titanic_41/usr/src/uts/common/sys/scsi/generic/ |
H A D | sense.h | 151 #define KEY_NOT_READY 0x02 macro
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 295 case KEY_NOT_READY: in scsi_printerr() 487 case KEY_NOT_READY: in issue_uscsi_cmd()
|
/titanic_41/usr/src/cmd/smserverd/ |
H A D | smediad.c | 840 if ((rq_data[2] == KEY_NOT_READY) && (rq_data[12] == 0x30)) { in scsi_ls120_format() 3195 if ((rq_data[2] == KEY_NOT_READY) && in scsi_floppy_format() 3216 if ((rq_data[2] == KEY_NOT_READY) && in scsi_floppy_format()
|
/titanic_41/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_uscsi.c | 104 { "Not ready error", KEY_NOT_READY },
|
/titanic_41/usr/src/cmd/format/ |
H A D | ctlr_scsi.c | 2169 case KEY_NOT_READY: 2905 case KEY_NOT_READY:
|
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | FCHBAPort.cc | 248 case KEY_NOT_READY: in reportSense()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | ses.c | 1519 case KEY_NOT_READY: in ses_decode_sense()
|
H A D | st.c | 367 { KEY_NOT_READY, 0x53, 0x00}, 5928 ((un->un_status == KEY_NOT_READY) && in st_do_mtioctop() 9441 case KEY_NOT_READY: in st_media_watch_cb() 9466 case KEY_NOT_READY: in st_media_watch_cb() 9478 case KEY_NOT_READY: in st_media_watch_cb() 9500 case KEY_NOT_READY: in st_media_watch_cb() 11185 case KEY_NOT_READY: in st_decode_sense() 17628 if (un->un_status == KEY_NOT_READY || un->un_mediastate == MTIO_EJECTED) in st_test_path_to_device()
|
H A D | sd.c | 17801 case KEY_NOT_READY: 20549 case KEY_NOT_READY: 20871 KEY_NOT_READY) && 24036 } else if (skey == KEY_NOT_READY) { 26475 (scsi_sense_key(sensep) == KEY_NOT_READY) &&
|
/titanic_41/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_subr.c | 185 (scsi_sense_key(sensep) == KEY_NOT_READY) && in scsi_poll()
|
/titanic_41/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 2564 return (sata_txlt_check_condition(spx, KEY_NOT_READY, in sata_scsi_start() 4114 return (sata_txlt_check_condition(spx, KEY_NOT_READY, in sata_txlt_test_unit_ready() 4127 sense->es_key = KEY_NOT_READY; in sata_txlt_test_unit_ready() 7687 sense_key = KEY_NOT_READY; in sata_txlt_apt_completion() 7777 sense_key = KEY_NOT_READY; in sata_txlt_unmap_completion()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 2622 (skey == KEY_NOT_READY)) { in vhci_do_prout() 7435 KEY_NOT_READY)) { in vhci_do_scsi_cmd()
|
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 4478 if (arqp->sts_sensedata.es_key == KEY_NOT_READY) { in scsa2usb_complete_arq_pkt()
|
/titanic_41/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 3666 if (sense->es_key == KEY_NOT_READY) in sf_reportlun_callback()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 6801 if ((sense->es_key == KEY_NOT_READY) && (sense->es_add_code == 0x04)) { in fcp_check_reportlun()
|