Searched defs:fat_thr_error_code (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nb5000.c958 static struct mch_error_code fat_thr_error_code[] = { variable in typeref:struct:mch_error_code
978 sz = sizeof (fat_thr_error_code) / sizeof (struct mch_error_code);
981 if (err_fat_thr & fat_thr_error_code[i].error_bit) {
982 rt = fat_thr_error_code[i].intel_error_list;
983 emask_thr |= fat_thr_error_code[i].emask;

Completed in 71 milliseconds