Searched refs:fail_count (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/test/
H A Dtest.sh.in33 fail_count=0
35 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
63 fail_count=$((fail_count+1))
72 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
74 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
76 if [ ${fail_count} -eq 0 ] ; then
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Ddc_link_dp.h43 int *fail_count);
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dtc.c69 size_t fail_count; member in struct:context
118 ctx->fail_count = 0;
320 ctx->fail_count++;
1028 if (Current.fail_count > 0) {
1032 "more details", Current.fail_count);
/netbsd-current/external/bsd/jemalloc/dist/bin/
H A Djeprof.in5427 my $fail_count = 0;
5441 ++$fail_count;
5447 $pass_count, $fail_count;
5448 $error_count = $fail_count;
5449 $fail_count = 0;
5461 ++$fail_count;
5467 $pass_count, $fail_count;
5468 $error_count += $fail_count;
5479 my $fail_count = 0;
5493 ++$fail_count;
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c1458 static u_int fail_count = 0; local
1478 fail_count = 0;
1483 if (fail_count < 100)
1484 fail_count++;
1485 delay = 100000 * fail_count;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_dp.c1861 int *fail_count)
1942 (*fail_count)++;
1952 (*fail_count)++;
1989 int fail_count = 0; local
2001 &fail_count) && fail_count == 0) {
1858 dp_verify_link_cap( struct dc_link *link, struct dc_link_settings *known_limit_link_setting, int *fail_count) argument
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Drun_tests.sh976 fail_count=$(grep "^ERROR: " $TMP | wc -l)
982 tot_fail=$((tot_fail + $fail_count))
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dfailover.c75 int fail_count = 0; local
83 fail_count++;
94 if (fail_count) {

Completed in 292 milliseconds