Home
last modified time | relevance | path

Searched refs:SG_IO (Results 1 – 15 of 15) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/
H A Deject-timeout.patch17 status = ioctl(fd, SG_IO, (void *)&io_hdr);
/openbmc/linux/include/scsi/
H A Dsg.h238 #define SG_IO 0x2285 /* similar effect as write() followed by read() */ macro
/openbmc/linux/block/
H A Dbsg.c150 case SG_IO: in bsg_ioctl()
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c139 r->req.aiocb = blk_aio_ioctl(blk, SG_IO, &r->io_header, complete, r); in execute_command()
546 ret = blk_ioctl(blk, SG_IO, &io_header); in scsi_SG_IO_FROM_DEV()
H A Dscsi-disk.c2954 aiocb = blk_aio_ioctl(s->qdev.conf.blk, SG_IO, io_header, scsi_block_sgio_complete, req); in scsi_block_do_sgio()
/openbmc/ipmitool/src/plugins/usb/
H A Dusb.c202 if (ioctl(cd_desc, SG_IO, &io_hdr) < 0) { in sendscsicmd_SGIO()
/openbmc/linux/drivers/block/aoe/
H A Daoeblk.c309 if (cmd != SG_IO) in aoeblk_ioctl()
/openbmc/linux/Documentation/scsi/
H A Dufs.rst166 send SG_IO with the applicable sg_io_v4::
/openbmc/linux/drivers/scsi/
H A Dscsi_ioctl.c898 case SG_IO: in scsi_ioctl()
H A Dsg.c933 case SG_IO: in sg_ioctl_common()
H A Dst.c3828 case SG_IO: in st_ioctl()
/openbmc/qemu/scsi/
H A Dqemu-pr-helper.c153 ret = ioctl(data->fd, SG_IO, &io_hdr); in do_sgio_worker()
/openbmc/qemu/block/
H A Discsi.c1049 if (req != SG_IO) { in iscsi_aio_ioctl()
H A Dfile-posix.c4197 if (req == SG_IO && s->pr_mgr) { in hdev_co_ioctl()
/openbmc/qemu/qapi/
H A Dblock-core.json3221 # commands via SG_IO; since 2.11)