Searched refs:SG_IO (Results 1 – 15 of 15) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
H A D | eject-timeout.patch | 17 status = ioctl(fd, SG_IO, (void *)&io_hdr);
|
/openbmc/linux/include/scsi/ |
H A D | sg.h | 238 #define SG_IO 0x2285 /* similar effect as write() followed by read() */ macro
|
/openbmc/linux/block/ |
H A D | bsg.c | 150 case SG_IO: in bsg_ioctl()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-generic.c | 139 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 D | scsi-disk.c | 2954 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 D | usb.c | 202 if (ioctl(cd_desc, SG_IO, &io_hdr) < 0) { in sendscsicmd_SGIO()
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoeblk.c | 309 if (cmd != SG_IO) in aoeblk_ioctl()
|
/openbmc/linux/Documentation/scsi/ |
H A D | ufs.rst | 166 send SG_IO with the applicable sg_io_v4::
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_ioctl.c | 898 case SG_IO: in scsi_ioctl()
|
H A D | sg.c | 933 case SG_IO: in sg_ioctl_common()
|
H A D | st.c | 3828 case SG_IO: in st_ioctl()
|
/openbmc/qemu/scsi/ |
H A D | qemu-pr-helper.c | 153 ret = ioctl(data->fd, SG_IO, &io_hdr); in do_sgio_worker()
|
/openbmc/qemu/block/ |
H A D | iscsi.c | 1049 if (req != SG_IO) { in iscsi_aio_ioctl()
|
H A D | file-posix.c | 4197 if (req == SG_IO && s->pr_mgr) { in hdev_co_ioctl()
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 3221 # commands via SG_IO; since 2.11)
|