Searched refs:error_found (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/edac/ |
D | e752x_edac.c | 380 u32 sec1_add, u16 sec1_syndrome, int *error_found, in process_ce() argument 383 *error_found = 1; in process_ce() 438 u32 ded_add, u32 scrb_add, int *error_found, in process_ue() argument 441 *error_found = 1; in process_ue() 448 int *error_found, int handle_error) in process_ue_no_info_wr() argument 450 *error_found = 1; in process_ue_no_info_wr() 481 u32 retry_add, int *error_found, in process_ded_retry() argument 484 *error_found = 1; in process_ded_retry() 491 int *error_found, int handle_error) in process_threshold_ce() argument 493 *error_found = 1; in process_threshold_ce() [all …]
|
D | amd76x_edac.c | 135 int error_found; in amd76x_process_error_info() local 138 error_found = 0; in amd76x_process_error_info() 144 error_found = 1; in amd76x_process_error_info() 159 error_found = 1; in amd76x_process_error_info() 170 return error_found; in amd76x_process_error_info()
|
D | r82600_edac.c | 163 int error_found; in r82600_process_error_info() local 167 error_found = 0; in r82600_process_error_info() 179 error_found = 1; in r82600_process_error_info() 190 error_found = 1; in r82600_process_error_info() 201 return error_found; in r82600_process_error_info()
|
D | e7xxx_edac.c | 289 int error_found; in e7xxx_process_error_info() local 291 error_found = 0; in e7xxx_process_error_info() 295 error_found = 1; in e7xxx_process_error_info() 302 error_found = 1; in e7xxx_process_error_info() 309 error_found = 1; in e7xxx_process_error_info() 320 error_found = 1; in e7xxx_process_error_info() 330 return error_found; in e7xxx_process_error_info()
|
D | i82443bxgx_edac.c | 147 int error_found = 0; in i82443bxgx_edacmc_process_error_info() local 157 error_found = 1; in i82443bxgx_edacmc_process_error_info() 166 error_found = 1; in i82443bxgx_edacmc_process_error_info() 174 return error_found; in i82443bxgx_edacmc_process_error_info()
|
/linux-4.1.27/block/partitions/ |
D | efi.c | 492 int error_found = 0; in compare_gpts() local 500 error_found++; in compare_gpts() 507 error_found++; in compare_gpts() 515 error_found++; in compare_gpts() 523 error_found++; in compare_gpts() 527 error_found++; in compare_gpts() 535 error_found++; in compare_gpts() 543 error_found++; in compare_gpts() 551 error_found++; in compare_gpts() 558 error_found++; in compare_gpts() [all …]
|