Home
last modified time | relevance | path

Searched refs:twa_string_lookup (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A D3w-9xxx.c150 static char *twa_string_lookup(twa_message_type *table, unsigned int aen_code);
417 error_str[0] == '\0' ? twa_string_lookup(twa_aen_table, aen) : error_str, in twa_aen_queue_event()
1009 error_str[0] ? error_str : twa_string_lookup(twa_error_table, error), in twa_fill_sense()
1014 error_str[0] ? error_str : twa_string_lookup(twa_error_table, error), in twa_fill_sense()
1961 static char *twa_string_lookup(twa_message_type *table, unsigned int code) in twa_string_lookup() function