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

/drivers/scsi/
H A Dconstants.c483 static const struct error_info additional[] = variable in typeref:struct:error_info
485 {0x0000, "No additional sense information"},
547 {0x041C, "Logical unit not ready, additional power use not yet "
1348 * Get additional sense code string or NULL if not available.
1357 for (i = 0; additional[i].text; i++)
1358 if (additional[i].code12 == code)
1359 return additional[i].text;

Completed in 101 milliseconds