Home
last modified time | relevance | path

Searched refs:SG_GET_VERSION_NUM (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/
H A Deject-2.1.1-verbose.patch12 if ((ioctl(fd, SG_GET_VERSION_NUM, &k) < 0) || (k < 30000)) {
/openbmc/linux/include/scsi/
H A Dsg.h223 #define SG_GET_VERSION_NUM 0x2282 /* Example: version 2.1.34 yields 20134 */ macro
/openbmc/linux/block/
H A Dbsg.c124 case SG_GET_VERSION_NUM: in bsg_ioctl()
/openbmc/linux/Documentation/scsi/
H A Dscsi-generic.rst93 - lk 2.2.10 : sg version 2.1.34 [SG_GET_VERSION_NUM ioctl first appeared]
/openbmc/linux/drivers/scsi/
H A Dscsi_ioctl.c886 case SG_GET_VERSION_NUM: in scsi_ioctl()
H A Dsg.c1067 case SG_GET_VERSION_NUM: in sg_ioctl_common()
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c702 rc = blk_ioctl(s->conf.blk, SG_GET_VERSION_NUM, &sg_version); in scsi_generic_realize()
H A Dscsi-disk.c2798 rc = blk_ioctl(s->qdev.conf.blk, SG_GET_VERSION_NUM, &sg_version); in scsi_block_realize()
/openbmc/qemu/block/
H A Discsi.c1016 case SG_GET_VERSION_NUM: in iscsi_ioctl_handle_emulated()
H A Dfile-posix.c4080 ret = ioctl(s->fd, SG_GET_VERSION_NUM, &sg_version); in hdev_is_sg()