Searched refs:failures (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dmangle_test.c27 static unsigned total, collisions, failures; variable
79 failures++;
199 printf("collisions %u/%u - %.2f%% (%u failures)\r",
200 collisions, total, (100.0*collisions) / total, failures);
210 printf("\nTotal collisions %u/%u - %.2f%% (%u failures)\n",
211 collisions, total, (100.0*collisions) / total, failures);
216 return (ret && (failures == 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dtc86c001.c137 hwif->drives[0].failures = hwif->drives[1].failures = 0;
144 hwif->drives[0].failures = hwif->drives[0].max_failures + 1;
145 hwif->drives[1].failures = hwif->drives[1].max_failures + 1;
H A Dsiimage.c469 hwif->drives[0].failures = 0;
470 hwif->drives[1].failures = 0;
473 hwif->drives[0].failures = hwif->drives[0].max_failures + 1;
474 hwif->drives[1].failures = hwif->drives[1].max_failures + 1;
477 hwif->drives[0].failures = hwif->drives[0].max_failures + 1;
478 hwif->drives[1].failures = hwif->drives[1].max_failures + 1;
569 drive->failures++;
H A Dhpt366.c816 hwif->drives[0].failures = hwif->drives[1].failures = 0;
835 hwif->drives[0].failures = hwif->drives[0].max_failures + 1;
836 hwif->drives[1].failures = hwif->drives[1].max_failures + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether1.c452 int failures = 0; local
542 failures += 1;
559 failures += 1;
576 failures += 1;
609 if (failures)
611 return failures ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/tests/
H A DMakefile.in423 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
424 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
H A DMakefile423 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
424 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A DMakefile.in430 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
431 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A DMakefile297 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A DMakefile.in688 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
689 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
H A DMakefile688 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
689 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/test/
H A DMakefile.in595 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
596 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-iops.c518 if (drive->max_failures && (drive->failures > drive->max_failures)) {
979 drive->failures++;
984 drive->failures = 0;
986 drive->failures++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c60 * Maximum number of consecutive background thread failures which is enough to
1289 int failures = 0; local
1318 if (failures++ > WL_MAX_FAILURES) {
1320 * Too many failures, disable the thread and
1323 ubi_msg("%s: %d consecutive failures",
1329 failures = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c527.c325 static char *failures[]={ local
466 printk(KERN_ERR "%s: %s%s.\n", dev->name, failures[base-1],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1090 Where diagnostic output on test failures and diag() should go.
1099 Where diagnostics about todo test failures and diag() should go.
1542 will be considered failures. If no tests were ever run Test::Builder
H A DMore.pm916 they are "todo". Test::Harness will interpret failures as being ok.
1320 will be considered failures. If no tests were ever run Test::Builder
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Druntest.c2846 int failures = 0; local
2863 failures++;
2867 failures++;
2873 return(failures);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A DMakefile.in1081 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
H A DMakefile1081 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A DMakefile.in1179 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
H A DMakefile1179 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A DMakefile.in1178 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1179 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dide.h634 unsigned int failures; /* current failure count */ member in struct:ide_drive_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A DMakefile1445 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1446 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \

Completed in 516 milliseconds

12