/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-pci-devices-cciss | 5 Description: Displays the SCSI INQUIRY page 0 model for logical drive 12 Description: Displays the SCSI INQUIRY page 0 revision for logical 19 Description: Displays the SCSI INQUIRY page 83 serial number for logical 26 Description: Displays the SCSI INQUIRY page 0 vendor for logical drive
|
/openbmc/linux/drivers/usb/storage/ |
H A D | protocol.c | 84 case INQUIRY: in usb_stor_ufi_command()
|
H A D | debug.c | 58 case INQUIRY: what = "INQUIRY"; break; in usb_stor_show_command()
|
H A D | transport.c | 697 (srb->cmnd[0] == INQUIRY) || in usb_stor_invoke_transport() 1029 srb->cmnd[0] == INQUIRY) in usb_stor_CB_transport() 1291 ((srb->cmnd[0] == INQUIRY && in usb_stor_Bulk_transport()
|
H A D | freecom.c | 335 case INQUIRY: in freecom_transport()
|
H A D | isd200.c | 661 (srb->cmnd[0] == INQUIRY) || in isd200_invoke_transport() 1243 case INQUIRY: in isd200_scsi_to_ata()
|
H A D | jumpshot.c | 494 if (srb->cmnd[0] == INQUIRY) { in jumpshot_transport()
|
H A D | datafab.c | 568 if (srb->cmnd[0] == INQUIRY) { in datafab_transport()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-generic.c | 297 r->req.cmd.buf[0] == INQUIRY && in scsi_read_complete() 346 if (r->req.cmd.buf[0] == INQUIRY) { in scsi_read_complete() 571 cmd[0] = INQUIRY; in scsi_generic_set_vpd_bl_emulation() 607 cmd[0] = INQUIRY; in scsi_generic_read_device_identification()
|
H A D | scsi-bus.c | 676 buf[0] != INQUIRY && buf[0] != REQUEST_SENSE) { in scsi_target_send_command() 687 case INQUIRY: in scsi_target_send_command() 824 (buf[0] != INQUIRY && in scsi_req_new() 875 case INQUIRY: in scsi_req_new() 1182 case INQUIRY: in scsi_req_xfer()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | coex.h | 109 BT_MBOX(2, INQUIRY, 4, 1),
|
/openbmc/qemu/include/scsi/ |
H A D | constants.h | 43 #define INQUIRY 0x12 macro
|
/openbmc/linux/include/scsi/ |
H A D | scsi_proto.h | 32 #define INQUIRY 0x12 macro
|
/openbmc/linux/drivers/target/ |
H A D | target_core_ua.c | 66 case INQUIRY: in target_scsi3_ua_check()
|
H A D | target_core_pscsi.c | 192 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_serial() 227 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_device_ident()
|
H A D | target_core_alua.c | 527 case INQUIRY: in core_alua_state_standby() 580 case INQUIRY: in core_alua_state_unavailable() 617 case INQUIRY: in core_alua_state_transition()
|
H A D | target_core_spc.c | 1877 .opcode = INQUIRY, 1879 .usage_bits = {INQUIRY, 0x01, 0xff, 0xff, 2342 case INQUIRY: in spc_parse_cdb()
|
/openbmc/linux/include/trace/events/ |
H A D | target.h | 31 scsi_opcode_name(INQUIRY), \
|
H A D | scsi.h | 29 scsi_opcode_name(INQUIRY), \
|
/openbmc/qemu/scsi/ |
H A D | utils.c | 473 [ INQUIRY ] = "INQUIRY", in scsi_command_name()
|
/openbmc/qemu/hw/ufs/ |
H A D | lu.c | 212 case INQUIRY: in ufs_emulate_scsi_cmd()
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.sym53c8xx_2 | 53 Also move the code that sniffes INQUIRY to sym_misc.c.
|
H A D | ChangeLog.sym53c8xx | 7 - Check that we received at least 8 bytes of INQUIRY response 403 - If INQUIRY came from a scatter list, the driver looked into 565 - Add additional checking of INQUIRY data: 566 Check INQUIRY data received length is at least 7. Byte 7 of
|
H A D | ChangeLog.ncr53c8xx | 250 - Add additional checking of INQUIRY data: 251 Check INQUIRY data received length is at least 7. Byte 7 of 302 - check INQUIRY response data format is exactly 2.
|
/openbmc/linux/drivers/scsi/ |
H A D | megaraid.c | 676 case INQUIRY: in mega_build_cmd() 981 case INQUIRY: in mega_prepare_passthru() 1044 case INQUIRY: in mega_prepare_extpassthru() 1550 if( cmd->cmnd[0] == INQUIRY && !islogical ) { in mega_cmd_done() 4009 pthru->cdb[0] = INQUIRY; in mega_internal_dev_inquiry()
|