Searched defs:byte (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/ata_id/
H A Data_id.c124 * 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]; member in union:__anon328
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,
[all...]

Completed in 48 milliseconds