Searched defs:zo_init (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c158 int zo_init; member in struct:ztest_shared_opts
180 .zo_init = 1,
596 zo->zo_init, /* -i */
668 zo->zo_init = value;
692 zo->zo_init = 0;
6166 ASSERT(ztest_opts.zo_init != 0);
6176 for (int i = 1; i <= ztest_opts.zo_init; i++) {
6179 ztest_opts.zo_init != 1) {

Completed in 79 milliseconds