Searched refs:emlxs_error_table (Results 1 – 1 of 1) sorted by relevance
661 emlxs_table_t emlxs_error_table[] = { variable11303 count = sizeof (emlxs_error_table) / sizeof (emlxs_table_t); in emlxs_error_xlate()11305 if (errno == emlxs_error_table[i].code) { in emlxs_error_xlate()11306 return (emlxs_error_table[i].string); in emlxs_error_xlate()