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

/systemd/src/udev/ata_id/
H A Data_id.c267 * @offset_words: Offset of the string to get, in words.
271 * Copies the ATA string from @identify located at @offset_words into @dest.
274 unsigned int offset_words,
282 c1 = identify[offset_words * 2 + 1];
283 c2 = identify[offset_words * 2];
288 offset_words++;
294 unsigned int offset_words,
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
273 disk_identify_get_string(uint8_t identify[512], unsigned int offset_words, char *dest, size_t dest_len) argument
293 disk_identify_fixup_string(uint8_t identify[512], unsigned int offset_words, size_t len) argument
[all...]

Completed in 1320 milliseconds