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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Derror.c87 int num_errors,
101 et->table->n_msgs = num_errors;
85 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dnewfs_udf.c826 int error, num_errors; local
840 num_errors = 0;
856 num_errors ++;
862 num_errors = 0;
878 num_errors ++;
882 printf("Scan complete : %d bad blocks found\n", num_errors);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic7xxx.c99 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors); variable
408 for (i = 0; error != 1 && i < num_errors; i++)
H A Daic79xx.c90 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
855 for (i = 0; i < num_errors; i++) {

Completed in 107 milliseconds