Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 25 of 25) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dbcm63xx_spi.c219 return -EMSGSIZE; in bcm63xx_spi_xfer()
227 return -EMSGSIZE; in bcm63xx_spi_xfer()
262 return -EMSGSIZE; in bcm63xx_spi_xfer()
H A Dmt7621_spi.c193 return -EMSGSIZE; in mt7621_spi_xfer()
H A Dzynq_qspi.c475 status = -EMSGSIZE; in zynq_qspi_transfer()
/openbmc/u-boot/drivers/misc/
H A Datsha204a-i2c.c187 return -EMSGSIZE; in atsha204a_recv_resp()
280 if (!res || res == -EMSGSIZE || res == -EBADMSG) in atsha204a_transaction()
/openbmc/u-boot/include/linux/
H A Derrno.h98 #define EMSGSIZE 90 /* Message too long */ macro
/openbmc/phosphor-hwmon/
H A Dhwmonio.cpp105 EMSGSIZE,
/openbmc/u-boot/lib/
H A Derrno_str.c104 ERRNO_MSG(EMSGSIZE, "Message too long"),
H A Dtpm-v2.c1125 return -EMSGSIZE; in tpm2_get_pcr_info()
/openbmc/qemu/linux-user/
H A Derrnos.c.inc79 E(EMSGSIZE)
/openbmc/libmctp/
H A Di2c.c120 case -EMSGSIZE: in mctp_binding_i2c_tx()
H A Dserial.c173 return -EMSGSIZE; in mctp_binding_serial_tx()
H A Dastlpc.c849 return -EMSGSIZE; in mctp_binding_astlpc_tx()
/openbmc/qemu/backends/tpm/
H A Dtpm_util.c140 return -EMSGSIZE; in tpm_util_request()
/openbmc/u-boot/drivers/usb/eth/
H A Dasix88179.c567 return -EMSGSIZE; in asix_recv()
806 return -EMSGSIZE; in ax88179_eth_recv()
/openbmc/ipmitool/src/plugins/open/
H A Dopen.c356 if (errno != EMSGSIZE) { in ipmi_openipmi_send_cmd()
/openbmc/u-boot/drivers/net/
H A Dsunxi_emac.c474 return -EMSGSIZE; in _sunxi_emac_eth_recv()
H A Dsun8i_emac.c574 return -EMSGSIZE; in _sun8i_eth_recv()
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_st33zp24_spi.c96 return -EMSGSIZE; in st33zp24_spi_status_to_errno()
/openbmc/qemu/util/
H A Doslib-win32.c136 return EMSGSIZE; in socket_error()
/openbmc/ipmitool/src/
H A Dipmievd.c440 case EMSGSIZE: in openipmi_read()
/openbmc/qemu/hw/vfio/
H A Diommufd.c498 if (ioctl(fd, IOMMU_IOAS_IOVA_RANGES, info) && errno != EMSGSIZE) { in iommufd_cdev_get_info_iova_range()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c1201 return -EMSGSIZE; in fifo_setup()
1205 return -EMSGSIZE; in fifo_setup()
H A Dmusb_host.c1983 ret = -EMSGSIZE;
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c757 return -EMSGSIZE; in pxa25x_ep_queue()
/openbmc/qemu/hw/9pfs/
H A D9p.c1447 err = -EMSGSIZE; in v9fs_version()