Home
last modified time | relevance | path

Searched refs:sg_io_hdr (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/cam/scsi/
HDscsi_sg.h31 #define SG_IO _IOWR(SGIOC, 0x85, struct sg_io_hdr)
37 struct sg_io_hdr { struct
HDscsi_sg.c94 struct sg_io_hdr io_hdr;
508 struct sg_io_hdr *req; in sgioctl()
541 req = (struct sg_io_hdr *)arg; in sgioctl()
/freebsd-11-stable/sys/compat/freebsd32/
HDfreebsd32_ioctl.c353 struct sg_io_hdr io; in freebsd32_ioctl_sg()
/freebsd-11-stable/sys/compat/linux/
HDlinux_ioctl.c2696 struct sg_io_hdr io; in linux_ioctl_sg_io()