Searched refs:disk_identify_fixup_uint16 (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/ata_id/
H A Data_id.c301 static void disk_identify_fixup_uint16 (uint8_t identify[512], unsigned int offset_words) function
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(identif
[all...]

Completed in 232 milliseconds