/openbmc/qemu/hw/misc/ |
H A D | pc-testdev.c | 67 unsigned len) in test_irq_line_write() 84 unsigned len) in test_ioport_write() 94 static uint64_t test_ioport_read(void *opaque, hwaddr addr, unsigned len) in test_ioport_read() 125 unsigned len) in test_flush_page_write() 147 static uint64_t test_iomem_read(void *opaque, hwaddr addr, unsigned len) in test_iomem_read() 157 unsigned len) in test_iomem_write()
|
/openbmc/u-boot/test/dm/ |
H A D | dma.c | 21 size_t len = 512; in dm_test_dma_m2m() local 45 size_t len = 512; in dm_test_dma() local 87 size_t len = 512; in dm_test_dma_rx() local
|
/openbmc/qemu/hw/uefi/ |
H A D | var-service-json.c | 27 static char *generate_hexstr(void *data, size_t len) in generate_hexstr() 96 static void parse_hexstr(void *dest, char *src, int len) in parse_hexstr() 115 size_t i, len; in uefi_vars_from_qapi() local 217 ssize_t len; in uefi_vars_json_load() local
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 502 xs_transaction_t tx_id, uint8_t *req_data, unsigned int len) in xs_read() 543 unsigned int len) in xs_write() 580 unsigned int len) in xs_mkdir() 614 size_t len = strlen(l->data) + 1; /* Including the NUL termination */ in xs_append_strings() local 651 unsigned int len) in xs_directory() 684 unsigned int len) in xs_directory_part() 749 unsigned int len) in xs_transaction_start() 780 unsigned int len) in xs_transaction_end() 813 xs_transaction_t tx_id, uint8_t *req_data, unsigned int len) in xs_rm() 835 unsigned int len) in xs_get_perms() [all …]
|
/openbmc/qemu/hw/dma/ |
H A D | pl330.c | 186 uint32_t len; member 322 size_t b, len; in pl330_hexdump() local 368 static int pl330_fifo_push(PL330Fifo *s, uint8_t *buf, int len, uint8_t tag) in pl330_fifo_push() 390 static int pl330_fifo_get(PL330Fifo *s, uint8_t *buf, int len, uint8_t tag) in pl330_fifo_get() 521 int len, int n, bool inc, bool z, uint8_t tag) in pl330_queue_put_insn() 635 static void pl330_dmaaddh(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmaaddh() 640 static void pl330_dmaadnh(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmaadnh() 646 uint8_t *args, int len) in pl330_dmaend() 668 uint8_t *args, int len) in pl330_dmaflushp() 688 static void pl330_dmago(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmago() [all …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | io.c | 93 int len, int even_ebadmsg) in ubifs_leb_read() 111 int len) in ubifs_leb_write() 133 int ubifs_leb_change(struct ubifs_info *c, int lnum, const void *buf, int len) in ubifs_leb_change() 380 void ubifs_prepare_node(struct ubifs_info *c, void *node, int len, int pad) in ubifs_prepare_node() 413 void ubifs_prep_grp_node(struct ubifs_info *c, void *node, int len, int last) in ubifs_prep_grp_node() 681 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock() 864 int ubifs_write_node(struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_write_node() 904 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf() 981 int ubifs_read_node(const struct ubifs_info *c, void *buf, int type, int len, in ubifs_read_node()
|
/openbmc/qemu/util/ |
H A D | cpuinfo-aarch64.c | 39 size_t len = sizeof(val); in sysctl_for_bool() local 88 size_t len; in cpuinfo_init() local
|
H A D | iov.c | 32 size_t len = MIN(iov[i].iov_len - offset, bytes - done); in iov_from_buf_full() local 50 size_t len = MIN(iov[i].iov_len - offset, bytes - done); in iov_to_buf_full() local 68 size_t len = MIN(iov[i].iov_len - offset, bytes - done); in iov_memset() local 81 size_t len; in iov_size() local 261 size_t len; in iov_copy() local 302 void qemu_iovec_add(QEMUIOVector *qiov, void *base, size_t len) in qemu_iovec_add() 339 size_t len = MIN(src_iov[i].iov_len - soffset, sbytes - done); in qemu_iovec_concat_iov() local 394 size_t offset, size_t len, in qemu_iovec_slice() 415 int qemu_iovec_subvec_niov(QEMUIOVector *qiov, size_t offset, size_t len) in qemu_iovec_subvec_niov() 439 size_t len = MIN(iov->iov_len - current_offset, bytes); in qemu_iovec_is_zero() local [all …]
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | relocate.c | 19 size_t len = (size_t)&__image_copy_end - (size_t)&__image_copy_start; in copy_uboot_to_ram() local 32 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss() local
|
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 198 static inline bool buffer_is_zero_sample3(const char *buf, size_t len) in buffer_is_zero_sample3() 212 static inline bool buffer_is_zero(const void *buf, size_t len) in buffer_is_zero()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-sys.c | 115 static int oidfmt(int *oid, int len, char *fmt, uint32_t *kind) in oidfmt() 159 size_t len; in h2g_old_sysctl() local 338 size_t len = sizeof(lvalue); in do_freebsd_sysctl_oid() local 357 size_t len = sizeof(real_oid) / sizeof(int); in do_freebsd_sysctl_oid() local 365 size_t len = sizeof(real_oid) / sizeof(int); in do_freebsd_sysctl_oid() local 374 size_t len = sizeof(lvalue); in do_freebsd_sysctl_oid() local
|
H A D | target_os_stack.h | 127 size_t len = strlen(bprm->argv[i]) + 1; in setup_initial_stack() local 152 size_t len = strlen(bprm->envp[i]) + 1; in setup_initial_stack() local
|
/openbmc/u-boot/include/net/pfe_eth/pfe/ |
H A D | pfe_hw.h | 43 #define IS_DMEM(addr, len) (((unsigned long)(addr) >= DMEM_BASE_ADDR) &&\ argument 46 #define IS_PMEM(addr, len) (((unsigned long)(addr) >= PMEM_BASE_ADDR) &&\ argument 49 #define IS_PE_LMEM(addr, len) (((unsigned long)(addr) >= PE_LMEM_BASE_ADDR\ argument 53 #define IS_PFE_LMEM(addr, len) (((unsigned long)(addr) >=\ argument 57 #define IS_PHYS_DDR(addr, len) (((unsigned long)(addr) >=\ argument
|
/openbmc/u-boot/drivers/net/ |
H A D | netconsole.c | 36 unsigned len) in nc_wait_arp_handler() 42 unsigned src, unsigned len) in nc_handler() 135 unsigned src_port, unsigned len) in nc_input_packet() 171 static void nc_send_packet(const char *buf, int len) in nc_send_packet() 259 int len; in nc_stdio_puts() local
|
/openbmc/qemu/linux-user/ |
H A D | linuxload.c | 13 abi_long memcpy_to_target(abi_ulong dest, const void *src, unsigned long len) in memcpy_to_target() 183 bool imgsrc_read(void *dst, off_t offset, size_t len, in imgsrc_read() 210 void *imgsrc_read_alloc(off_t offset, size_t len, in imgsrc_read_alloc() 223 abi_long imgsrc_mmap(abi_ulong start, abi_ulong len, int prot, in imgsrc_mmap()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | semihosting.c | 53 size_t len; in smh_open() member 85 static long smh_read(long fd, void *memp, size_t len) in smh_read() 91 size_t len; in smh_read() member 152 long len; in smh_load_file() local
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | rn5t567.c | 21 int len) in rn5t567_write() 34 static int rn5t567_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in rn5t567_read()
|
H A D | max8997.c | 20 int len) in max8997_write() 31 static int max8997_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in max8997_read()
|
H A D | max8998.c | 20 int len) in max8998_write() 31 static int max8998_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in max8998_read()
|
H A D | lp873x.c | 24 int len) in lp873x_write() 34 static int lp873x_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in lp873x_read()
|
H A D | sandbox.c | 28 const uint8_t *buff, int len) in sandbox_pmic_write() 39 uint8_t *buff, int len) in sandbox_pmic_read()
|
/openbmc/u-boot/common/ |
H A D | common_fit.c | 15 int len; in fdt_getprop_u32() local 32 int conf, node, len; in fit_find_config_node() local
|
/openbmc/u-boot/lib/ |
H A D | circbuf.c | 40 int buf_pop (circbuf_t * buf, char *dest, unsigned int len) in buf_pop() 69 int buf_push (circbuf_t * buf, const char *src, unsigned int len) in buf_push()
|
/openbmc/qemu/hw/block/ |
H A D | cdrom.c | 44 int len; in cdrom_read_toc() local 88 int len; in cdrom_read_toc_raw() local
|
/openbmc/qemu/hw/nvram/ |
H A D | chrp_nvram.c | 31 int len; in chrp_nvram_set_var() local 91 int chrp_nvram_create_free_partition(uint8_t *data, int len) in chrp_nvram_create_free_partition()
|