Searched refs:do_test (Results 1 – 9 of 9) sorted by relevance
42 function do_test function63 do_test "zpool scrub -p $TESTPOOL"64 do_test "zpool scrub -s $TESTPOOL"
58 function do_test function93 do_test "echo 0 >$TXG_HIST"96 do_test "sync_n 60"
46 function do_test function74 do_test "zpool initialize -c $TESTPOOL $DISK1"75 do_test "zpool initialize -s $TESTPOOL $DISK1"
43 function do_test function74 do_test "zpool trim -c $TESTPOOL $FILE_VDEV"75 do_test "zpool trim -s $TESTPOOL $FILE_VDEV"
44 function do_test function82 do_test true83 do_test false
45 function do_test function84 do_test true85 do_test false
80 function do_test function147 do_test $pooltype corrupt read148 do_test $pooltype io read149 do_test $pooltype io write
600 int *do_test = opaque; in set_do_test() local602 *do_test = atoi(value); in set_do_test()604 if (*do_test != 0) in set_do_test()605 *do_test = 1; in set_do_test()648 int do_test = 0; in opdl_probe() local684 set_do_test, &do_test); in opdl_probe()711 (do_test ? "true" : "false")); in opdl_probe()729 opdl->do_test = do_test; in opdl_probe()733 if (do_test == 1) in opdl_probe()
256 int do_test; member