/freebsd/contrib/atf/atf-c/detail/ |
H A D | sanity_test.c | 90 do_test(enum type t, bool cond) in do_test() function 175 do_test(inv, false); in ATF_TC_BODY() 176 do_test(inv, true); in ATF_TC_BODY() 188 do_test(pre, false); in ATF_TC_BODY() 189 do_test(pre, true); in ATF_TC_BODY() 201 do_test(post, false); in ATF_TC_BODY() 202 do_test(post, true); in ATF_TC_BODY() 214 do_test(unreachable, false); in ATF_TC_BODY() 215 do_test(unreachable, true); in ATF_TC_BODY()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | test.sh | 133 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/contrib/libevent/test/ |
H A D | test.sh | 133 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/ |
H A D | procfs_list_stale_read.ksh | 58 function do_test function 93 do_test "echo 0 >$TXG_HIST" 96 do_test "sync_n 60"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/ |
H A D | zpool_wait_scrub_cancel.ksh | 42 function do_test function 63 do_test "zpool scrub -p $TESTPOOL" 64 do_test "zpool scrub -s $TESTPOOL"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
H A D | zpool_wait_initialize_cancel.ksh | 46 function do_test function 74 do_test "zpool initialize -c $TESTPOOL $DISK1" 75 do_test "zpool initialize -s $TESTPOOL $DISK1"
|
H A D | zpool_wait_trim_cancel.ksh | 43 function do_test function 74 do_test "zpool trim -c $TESTPOOL $FILE_VDEV" 75 do_test "zpool trim -s $TESTPOOL $FILE_VDEV"
|
H A D | zpool_wait_remove.ksh | 44 function do_test function 82 do_test true 83 do_test false
|
H A D | zpool_wait_discard.ksh | 45 function do_test function 84 do_test true 85 do_test false
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/ |
H A D | zpool_events_errors.ksh | 81 function do_test function 148 do_test $pooltype corrupt read 149 do_test $pooltype io read 150 do_test $pooltype io write
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
H A D | zvol_misc_fua.ksh | 59 function do_test { function 89 do_test 94 do_test
|
H A D | zvol_misc_trim.ksh | 77 function do_test { function 129 do_test 134 do_test
|
/freebsd/crypto/heimdal/kuser/ |
H A D | klist.c | 450 int do_test, int do_verbose, in display_v5_ccache() argument 461 if (!do_test) in display_v5_ccache() 468 if (do_test) in display_v5_ccache() 581 int do_test = in klist() local 602 exit_status |= display_v5_ccache(kcc_context, id, do_test, in klist() 619 exit_status = display_v5_ccache(kcc_context, id, do_test, in klist() 625 if (!do_test) { in klist()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 213 enum nlm_stats do_test(struct file_lock *fl, 1690 do_test(struct file_lock *fl, struct file_lock **conflicting_fl) in do_test() function 1881 do_test(&test_fl, &conflicting_fl); in testlock()
|
/freebsd/contrib/bc/tests/ |
H A D | history.py | 1085 do_test = True variable 1089 do_test = False variable
|
/freebsd/crypto/libecc/src/arithmetic_tests/ |
H A D | arithmetic_tests_generator.py | 1922 def do_test(sockfd, op, n): function 1987 do_test(b, test, n)
|