ztest_shared_opts_t
static const ztest_shared_opts_t ztest_opts_defaults = {
static ztest_shared_opts_t *ztest_shared_opts;
static ztest_shared_opts_t ztest_opts;
ztest_shared_opts_t *zo = &ztest_opts;
ztest_shared_opts_t *zo = &ztest_opts;
const ztest_shared_opts_t *zo = &ztest_opts_defaults;
ztest_parse_name_value(const char *input, ztest_shared_opts_t *zo)
ztest_shared_opts_t *zo = &ztest_opts;
hdr->zh_opts_size = sizeof (ztest_shared_opts_t);