Searched refs:total_errors (Results 1 – 4 of 4) sorted by relevance
| /titanic_53/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_53/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) in vdev_raidz_combrec() argument 1378 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec() 1385 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec() 1523 int total_errors; in vdev_raidz_read() local 1575 total_errors = 0; in vdev_raidz_read() 1594 total_errors++; in vdev_raidz_read() 1617 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_read() 1735 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_read() 1737 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_read() 1739 total_errors, data_errors)) != 0) { in vdev_raidz_read()
|
| /titanic_53/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_53/usr/src/uts/common/fs/zfs/ |
| H A D | vdev_raidz.c | 1929 vdev_raidz_combrec(zio_t *zio, int total_errors, int data_errors) in vdev_raidz_combrec() argument 1939 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec() 1946 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec() 2108 int total_errors = 0; in vdev_raidz_io_done() local 2132 total_errors++; in vdev_raidz_io_done() 2150 if (total_errors > rm->rm_firstdatacol) in vdev_raidz_io_done() 2174 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_io_done() 2291 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_io_done() 2294 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_io_done() 2295 (code = vdev_raidz_combrec(zio, total_errors, data_errors)) != 0) { in vdev_raidz_io_done()
|