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

/systemd/src/udev/ata_id/
H A Data_id.c266 * @identify: A block of IDENTIFY data
271 * Copies the ATA string from @identify located at @offset_words into @dest.
273 static void disk_identify_get_string(uint8_t identify[512], argument
282 c1 = identify[offset_words * 2 + 1];
283 c2 = identify[offset_words * 2];
293 static void disk_identify_fixup_string(uint8_t identify[512], argument
297 disk_identify_get_string(identify, offset_words,
298 (char *) identify + offset_words * 2, len);
301 static void disk_identify_fixup_uint16 (uint8_t identify[512], unsigned int offset_words) argument
305 p = (uint16_t *) identify;
414 } identify; local
[all...]

Completed in 843 milliseconds