| /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()
|
| H A D | scan.c | 32 static int scan_padding_bytes(void *buf, int len) in scan_padding_bytes() 61 int ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_scan_a_node() 233 int len; in ubifs_scanned_corruption() local 263 int err, len = c->leb_size - offs; in ubifs_scan() local
|
| /openbmc/qemu/stubs/ |
| H A D | replay.c | 8 void replay_save_random(int ret, void *buf, size_t len) in replay_save_random() 12 int replay_read_random(void *buf, size_t len) in replay_read_random()
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | ebcdic.h | 86 static inline void ebcdic_put(uint8_t *p, const char *ascii, int len) in ebcdic_put() 95 static inline void ascii_put(uint8_t *p, const char *ebcdic, int len) in ascii_put()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | config.c | 44 unsigned len = (*src)->bLength; in usb_descriptor_fillbuf() local 84 int len; in usb_gadget_config_buf() local
|
| H A D | usbstring.c | 17 static int utf8_to_utf16le(const char *s, __le16 *cp, unsigned len) in utf8_to_utf16le() 108 int len; in usb_gadget_get_string() local
|
| /openbmc/qemu/tcg/sparc64/ |
| H A D | tcg-target-has.h | 15 #define TCG_TARGET_extract_valid(type, ofs, len) \ argument 20 #define TCG_TARGET_deposit_valid(type, ofs, len) 0 argument
|
| /openbmc/qemu/util/ |
| 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 …]
|
| 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
|
| /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
|
| /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
|
| H A D | ne2000_base.c | 216 dp83902a_start_xmit(int start_page, int len) in dp83902a_start_xmit() 248 int len, start_page, pkt_len, i, isr; in dp83902a_send() local 285 int len = 1; in dp83902a_send() local 380 int i, len, pkt, cur; in dp83902a_RxEvent() local 446 dp83902a_recv(u8 *data, int len) in dp83902a_recv() 660 void uboot_push_packet_len(int len) { in uboot_push_packet_len()
|
| /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/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/u-boot/lib/ |
| H A D | slre.c | 97 print_character_set(FILE *fp, const unsigned char *p, int len) in print_character_set() 440 loop_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_greedy() 457 loop_non_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_non_greedy() 471 is_any_of(const unsigned char *p, int len, const char *s, int *ofs) in is_any_of() 487 is_any_but(const unsigned char *p, int len, const char *s, int *ofs) in is_any_but() 503 match(const struct slre *r, int pc, const char *s, int len, in match() 647 slre_match(const struct slre *r, const char *buf, int len, in slre_match() 673 int i, res, len; in main() 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()
|
| /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/drivers/mtd/ |
| H A D | cfi_mtd.c | 67 static int cfi_mtd_read(struct mtd_info *mtd, loff_t from, size_t len, in cfi_mtd_read() 79 static int cfi_mtd_write(struct mtd_info *mtd, loff_t to, size_t len, in cfi_mtd_write() 107 static int cfi_mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_lock() 119 static int cfi_mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_unlock()
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | menu.c | 75 static int read_prompt(char *buf, size_t len) in read_prompt() 123 int len; in get_index() local 180 static int zipl_print_entry(const char *data, size_t len) in zipl_print_entry() 195 size_t len; in menu_get_zipl_boot_index() local
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 214 static int sl811_send_packet(struct usb_device *dev, unsigned long pipe, __u8 *buffer, int len) in sl811_send_packet() 288 int len) in submit_bulk_msg() 323 int len,struct devrequest *setup) in submit_control_msg() 387 int len, int interval) in submit_int_msg() 490 static int usb_root_hub_string (int id, int serial, char *type, __u8 *data, int len) in usb_root_hub_string() 534 int len = 0; in sl811_rh_submit_urb() local
|