Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c164 char zo_alt_ztest[MAXNAMELEN]; member
193 .zo_alt_ztest = { '\0' },
1018 (void) snprintf(zo->zo_alt_ztest, sizeof (zo->zo_alt_ztest), in process_options()
1023 if (0 != access(zo->zo_alt_ztest, X_OK)) { in process_options()
1026 zo->zo_alt_ztest); in process_options()
7823 hasalt = (strlen(ztest_opts.zo_alt_ztest) != 0); in main()
7840 if (strlen(ztest_opts.zo_alt_ztest) != 0) { in main()
7845 VERIFY(!exec_child(ztest_opts.zo_alt_ztest, in main()
7897 ztest_opts.zo_alt_ztest); in main()
7900 killed = exec_child(ztest_opts.zo_alt_ztest, in main()
[all …]