Searched refs:ztest_shared_opts (Results 1 – 1 of 1) sorted by relevance
167 typedef struct ztest_shared_opts { struct266 static ztest_shared_opts_t *ztest_shared_opts; variable7966 ztest_shared_opts = (void *)&buf[offset]; in setup_data()8152 memcpy(ztest_shared_opts, &ztest_opts, in main()8153 sizeof (*ztest_shared_opts)); in main()8157 memcpy(&ztest_opts, ztest_shared_opts, sizeof (ztest_opts)); in main()