1ATA_TASK_IOCTL(9) libata SCSI translation/emulat ATA_TASK_IOCTL(9)
23
4
NAME
6ata_task_ioctl - Handler for HDIO_DRIVE_TASK ioctl
7
SYNOPSIS
9int ata_task_ioctl(struct scsi_device * scsidev, void __user * arg);
10
ARGUMENTS
12scsidev
13Device to which we are issuing command
1415
arg
16User provided data for issuing command
17
LOCKING
19Defined by the SCSI layer. We donĀ“t really care.
20
RETURNS
22Zero on success, negative errno on error.
23
AUTHOR
25Jeff Garzik
26Author.
27
COPYRIGHT
29Kernel Hackers Manual 2.6. June 2019 ATA_TASK_IOCTL(9)