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

/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c143 typedef struct ztest_shared_opts { struct
194 static ztest_shared_opts_t *ztest_shared_opts; variable
6075 ztest_shared_opts = (void *)&buf[offset];
6213 bcopy(&ztest_opts, ztest_shared_opts,
6214 sizeof (*ztest_shared_opts));
6218 bcopy(ztest_shared_opts, &ztest_opts, sizeof (ztest_opts));

Completed in 101 milliseconds