Home
last modified time | relevance | path

Searched refs:TYPE_NO_LUN (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/scsi/
H A Dconstants.h225 #define TYPE_NO_LUN 0x7f macro
/openbmc/linux/include/scsi/
H A Dscsi_proto.h255 #define TYPE_NO_LUN 0x7f macro
/openbmc/linux/drivers/target/
H A Dtarget_core_pscsi.c993 return (sd) ? sd->type : TYPE_NO_LUN; in pscsi_get_device_type()
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c648 r->buf[0] = TYPE_NO_LUN; in scsi_target_emulate_inquiry()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c1061 buf[0] = TYPE_NO_LUN; /* Unsupported, no device-type */ in do_inquiry()