Searched refs:emlxs_error_table (Results 1 – 1 of 1) sorted by relevance
662 emlxs_table_t emlxs_error_table[] = { variable11326 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()