Searched refs:ztest_ds (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c303 typedef struct ztest_ds { struct
465 static ztest_ds_t *ztest_ds; variable
6140 ztest_ds_t *zd = &ztest_ds[id % ztest_opts.zo_datasets];
6256 ztest_ds_t *zd = &ztest_ds[d];
6313 ztest_ds_t *zd = &ztest_ds[d];
6508 ztest_ds_t *zd = &ztest_ds[0];
6980 ztest_ds = umem_alloc(ztest_opts.zo_datasets * sizeof (ztest_ds_t),

Completed in 118 milliseconds