Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c167 typedef struct ztest_shared_opts { struct
266 static ztest_shared_opts_t *ztest_shared_opts; variable
7966 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()