Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_error.c111 static error_matrix_t sbdp_error_matrix[] = { variable
210 if (entry >= sbdp_error_matrix[index].num_entries) { in sbdp_passthru_inject_error()
227 sbdp_error_matrix[index].entries[entry] = value; in sbdp_passthru_inject_error()
245 for (i = 0; sbdp_error_matrix[i].func_name != NULL; i++) in sbdp_passthru_reset_error()
247 sbdp_error_matrix[i].entries[j] = 0; in sbdp_passthru_reset_error()
290 if (entry >= sbdp_error_matrix[index].num_entries) { in sbdp_inject_error()
295 value = sbdp_error_matrix[index].entries[entry]; in sbdp_inject_error()
319 for (i = 0; (name = sbdp_error_matrix[i].func_name) != NULL; i++) { in sbdp_func_lookup()