Searched refs:total_errors (Results 1 – 3 of 3) sorted by relevance
/titanic_41/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) in error_summary() argument 102 (void) sprintf(msgbuf, err_sum, total_errors); in error_summary() 140 uint_t total_errors; in memory_test_normal() local 155 total_errors = 0; in memory_test_normal() 191 total_errors++; in memory_test_normal() 202 handle, pageno, &total_errors); in memory_test_normal() 233 total_errors++; in memory_test_normal() 240 handle, pageno, &total_errors); in memory_test_normal() [all …]
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 644 int error = 0, total_errors = 0; in cycle_logs() local 665 total_errors += error; in cycle_logs() 678 total_errors += error; in cycle_logs() 687 return (total_errors); in cycle_logs()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz.c | 1928 vdev_raidz_combrec(zio_t *zio, int total_errors, int data_errors) in vdev_raidz_combrec() argument 1938 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec() 1945 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec() 2107 int total_errors = 0; in vdev_raidz_io_done() local 2131 total_errors++; in vdev_raidz_io_done() 2149 if (total_errors > rm->rm_firstdatacol) in vdev_raidz_io_done() 2173 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_io_done() 2290 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_io_done() 2293 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_io_done() 2294 (code = vdev_raidz_combrec(zio, total_errors, data_errors)) != 0) { in vdev_raidz_io_done()
|