ztest_shared_opts
static ztest_shared_opts_t *ztest_shared_opts;
ztest_shared_opts = (void *)&buf[offset];
bcopy(&ztest_opts, ztest_shared_opts,
sizeof (*ztest_shared_opts));
bcopy(ztest_shared_opts, &ztest_opts, sizeof (ztest_opts));