Home
last modified time | relevance | path

Searched refs:scsi_command_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/scsi/
H A Dutils.h131 const char *scsi_command_name(uint8_t cmd);
/openbmc/qemu/scsi/
H A Dutils.c457 const char *scsi_command_name(uint8_t cmd) in scsi_command_name() function
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c2263 scsi_command_name(buf[0])); in scsi_disk_emulate_command()