Lines Matching refs:zo_alt_ztest
146 char zo_alt_ztest[MAXNAMELEN]; member
169 .zo_alt_ztest = { '\0' },
750 (void) snprintf(zo->zo_alt_ztest, sizeof (zo->zo_alt_ztest), in process_options()
755 if (0 != access(zo->zo_alt_ztest, X_OK)) { in process_options()
758 zo->zo_alt_ztest); in process_options()
6202 hasalt = (strlen(ztest_opts.zo_alt_ztest) != 0); in main()
6217 if (strlen(ztest_opts.zo_alt_ztest) != 0) { in main()
6220 "initialization: %s\n", ztest_opts.zo_alt_ztest); in main()
6222 VERIFY(!exec_child(ztest_opts.zo_alt_ztest, in main()
6274 ztest_opts.zo_alt_ztest); in main()
6277 killed = exec_child(ztest_opts.zo_alt_ztest, in main()
6347 ztest_opts.zo_alt_ztest); in main()