| /freebsd-13.1/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-13.1/contrib/ntp/sntp/libevent/test/ |
| H A D | test.sh | 117 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.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 215 enum nlm_stats do_test(struct file_lock *fl, 1704 do_test(struct file_lock *fl, struct file_lock **conflicting_fl) in do_test() function 1895 do_test(&test_fl, &conflicting_fl); in testlock()
|
| /freebsd-13.1/contrib/bc/tests/ |
| H A D | history.py | 1082 do_test = True variable 1086 do_test = False variable
|