raidz_test_opts_t
raidz_test_opts_t *o = &rto_opts;
cmp_code(raidz_test_opts_t *opts, const raidz_map_t *rm, const int parity)
cmp_data(raidz_test_opts_t *opts, raidz_map_t *rm)
init_raidz_golden_map(raidz_test_opts_t *opts, const int parity)
init_raidz_map(raidz_test_opts_t *opts, zio_t **zio, const int parity)
run_gen_check(raidz_test_opts_t *opts)
run_rec_check_impl(raidz_test_opts_t *opts, raidz_map_t *rm, const int fn)
raidz_test_opts_t rto_opts;
run_rec_check(raidz_test_opts_t *opts)
static void print_opts(raidz_test_opts_t *opts, boolean_t force)
run_test(raidz_test_opts_t *opts)
static raidz_test_opts_t failed_opts;
raidz_test_opts_t *opts = (raidz_test_opts_t *)arg;
memcpy(&failed_opts, opts, sizeof (raidz_test_opts_t));
umem_free(opts, sizeof (raidz_test_opts_t));
raidz_test_opts_t *opts;
opts = umem_zalloc(sizeof (raidz_test_opts_t), UMEM_NOFAIL);
const raidz_test_opts_t *o = &rto_opts_defaults;
static const raidz_test_opts_t rto_opts_defaults = {
extern raidz_test_opts_t rto_opts;