Searched refs:ztest_shared_opts (Results 1 – 1 of 1) sorted by relevance
142 typedef struct ztest_shared_opts { struct192 static ztest_shared_opts_t *ztest_shared_opts; variable6012 ztest_shared_opts = (void *)&buf[offset]; in setup_data()6146 bcopy(&ztest_opts, ztest_shared_opts, in main()6147 sizeof (*ztest_shared_opts)); in main()6151 bcopy(ztest_shared_opts, &ztest_opts, sizeof (ztest_opts)); in main()