Searched refs:sg_io_hdr (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/include/scsi/ |
H A D | pr-manager.h | 14 struct sg_io_hdr; 31 int (*run)(PRManager *pr_mgr, int fd, struct sg_io_hdr *hdr); 37 struct sg_io_hdr *hdr);
|
/openbmc/linux/include/scsi/ |
H A D | scsi_ioctl.h | 23 struct sg_io_hdr; 50 int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp); 51 int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp);
|
H A D | sg.h | 40 typedef struct sg_io_hdr struct 270 typedef struct sg_io_hdr Sg_io_hdr;
|
/openbmc/qemu/scsi/ |
H A D | pr-manager.c | 28 struct sg_io_hdr *hdr; 38 struct sg_io_hdr *hdr = data->hdr; in pr_manager_worker() 52 struct sg_io_hdr *hdr) in pr_manager_execute()
|
H A D | pr-manager-helper.c | 152 int fd, struct sg_io_hdr *io_hdr) in pr_manager_helper_run()
|
H A D | qemu-pr-helper.c | 137 struct sg_io_hdr io_hdr; in do_sgio_worker()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_ioctl.c | 349 struct sg_io_hdr *hdr, bool open_for_write) in scsi_fill_sghdr_rq() 372 static int scsi_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr, in scsi_complete_sghdr_rq() 410 static int sg_io(struct scsi_device *sdev, struct sg_io_hdr *hdr, in sg_io() 617 int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp) in put_sg_io_hdr() 660 int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp) in get_sg_io_hdr() 669 *hdr = (struct sg_io_hdr) { in get_sg_io_hdr() 783 struct sg_io_hdr hdr; in scsi_cdrom_send_packet() 838 struct sg_io_hdr hdr; in scsi_ioctl_sg_io()
|
H A D | sg.c | 424 if (count >= sizeof(struct sg_io_hdr)) { in get_sg_io_pack_id() 425 struct sg_io_hdr __user *hp = buf; in get_sg_io_pack_id()
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi-generic.rst | 31 It adds the sg_io_hdr interface structure.
|
/openbmc/linux/include/linux/ |
H A D | blkdev.h | 33 struct sg_io_hdr;
|
/openbmc/qemu/block/ |
H A D | file-posix.c | 4198 struct sg_io_hdr *io_hdr = buf; in hdev_co_ioctl()
|