Searched defs: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
175 }; /* emlxs_fcf_reason_table */
2126 count = sizeof (emlxs_fcf_reason_table) / sizeof (emlxs_table_t);
2128 if (reason == emlxs_fcf_reason_table[i].code) {
2129 return (emlxs_fcf_reason_table[i].string);

Completed in 106 milliseconds