Home
last modified time | relevance | path

Searched defs:len (Results 351 – 375 of 1692) sorted by relevance

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

/openbmc/u-boot/common/
H A Dbouncebuf.c34 size_t len, unsigned int flags) in bounce_buffer_start()
/openbmc/qemu/tests/bench/
H A Dbufferiszero-bench.c22 for (size_t len = 1 * KiB; len <= max; len *= 4) { in test() local
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_sockio.cpp35 int SockIO::write(const void* buf, size_t len) in write()
/openbmc/qemu/disas/
H A Dhexagon.c37 int i, len; in print_insn_hexagon() local
/openbmc/u-boot/tools/
H A Dncb.c9 int s, len, o, port = 6666; in main() local
/openbmc/obmc-console/test/
H A Dtest-ringbuffer-contained-read.c15 size_t len; in test_contained_read() local
H A Dtest-ringbuffer-contained-offset-read.c15 size_t len; in test_contained_offset_read() local
H A Dtest-ringbuffer-boundary-read.c15 size_t len; in test_boundary_read() local
/openbmc/qemu/tests/tcg/s390x/
H A Dnoexec.c13 static void arch_flush(void *p, int len) in arch_flush()
/openbmc/qemu/tests/tcg/riscv64/
H A Dnoexec.c13 static void arch_flush(void *p, int len) in arch_flush()
/openbmc/qemu/tests/qtest/migration/
H A Dbootfile.c40 size_t len; in bootfile_create() local
/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c470 static int get_mid_point_of_longest_one(u8 *buf, u32 len) in get_mid_point_of_longest_one()
739 size_t len) in aspeed_spi_read_from_ahb()
754 size_t len) in aspeed_spi_write_to_ahb()
792 u8 opcode, u8 *read_buf, int len) in aspeed_spi_read_reg()
816 u8 opcode, const u8 *write_buf, int len) in aspeed_spi_write_reg()
890 unsigned int len, u8 *read_buf) in aspeed_spi_read_user()
932 unsigned int len, u8 *read_buf) in aspeed_spi_read_sfdp()
968 unsigned int len, const u8 *write_buf) in aspeed_spi_write_user()
1020 unsigned int len, u8 *read_buf) in aspeed_spi_read()
1346 u32 offset, size_t len) in aspeed_spi_write_addr_ftr_sanity()
[all …]
/openbmc/qemu/crypto/
H A Dhmac-nettle.c51 size_t len; member
157 size_t len = iov[i].iov_len; in qcrypto_nettle_hmac_bytesv() local
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_sdhci-test.c60 size_t len = strlen(msg); in write_sdread() local
92 size_t len = strlen(msg); in sdwrite_read() local
H A Daspeed-hace-utils.h46 uint32_t len; member
54 uint32_t len; member
/openbmc/u-boot/fs/sandbox/
H A Dsandboxfs.c120 int fs_read_sandbox(const char *filename, void *buf, loff_t offset, loff_t len, in fs_read_sandbox()
133 loff_t len, loff_t *actwrite) in fs_write_sandbox()
/openbmc/ipmitool/lib/
H A Ddimm_spd.c779 ipmi_spd_print(uint8_t *spd_data, int len) in ipmi_spd_print()
1022 int len, offset; in ipmi_spd_print_fru() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_upm.c130 static void upm_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in upm_nand_write_buf()
146 static void upm_nand_read_buf(struct mtd_info *mtd, u_char *buf, int len) in upm_nand_read_buf()
/openbmc/u-boot/drivers/mtd/
H A Dmw_eeprom.c152 int mw_eeprom_write(int dev, int addr, u8 *buffer, int len) in mw_eeprom_write()
193 int mw_eeprom_read(int dev, int addr, u8 *buffer, int len) in mw_eeprom_read()
/openbmc/qemu/block/
H A Dqed.c112 size_t len = nsectors * BDRV_SECTOR_SIZE; in qed_write_header() local
841 size_t len = MIN(bytes, SIZE_MAX); in bdrv_qed_co_block_status() local
911 qed_copy_from_backing_file(BDRVQEDState *s, uint64_t pos, uint64_t len, in qed_copy_from_backing_file()
1095 uint64_t start, len, offset; in qed_aio_write_cow() local
1171 qed_aio_write_alloc(QEDAIOCB *acb, size_t len) in qed_aio_write_alloc()
1235 qed_aio_write_inplace(QEDAIOCB *acb, uint64_t offset, size_t len) in qed_aio_write_inplace()
1278 qed_aio_write_data(void *opaque, int ret, uint64_t offset, size_t len) in qed_aio_write_data()
1311 qed_aio_read_data(void *opaque, int ret, uint64_t offset, size_t len) in qed_aio_read_data()
1352 size_t len; in qed_aio_next_io() local
/openbmc/qemu/gdbstub/
H A Duser.c152 void gdb_put_buffer(const uint8_t *buf, int len) in gdb_put_buffer()
338 socklen_t len; in gdb_accept_tcp() local
744 uint8_t *buf, int len, bool is_write) in gdb_target_memory_rw_debug()
784 int gdb_breakpoint_insert(CPUState *cs, int type, vaddr addr, vaddr len) in gdb_breakpoint_insert()
805 int gdb_breakpoint_remove(CPUState *cs, int type, vaddr addr, vaddr len) in gdb_breakpoint_remove()
936 unsigned long offset, len; in gdb_handle_query_xfer_siginfo() local
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount_ext.c15 loff_t len; in bootcount_store() local
/openbmc/obmc-console/
H A Dconsole-socket.c61 size_t len; in console_socket_path_readable() local
/openbmc/libpldm/tests/transport/
H A Dsend_recv_wrong_pldm_type.cpp50 size_t len; in TEST() local
/openbmc/u-boot/board/armltd/vexpress/
H A Dvexpress_tc2.c41 int offset, tmp, len; in ft_board_setup() local

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