Lines Matching refs:byte

124                  * ATA Pass-Through 12 byte command, as described in
130 [0] = 0xa1, /* OPERATION CODE: 12 byte pass through */
194 * ATA Pass-Through 16 byte command, as described in
200 [0] = 0x85, /* OPERATION CODE: 16 byte pass through */
412 uint8_t byte[512];
468 if (disk_identify(udev, fd, identify.byte, &is_packet_device) == 0) {
473 disk_identify_fixup_string(identify.byte, 10, 20); /* serial */
474 disk_identify_fixup_string(identify.byte, 23, 8); /* fwrev */
475 disk_identify_fixup_string(identify.byte, 27, 40); /* model */
476 disk_identify_fixup_uint16(identify.byte, 0); /* configuration */
477 disk_identify_fixup_uint16(identify.byte, 75); /* queue depth */
478 disk_identify_fixup_uint16(identify.byte, 76); /* SATA capabilities */
479 disk_identify_fixup_uint16(identify.byte, 82); /* command set supported */
480 disk_identify_fixup_uint16(identify.byte, 83); /* command set supported */
481 disk_identify_fixup_uint16(identify.byte, 84); /* command set supported */
482 disk_identify_fixup_uint16(identify.byte, 85); /* command set supported */
483 disk_identify_fixup_uint16(identify.byte, 86); /* command set supported */
484 disk_identify_fixup_uint16(identify.byte, 87); /* command set supported */
485 disk_identify_fixup_uint16(identify.byte, 89); /* time required for SECURITY ERASE UNIT */
486 disk_identify_fixup_uint16(identify.byte, 90); /* time required for enhanced SECURITY ERASE UNIT */
487 disk_identify_fixup_uint16(identify.byte, 91); /* current APM values */
488 disk_identify_fixup_uint16(identify.byte, 94); /* current AAM value */
489 disk_identify_fixup_uint16(identify.byte, 108); /* WWN */
490 disk_identify_fixup_uint16(identify.byte, 109); /* WWN */
491 disk_identify_fixup_uint16(identify.byte, 110); /* WWN */
492 disk_identify_fixup_uint16(identify.byte, 111); /* WWN */
493 disk_identify_fixup_uint16(identify.byte, 128); /* device lock function */
494 disk_identify_fixup_uint16(identify.byte, 217); /* nominal media rotation rate */
495 memcpy(&id, identify.byte, sizeof id);