| /openbmc/u-boot/drivers/misc/ |
| H A D | atsha204a-i2c.c | 200 return -EBADMSG; in atsha204a_recv_resp() 235 return -EBADMSG; in atsha204a_wakeup() 280 if (!res || res == -EMSGSIZE || res == -EBADMSG) in atsha204a_transaction() 347 return -EBADMSG; in atsha204a_read()
|
| H A D | cros_ec_i2c.c | 99 return -EBADMSG; in cros_ec_i2c_packet()
|
| /openbmc/libpldm/src/ |
| H A D | api.h | 29 case -EBADMSG: in pldm_xlate_errno()
|
| /openbmc/u-boot/drivers/mtd/nand/spi/ |
| H A D | gigadevice.c | 85 return -EBADMSG; in gd5f1gq4u_ecc_get_status()
|
| H A D | micron.c | 77 return -EBADMSG; in mt29f2g01abagd_ecc_get_status()
|
| H A D | macronix.c | 74 return -EBADMSG; in mx35lf1ge4ab_ecc_get_status()
|
| H A D | core.c | 499 return -EBADMSG; in spinand_check_ecc_status() 586 if (ret < 0 && ret != -EBADMSG) in spinand_mtd_read() 589 if (ret == -EBADMSG) { in spinand_mtd_read() 606 ret = -EBADMSG; in spinand_mtd_read()
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_ecc.c | 173 return -EBADMSG; in nand_correct_data()
|
| H A D | davinci_nand.c | 245 return -EBADMSG; in nand_davinci_correct_data() 255 return -EBADMSG; in nand_davinci_correct_data() 694 return -EBADMSG; in nand_davinci_4bit_correct_data()
|
| H A D | omap_elm.c | 118 return -EBADMSG; in elm_check_error()
|
| H A D | denali_spl.c | 49 return -EBADMSG; in wait_for_irq()
|
| H A D | nand_bch.c | 89 count = -EBADMSG; in nand_bch_correct_data()
|
| H A D | mxc_nand_spl.c | 234 return -EBADMSG; in nfc_read_page()
|
| H A D | denali.c | 526 return irq_status & ecc_err_mask ? -EBADMSG : 0; in denali_pio_read() 604 ret = -EBADMSG; in denali_dma_xfer() 797 if (ret && ret != -EBADMSG) in denali_read_page() 802 else if (ret == -EBADMSG) in denali_read_page()
|
| /openbmc/u-boot/include/linux/ |
| H A D | errno.h | 82 #define EBADMSG 74 /* Not a data message */ macro
|
| /openbmc/hiomapd/ |
| H A D | transport_mbox.c | 44 { EBADMSG, MBOX_R_PARAM_ERROR }, 57 { EBADMSG, MBOX_R_SEQ_ERROR }, 503 return -EBADMSG; in check_req_valid()
|
| /openbmc/phosphor-hwmon/ |
| H A D | hwmonio.cpp | 76 EBADMSG,
|
| /openbmc/u-boot/lib/ |
| H A D | errno_str.c | 88 ERRNO_MSG(EBADMSG, "Not a data message"),
|
| /openbmc/libpldm/src/dsp/ |
| H A D | firmware_update.c | 908 return -EBADMSG; in decode_descriptor_type_length_value_errno() 958 return -EBADMSG; in decode_vendor_defined_descriptor_value_errno() 1021 return -EBADMSG; in decode_pldm_comp_image_info_errno() 1050 return -EBADMSG; in decode_pldm_comp_image_info_errno() 1055 return -EBADMSG; in decode_pldm_comp_image_info_errno() 1558 return pldm_msgbuf_discard(buf, -EBADMSG); in decode_query_downstream_devices_resp() 1652 return pldm_msgbuf_discard(buf, -EBADMSG); in decode_query_downstream_identifiers_resp() 1721 return -EBADMSG; in encode_get_downstream_firmware_parameters_req() 1779 return pldm_msgbuf_discard(buf, -EBADMSG); in decode_get_downstream_firmware_parameters_resp() 2119 return pldm_msgbuf_discard(buf, -EBADMSG); in decode_request_update_req() [all …]
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_mtdif2.c | 156 if (tags && retval == -EBADMSG in nandmtd2_read_chunk_tags()
|
| /openbmc/qemu/linux-user/ |
| H A D | errnos.c.inc | 33 E(EBADMSG)
|
| /openbmc/phosphor-host-ipmid/user_channel/ |
| H A D | passwd_mgr.cpp | 175 return -EBADMSG; in encryptDecryptData() 314 return -EBADMSG; in readPasswdFileData()
|
| /openbmc/u-boot/drivers/mtd/onenand/ |
| H A D | onenand_base.c | 490 return -EBADMSG; in onenand_wait() 893 if (ret == -EBADMSG) in onenand_read_ops_nolock() 984 return -EBADMSG; in onenand_read_ops_nolock() 1055 if (ret && ret != -EBADMSG) { in onenand_read_oob_nolock() 1086 return -EBADMSG; in onenand_read_oob_nolock() 1304 return -EBADMSG; in onenand_verify_oob() 1343 return -EBADMSG; in onenand_verify()
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | scan.c | 146 if (err && err != -EBADMSG) { in ubifs_start_scan()
|
| H A D | io.c | 102 if (err && (err != -EBADMSG || even_ebadmsg)) { in ubifs_leb_read() 937 if (err && err != -EBADMSG) in ubifs_read_node_wbuf() 994 if (err && err != -EBADMSG) in ubifs_read_node()
|