Searched refs:do_test (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
H A Dzpool_wait_scrub_cancel.ksh42 function do_test function
63 do_test "zpool scrub -p $TESTPOOL"
64 do_test "zpool scrub -s $TESTPOOL"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_initialize_cancel.ksh46 function do_test function
74 do_test "zpool initialize -c $TESTPOOL $DISK1"
75 do_test "zpool initialize -s $TESTPOOL $DISK1"
H A Dzpool_wait_trim_cancel.ksh43 function do_test function
74 do_test "zpool trim -c $TESTPOOL $FILE_VDEV"
75 do_test "zpool trim -s $TESTPOOL $FILE_VDEV"
H A Dzpool_wait_discard.ksh45 function do_test function
84 do_test true
85 do_test false
H A Dzpool_wait_remove.ksh44 function do_test function
82 do_test true
83 do_test false
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dprocfs_list_stale_read.ksh58 function do_test function
93 do_test "echo 0 >$TXG_HIST"
96 do_test "sync_n 60"
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dtest.sh117 do_test() { function
135 do_test EPOLL "(timerfd)"
136 do_test EPOLL "(changelist)"
137 do_test EPOLL "(timerfd+changelist)"
139 do_test $i
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dsanity_test.c90 do_test(enum type t, bool cond) function
175 do_test(inv, false);
176 do_test(inv, true);
188 do_test(pre, false);
189 do_test(pre, true);
201 do_test(post, false);
202 do_test(post, true);
214 do_test(unreachable, false);
215 do_test(unreachable, true);
/freebsd-13-stable/contrib/libevent/test/
H A Dtest.sh133 do_test() { function
177 [ $timerfd -eq 0 ] || do_test EPOLL "(timerfd)"
178 [ $changelist -eq 0 ] || do_test EPOLL "(changelist)"
179 [ $timerfd_changelist -eq 0 ] || do_test EPOLL "(timerfd+changelist)"
181 do_test $i
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_errors.ksh80 function do_test function
147 do_test $pooltype corrupt read
148 do_test $pooltype io read
149 do_test $pooltype io write
/freebsd-13-stable/crypto/heimdal/kuser/
H A Dklist.c450 int do_test, int do_verbose,
461 if (!do_test)
468 if (do_test)
581 int do_test = local
602 exit_status |= display_v5_ccache(kcc_context, id, do_test,
619 exit_status = display_v5_ccache(kcc_context, id, do_test,
625 if (!do_test) {
449 display_v5_ccache(krb5_context context, krb5_ccache ccache, int do_test, int do_verbose, int do_flags, int do_hidden) argument
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c215 enum nlm_stats do_test(struct file_lock *fl,
1716 do_test(struct file_lock *fl, struct file_lock **conflicting_fl) function
1721 debuglog("Entering do_test...\n");
1762 debuglog("Exiting do_test...\n");
1907 do_test(&test_fl, &conflicting_fl);

Completed in 118 milliseconds