Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dsg.h204 #define SG_GET_SCSI_ID 0x2276 /* Yields fd's bus, chan, dev, lun + type */ macro
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c716 if (blk_ioctl(s->conf.blk, SG_GET_SCSI_ID, &scsiid)) { in scsi_generic_realize()
/openbmc/qemu/block/
H A Discsi.c1019 case SG_GET_SCSI_ID: in iscsi_ioctl_handle_emulated()
H A Dfile-posix.c4085 ret = ioctl(s->fd, SG_GET_SCSI_ID, &scsiid); in hdev_is_sg()
/openbmc/linux/drivers/scsi/
H A Dsg.c972 case SG_GET_SCSI_ID: in sg_ioctl_common()