Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c287 typedef struct ztest_ds { struct
442 static ztest_ds_t *ztest_ds; variable
5868 ztest_ds_t *zd = &ztest_ds[id % ztest_opts.zo_datasets]; in ztest_execute()
5984 ztest_ds_t *zd = &ztest_ds[d]; in ztest_dataset_open()
6041 ztest_ds_t *zd = &ztest_ds[d]; in ztest_dataset_close()
6236 ztest_ds_t *zd = &ztest_ds[0]; in ztest_freeze()
6644 ztest_ds = umem_alloc(ztest_opts.zo_datasets * sizeof (ztest_ds_t), in main()