Searched refs:sbdp_error_matrix (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_error.c87 #define SBDP_IE_DEFINED 2 /* Returns value from sbdp_error_matrix */
111 static error_matrix_t sbdp_error_matrix[] = { variable
210 if (entry >= sbdp_error_matrix[index].num_entries) {
227 sbdp_error_matrix[index].entries[entry] = value;
245 for (i = 0; sbdp_error_matrix[i].func_name != NULL; i++)
247 sbdp_error_matrix[i].entries[j] = 0;
290 if (entry >= sbdp_error_matrix[index].num_entries) {
295 value = sbdp_error_matrix[index].entries[entry];
319 for (i = 0; (name = sbdp_error_matrix[i].func_name) != NULL; i++) {

Completed in 56 milliseconds