centos man page for ata_id_string

Query: ata_id_string

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ATA_ID_STRING(9)						  libata Library						  ATA_ID_STRING(9)

NAME
ata_id_string - Convert IDENTIFY DEVICE page into string
SYNOPSIS
void ata_id_string(const u16 * id, unsigned char * s, unsigned int ofs, unsigned int len);
ARGUMENTS
id IDENTIFY DEVICE results we will examine s string into which data is output ofs offset into identify device page len length of string to return. must be an even number.
DESCRIPTION
The strings in the IDENTIFY DEVICE page are broken up into 16-bit chunks. Run through the string, and output each 8-bit chunk linearly, regardless of platform.
LOCKING
caller.
AUTHOR
Jeff Garzik Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ATA_ID_STRING(9)
Related Man Pages
sg_sat_set_features(8) - centos
sg_sat_identify(8) - debian
sg_vpd(8) - debian
sg_scan(8) - suse
sg_vpd(8) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
DB2 convert digits to binary format
Docker learning Phase-I