Home
last modified time | relevance | path

Searched defs:len (Results 401 – 425 of 1689) sorted by relevance

1...<<11121314151617181920>>...68

/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/
H A Dudp_server.c33 socklen_t len; in main() local
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/
H A Dsys_proto.h11 u16 len; member
/openbmc/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c34 int i, len; in main() local
/openbmc/libmctp/utils/
H A Dmctp-in.c17 size_t len) in rx_message()
/openbmc/qemu/hw/dma/
H A Dsparc32_dma.c75 uint8_t *buf, int len, int do_bswap) in ledma_memory_read()
96 uint8_t *buf, int len, int do_bswap) in ledma_memory_write()
147 void espdma_memory_read(void *opaque, uint8_t *buf, int len) in espdma_memory_read()
158 void espdma_memory_write(void *opaque, uint8_t *buf, int len) in espdma_memory_write()
/openbmc/libpldm/tests/
H A Dmsgbuf.hpp40 const void* buf, size_t len) in pldm_msgbuf_init_errno()
47 const void* buf, size_t len) in pldm_msgbuf_init_errno()
162 size_t* len) in pldm_msgbuf_span_remaining()
169 size_t* len) in pldm_msgbuf_span_remaining()
/openbmc/obmc-console/test/
H A Dtest-client-escape.c161 int write_buf_to_fd(int fd, const uint8_t *buf, size_t len) in write_buf_to_fd()
172 static ssize_t __read(int fd, void *buf, size_t len) in __read()
/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass-compat.c50 int len) in i2c_read()
63 int len) in i2c_write()
/openbmc/qemu/backends/tpm/
H A Dtpm_int.h27 uint32_t len; member
33 uint32_t len; member
/openbmc/u-boot/drivers/mtd/
H A Dmtdconcat.c61 concat_read(struct mtd_info *mtd, loff_t from, size_t len, in concat_read()
117 concat_write(struct mtd_info *mtd, loff_t to, size_t len, in concat_write()
503 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock()
537 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock()
658 unsigned long len, in concat_get_unmapped_area()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_slc.c284 int len, int read) in lpc32xx_nand_xfer()
400 static void lpc32xx_dma_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in lpc32xx_dma_read_buf()
406 int len) in lpc32xx_dma_write_buf()
479 static void lpc32xx_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in lpc32xx_read_buf()
485 static void lpc32xx_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len) in lpc32xx_write_buf()
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c47 static int spi_nor_read_reg(struct spi_nor *nor, u8 code, u8 *val, int len) in spi_nor_read_reg()
63 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg()
73 static ssize_t spi_nor_read_data(struct spi_nor *nor, loff_t from, size_t len, in spi_nor_read_data()
381 static int spi_nor_read(struct mtd_info *mtd, loff_t from, size_t len, in spi_nor_read()
417 static int spi_nor_write(struct mtd_info *mtd, loff_t to, size_t len, in spi_nor_write()
/openbmc/u-boot/drivers/net/
H A Dks8851_mll.c72 u16 len; /* Byte count */ member
144 static inline void ks_inblk(struct eth_device *dev, u16 *wptr, u32 len) in ks_inblk()
158 static inline void ks_outblk(struct eth_device *dev, u16 *wptr, u32 len) in ks_outblk()
271 static inline void ks_read_qmu(struct eth_device *dev, u16 *buf, u32 len) in ks_read_qmu()
514 static void ks_write_qmu(struct eth_device *dev, u8 *pdata, u16 len) in ks_write_qmu()
/openbmc/qemu/hw/net/
H A Dimx_fec.c361 int len; in imx_fec_do_tx() local
443 int len; in imx_enet_do_tx() local
942 size_t len) in imx_fec_receive()
1037 size_t len) in imx_enet_receive()
1161 size_t len) in imx_eth_receive()
/openbmc/qemu/tests/tcg/s390x/
H A Dmie3-mvcrl.c6 static void mvcrl(const char *dst, const char *src, size_t len) in mvcrl()
/openbmc/u-boot/tools/
H A Dubsha1.c20 int i, len; in main() local
H A Dpbl_crc32.c41 uint32_t pbl_crc32(uint32_t in_crc, const char *buf, uint32_t len) in pbl_crc32()
/openbmc/u-boot/board/freescale/common/
H A Dcds_pci_ft.c16 int len, slot, i; in cds_pci_fixup() local
/openbmc/qemu/ui/
H A Dutil.c42 size_t len = strlen(buf); in append_pci_address() local
/openbmc/qemu/hw/core/
H A Dstream.c6 stream_push(StreamSink *sink, uint8_t *buf, size_t len, bool eop) in stream_push()
/openbmc/phosphor-ipmi-blobs/test/
H A Dipmi_validate_unittest.cpp16 size_t len; in TEST() member
/openbmc/qemu/hw/usb/
H A Dlibhw.c35 dma_addr_t len = sgl->sg[i].len; in usb_packet_map() local
/openbmc/qemu/tests/qtest/
H A Dtest-filter-mirror.c22 uint32_t ret = 0, len = 0; in test_mirror() local
/openbmc/u-boot/drivers/power/pmic/
H A Dpmic-uclass.c105 int pmic_read(struct udevice *dev, uint reg, uint8_t *buffer, int len) in pmic_read()
118 int pmic_write(struct udevice *dev, uint reg, const uint8_t *buffer, int len) in pmic_write()
/openbmc/obmc-console/
H A Dlog-handler.c77 static int log_data(struct log_handler *lh, uint8_t *buf, size_t len) in log_data()
108 size_t len; in log_ringbuffer_poll() local

1...<<11121314151617181920>>...68