Lines Matching refs:error_count
505 int error_count = 0; in read_psi_stats() local
527 error_count++; in read_psi_stats()
535 error_count++; in read_psi_stats()
542 error_count++; in read_psi_stats()
555 error_count++; in read_psi_stats()
563 error_count++; in read_psi_stats()
570 error_count++; in read_psi_stats()
583 error_count++; in read_psi_stats()
591 error_count++; in read_psi_stats()
598 error_count++; in read_psi_stats()
611 error_count++; in read_psi_stats()
618 error_count++; in read_psi_stats()
622 if (error_count > 0) { in read_psi_stats()
623 fprintf(stderr, "PSI stats reading completed with %d warnings\n", error_count); in read_psi_stats()
624 return error_count; in read_psi_stats()