Lines Matching refs:zo_alt_ztest
143 char zo_alt_ztest[MAXNAMELEN]; member
166 .zo_alt_ztest = { '\0' },
746 (void) snprintf(zo->zo_alt_ztest, sizeof (zo->zo_alt_ztest), in process_options()
751 if (0 != access(zo->zo_alt_ztest, X_OK)) { in process_options()
754 zo->zo_alt_ztest); in process_options()
6172 hasalt = (strlen(ztest_opts.zo_alt_ztest) != 0); in main()
6187 if (strlen(ztest_opts.zo_alt_ztest) != 0) { in main()
6190 "initialization: %s\n", ztest_opts.zo_alt_ztest); in main()
6192 VERIFY(!exec_child(ztest_opts.zo_alt_ztest, in main()
6244 ztest_opts.zo_alt_ztest); in main()
6247 killed = exec_child(ztest_opts.zo_alt_ztest, in main()
6317 ztest_opts.zo_alt_ztest); in main()