Lines Matching refs:offset_words
267 * @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)
306 p[offset_words] = le16toh (p[offset_words]);