Searched refs:total_errors (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema_test.c | 90 (handle->max_errors == total_errors)) {\ 92 error_summary(handle, total_errors);\ 98 error_summary(mtest_handle_t handle, uint_t total_errors) argument 102 (void) sprintf(msgbuf, err_sum, total_errors); 140 uint_t total_errors; local 155 total_errors = 0; 191 total_errors++; 202 handle, pageno, &total_errors); 233 total_errors++; 240 handle, pageno, &total_errors); 295 uint_t total_errors; local 424 uint_t total_errors; local [all...] |
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 644 int error = 0, total_errors = 0; local 665 total_errors += error; 678 total_errors += error; 687 return (total_errors);
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfssubr.c | 1369 off_t offset, uint64_t bytes, int total_errors, int data_errors) 1378 ASSERT(total_errors < rm->rm_firstdatacol); 1385 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { 1523 int total_errors; local 1575 total_errors = 0; 1594 total_errors++; 1617 if (total_errors <= rm->rm_firstdatacol - parity_untried) { 1735 if (total_errors > rm->rm_firstdatacol) { 1737 } else if (total_errors < rm->rm_firstdatacol && 1739 total_errors, data_error 1368 vdev_raidz_combrec(raidz_map_t *rm, const blkptr_t *bp, void *data, off_t offset, uint64_t bytes, int total_errors, int data_errors) argument [all...] |
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz.c | 1920 vdev_raidz_combrec(zio_t *zio, int total_errors, int data_errors) argument 1930 ASSERT(total_errors < rm->rm_firstdatacol); 1937 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { 2099 int total_errors = 0; local 2123 total_errors++; 2141 if (total_errors > rm->rm_firstdatacol) 2165 if (total_errors <= rm->rm_firstdatacol - parity_untried) { 2282 if (total_errors > rm->rm_firstdatacol) { 2285 } else if (total_errors < rm->rm_firstdatacol && 2286 (code = vdev_raidz_combrec(zio, total_errors, data_error [all...] |
Completed in 71 milliseconds