Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c153 emlxs_table_t emlxs_fcf_reason_table[] = variable
2126 count = sizeof (emlxs_fcf_reason_table) / sizeof (emlxs_table_t); in emlxs_fcf_reason_xlate()
2128 if (reason == emlxs_fcf_reason_table[i].code) { in emlxs_fcf_reason_xlate()
2129 return (emlxs_fcf_reason_table[i].string); in emlxs_fcf_reason_xlate()