Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c662 emlxs_table_t emlxs_error_table[] = { variable
11326 count = sizeof (emlxs_error_table) / sizeof (emlxs_table_t); in emlxs_error_xlate()
11328 if (errno == emlxs_error_table[i].code) { in emlxs_error_xlate()
11329 return (emlxs_error_table[i].string); in emlxs_error_xlate()