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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c144 char zo_alt_ztest[MAXNAMELEN]; member in struct:ztest_shared_opts
167 .zo_alt_ztest = { '\0' },
754 (void) snprintf(zo->zo_alt_ztest, sizeof (zo->zo_alt_ztest),
759 if (0 != access(zo->zo_alt_ztest, X_OK)) {
762 zo->zo_alt_ztest);
6246 hasalt = (strlen(ztest_opts.zo_alt_ztest) != 0);
6261 if (strlen(ztest_opts.zo_alt_ztest) != 0) {
6264 "initialization: %s\n", ztest_opts.zo_alt_ztest);
6266 VERIFY(!exec_child(ztest_opts.zo_alt_ztest,
[all...]

Completed in 74 milliseconds