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

/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash42 "[ -- [extra ztest parameters]]\n" \
44 " This script runs ztest repeatedly with randomized arguments.\n" \
45 " If a crash is encountered, the ztest logs, any associated\n" \
48 " after the -- end-of-options marker will be passed to ztest.\n" \
53 " -f Specify working directory for ztest vdev files.\n" \
78 echo "*** ztest crash found - moving logs to $coredir/$coreid"
80 or_die /bin/mv ztest.history $dest/
81 or_die /bin/mv ztest.out $dest/
82 or_die /bin/mv $workdir/ztest* $dest/vdev/
96 echo "*** core @ $coredir/$coreid/core:" | /bin/tee -a ztest
[all...]
H A DMakefile.com26 PROG= ztest
H A Dztest.c33 * The overall design of the ztest program is as follows:
57 * testing is enabled ztest will sometimes run the "older" version
58 * of ztest after a SIGKILL.
66 * When run with no arguments, ztest runs for about five minutes and
77 * When ztest invokes itself it passes all relevant information through a
82 * must remain backwards compatible with older versions of ztest so that
83 * ztest can invoke them during backwards compatibility testing (-B).
479 (void) sprintf(buf, "ztest: ");
507 (void) fprintf(stderr, "ztest: invalid bytes suffix: %s\n",
514 (void) fprintf(stderr, "ztest
730 char *ztest; local
5253 char *ztest; local
[all...]
/illumos-gate/usr/src/tools/quick/
H A Dmake-zfs201 ztest \
288 find cmd/ztest -name '*.[ch]' -print |sort
314 usr/bin/$arch32/ztest
315 usr/bin/$arch64/ztest
/illumos-gate/usr/src/cmd/
H A DMakefile474 ztest

Completed in 78 milliseconds