Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c165 typedef struct ztest_shared_opts { struct
264 static ztest_shared_opts_t *ztest_shared_opts; variable
7823 ztest_shared_opts = (void *)&buf[offset]; in setup_data()
8006 bcopy(&ztest_opts, ztest_shared_opts, in main()
8007 sizeof (*ztest_shared_opts)); in main()
8011 bcopy(ztest_shared_opts, &ztest_opts, sizeof (ztest_opts)); in main()