Searched refs:total_errors (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema_test.c | 88 (handle->max_errors == total_errors)) {\ 90 error_summary(handle, total_errors);\ 96 error_summary(mtest_handle_t handle, uint_t total_errors) in error_summary() argument 100 (void) sprintf(msgbuf, err_sum, total_errors); in error_summary() 138 uint_t total_errors; in memory_test_normal() local 153 total_errors = 0; in memory_test_normal() 189 total_errors++; in memory_test_normal() 200 handle, pageno, &total_errors); in memory_test_normal() 231 total_errors++; in memory_test_normal() 238 handle, pageno, &total_errors); in memory_test_normal() [all …]
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfssubr.c | 1410 void *data, off_t offset __unused, uint64_t bytes, int total_errors, in vdev_raidz_combrec() argument 1420 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec() 1427 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec() 1569 int total_errors; in vdev_raidz_read() local 1623 total_errors = 0; in vdev_raidz_read() 1642 total_errors++; in vdev_raidz_read() 1665 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_read() 1787 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_read() 1789 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_read() 1791 total_errors, data_errors)) != 0) { in vdev_raidz_read()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 642 int error = 0, total_errors = 0; in cycle_logs() local 663 total_errors += error; in cycle_logs() 676 total_errors += error; in cycle_logs() 685 return (total_errors); in cycle_logs()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz.c | 2051 vdev_raidz_combrec(zio_t *zio, int total_errors, int data_errors) in vdev_raidz_combrec() argument 2061 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec() 2068 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec() 2235 int total_errors = 0; in vdev_raidz_io_done() local 2259 total_errors++; in vdev_raidz_io_done() 2277 if (total_errors > rm->rm_firstdatacol) in vdev_raidz_io_done() 2301 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_io_done() 2416 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_io_done() 2419 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_io_done() 2420 (code = vdev_raidz_combrec(zio, total_errors, data_errors)) != 0) { in vdev_raidz_io_done()
|
H A D | spa.c | 6774 int total_errors = 0; local 6801 total_errors++; 6814 return (total_errors); 6894 int total_errors = 0; local 6921 total_errors++; 6934 return (total_errors);
|
H A D | zfs_ioctl.c | 4042 int total_errors = spa_vdev_initialize(spa, vdev_guids, cmd_type, in zfs_ioc_pool_initialize() local 4052 return (total_errors > 0 ? EINVAL : 0); in zfs_ioc_pool_initialize() 4128 int total_errors = spa_vdev_trim(spa, vdev_guids, cmd_type, in zfs_ioc_pool_trim() local 4137 return (total_errors > 0 ? EINVAL : 0); in zfs_ioc_pool_trim()
|