Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_sg.h29 #define SG_IO _IOWR(SGIOC, 0x85, struct sg_io_hdr) macro
H A Dscsi_sg.c533 case SG_IO: in sgioctl()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c156 if ((error = fo_ioctl(fp, SG_IO, (caddr_t)&io, td->td_ucred, td)) != 0) in freebsd32_ioctl_sg()
/freebsd/sys/contrib/openzfs/cmd/zpool/os/linux/
H A Dzpool_vdev_os.c243 error = ioctl(fd, SG_IO, (unsigned long) &io_hdr); in check_sector_size_database()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2539 if ((error = fo_ioctl(fp, SG_IO, (caddr_t)&io, td->td_ucred, td)) != 0) in linux_ioctl_sg_io()
2588 args->cmd = SG_IO; in linux_ioctl_sg()