Searched refs:bad_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/
H A Dcli_common.kshlib51 typeset -i bad_count=0
57 (( bad_count +=1 ))
64 (( bad_count +=1 ))
70 "There are total $bad_count corruptions. They are:\n"\
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/
H A Dcli_common.kshlib52 typeset -i bad_count=0
58 (( bad_count +=1 ))
65 (( bad_count +=1 ))
71 "There are total $bad_count corruptions. They are:\n"\
/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_test.cpp71 unsigned long bad_count; member in class:__anon941::print_hooks
81 bad_count(0)
122 bad_count++;
163 if (hooks.good_count > 0 || hooks.bad_count > 0) {
172 (hooks.good_count + hooks.bad_count) % hooks.bad_count);
174 exit_code = (hooks.bad_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);

Completed in 63 milliseconds