| /openbmc/u-boot/tools/patman/ |
| H A D | checkpatch.py | 144 error_count, warning_count, check_count = 0, 0, 0 150 error_count += result.errors 165 if error_count or warning_count or check_count: 170 if error_count: 172 print(col.Color(color, str % (error_count, warning_count, check_count)))
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | omap_elm.c | 93 int elm_check_error(u8 *syndrome, enum bch_level bch_type, u32 *error_count, in elm_check_error() argument 122 *error_count = readl(&elm_cfg->error_location[poly].location_status) & in elm_check_error() 125 for (i = 0; i < *error_count; i++) { in elm_check_error()
|
| H A D | omap_gpmc.c | 497 uint32_t error_count = 0, error_max; in omap_correct_data_bch() local 540 err = elm_check_error(calc_ecc, bch_type, &error_count, error_loc); in omap_correct_data_bch() 545 for (count = 0; count < error_count; count++) { in omap_correct_data_bch() 571 return (err) ? err : error_count; in omap_correct_data_bch()
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | omap_elm.h | 73 int elm_check_error(u8 *syndrome, enum bch_level bch_type, u32 *error_count,
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | get_unit_test_report.py | 253 error_count = 0 variable 391 error_count += 1 414 logger.info("ERROR : " + str(error_count))
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.h | 213 unsigned error_count; /**< Number of generated errors */ member
|
| H A D | idef-parser.lex | 39 int error_count; variable
|
| H A D | parser-helpers.c | 66 c->inst.error_count++; in yyerror() 1686 if (c->inst.error_count != 0) { in gen_inst_code() 1690 c->inst.error_count); in gen_inst_code()
|
| /openbmc/qemu/include/hw/xen/interface/io/ |
| H A D | usbif.h | 379 int32_t error_count; /* number of ISO errors */ member
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 78 error_count = 3 # Number of symbols that must be shifted to leave recovery mode variable 438 errorcount = error_count 477 errorcount = error_count 509 errorcount = error_count 544 errorcount = error_count 724 errorcount = error_count 760 errorcount = error_count 782 errorcount = error_count 817 errorcount = error_count 985 errorcount = error_count [all …]
|
| /openbmc/qemu/hw/usb/ |
| H A D | pcap.c | 60 int32_t error_count; member
|
| H A D | xen-usb.c | 280 int32_t actual_length, int32_t error_count) in usbback_do_response() argument 292 usbback_req->req.id, status, actual_length, error_count); in usbback_do_response() 321 res->error_count = error_count; in usbback_do_response()
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_host.c | 357 if (status == 0 && urb->error_count) in musb_advance_schedule() 477 urb->error_count++; in musb_host_packet_rx() 486 urb->error_count++; in musb_host_packet_rx() 1664 urb->error_count++; in musb_host_rx() 1669 urb->error_count++; in musb_host_rx()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0006-warn-for-uses-of-system-directories-when-cross-linki.patch | 254 if (error_count < MAX_ERRORS_IN_A_ROW)
|
| /openbmc/phosphor-virtual-sensor/src/ |
| H A D | virtualSensor.cpp | 358 for (std::size_t i = 0; i < parser.error_count(); ++i) in initVirtualSensor()
|
| /openbmc/qemu/include/block/ |
| H A D | nvme.h | 990 uint64_t error_count; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 9197 int error_count = 0;
|