Searched refs:failcount (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/ |
H A D | selftest | 21 def print_results(passcount, failcount, skipcount, xpasscount, xfailcount, xskipcount, errorcount): argument 22 total = passcount + skipcount + failcount + xpasscount + xfailcount + xskipcount + errorcount 31 print("# FAIL: %s" % str(failcount)) 48 failcount = 0 variable 84 failcount = failcount + 1 variable 94 print_results(passcount, failcount, skipcount, xpasscount, xfailcount, xskipcount, errorcount)
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | verify-homepage.py | 64 failcount = verifyHomepage(bbhandler) variable 66 logger.info("Summary: %s failed" % failcount)
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.c | 8237 int failcount = 0; in fail_all_outstanding_cmds() local 8247 failcount++; in fail_all_outstanding_cmds() 8252 "failed %d commands in fail_all\n", failcount); in fail_all_outstanding_cmds()
|