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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c141 typedef struct ztest_shared_opts { struct
192 static ztest_shared_opts_t *ztest_shared_opts; variable
6083 ztest_shared_opts = (void *)&buf[offset];
6217 bcopy(&ztest_opts, ztest_shared_opts,
6218 sizeof (*ztest_shared_opts));
6222 bcopy(ztest_shared_opts, &ztest_opts, sizeof (ztest_opts));

Completed in 73 milliseconds