Searched defs: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.c661 emlxs_table_t emlxs_error_table[] = { variable
706 }; /* emlxs_error_table */
11303 count = sizeof (emlxs_error_table) / sizeof (emlxs_table_t);
11305 if (errno == emlxs_error_table[i].code) {
11306 return (emlxs_error_table[i].string);

Completed in 65 milliseconds