1ATA_GET_IDENTITY(9)     libata SCSI translation/emulat     ATA_GET_IDENTITY(9)
2
3
4

NAME

6       ata_get_identity - Handler for HDIO_GET_IDENTITY ioctl
7

SYNOPSIS

9       int ata_get_identity(struct ata_port * ap, struct scsi_device * sdev,
10                            void __user * arg);
11

ARGUMENTS

13       ap
14           target port
15
16       sdev
17           SCSI device to get identify data for
18
19       arg
20           User buffer area for identify data
21

LOCKING

23       Defined by the SCSI layer. We don't really care.
24

RETURNS

26       Zero on success, negative errno on error.
27

AUTHOR

29       Jeff Garzik
30           Author.
31
33Kernel Hackers Manual 3.10         June 2019               ATA_GET_IDENTITY(9)
Impressum