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

/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c142 typedef struct ztest_shared_opts { struct
192 static ztest_shared_opts_t *ztest_shared_opts; variable
5998 ztest_shared_opts = (void *)&buf[offset];
6136 bcopy(&ztest_opts, ztest_shared_opts,
6137 sizeof (*ztest_shared_opts));
6141 bcopy(ztest_shared_opts, &ztest_opts, sizeof (ztest_opts));

Completed in 27 milliseconds