HomeSort by: relevance | last modified time | path
    Searched refs:num_errors (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/newfs_udf/
udf_core.c 1765 int error, num_errors; local in function:udf_surface_check
1782 num_errors = 0;
1799 num_errors ++;
1805 num_errors = 0;
1821 num_errors ++;
1825 printf("Scan complete : %d bad blocks found\n", num_errors);
  /src/sys/dev/ic/
aic7xxx.c 99 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors);
408 for (i = 0; error != 1 && i < num_errors; i++)
aic79xx.c 90 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors);
855 for (i = 0; i < num_errors; i++) {

Completed in 24 milliseconds