/openbmc/qemu/ui/ |
H A D | vnc-clipboard.c | 258 void vnc_client_cut_text_ext(VncState *vs, int32_t len, uint32_t flags, uint8_t *data) in vnc_client_cut_text_ext() 308 void vnc_client_cut_text(VncState *vs, size_t len, uint8_t *text) in vnc_client_cut_text()
|
/openbmc/u-boot/common/ |
H A D | autoboot.c | 40 static int slow_equals(u8 *a, u8 *b, int len) in slow_equals() 108 u_int len; in passwd_abort() member
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dpaa_fd.h | 19 u32 len; member 55 static inline void ldpaa_fd_set_len(struct dpaa_fd *fd, u32 len) in ldpaa_fd_set_len()
|
/openbmc/u-boot/board/siemens/common/ |
H A D | factoryset.c | 47 uchar *buf, int len) in get_factory_val() 83 uchar *name, uchar *buf, int len) in get_factory_record_val()
|
/openbmc/qemu/hw/ide/ |
H A D | via.c | 162 static uint32_t via_ide_cfg_read(PCIDevice *pd, uint32_t addr, int len) in via_ide_cfg_read() 186 uint32_t val, int len) in via_ide_cfg_write()
|
/openbmc/qemu/hw/ppc/ |
H A D | ppce500_spin.c | 107 unsigned len) in spin_write() 145 static uint64_t spin_read(void *opaque, hwaddr addr, unsigned len) in spin_read()
|
/openbmc/u-boot/drivers/spi/ |
H A D | fsl_qspi.c | 398 static inline void qspi_ahb_read(struct fsl_qspi_priv *priv, u8 *rxbuf, int len) in qspi_ahb_read() 483 static void qspi_op_rdbank(struct fsl_qspi_priv *priv, u8 *rxbuf, u32 len) in qspi_op_rdbank() 527 static void qspi_op_rdid(struct fsl_qspi_priv *priv, u32 *rxbuf, u32 len) in qspi_op_rdid() 566 static void qspi_op_read(struct fsl_qspi_priv *priv, u32 *rxbuf, u32 len) in qspi_op_read() 624 static void qspi_op_write(struct fsl_qspi_priv *priv, u8 *txbuf, u32 len) in qspi_op_write() 701 static void qspi_op_rdsr(struct fsl_qspi_priv *priv, void *rxbuf, u32 len) in qspi_op_rdsr()
|
/openbmc/u-boot/examples/api/ |
H A D | glue.c | 272 int ub_dev_read(int handle, void *buf, lbasize_t len, lbastart_t start, in ub_dev_read() 303 int ub_dev_recv(int handle, void *buf, int len, int *rlen) in ub_dev_recv() 321 int ub_dev_send(int handle, void *buf, int len) in ub_dev_send()
|
/openbmc/u-boot/cmd/ |
H A D | eeprom.c | 102 unsigned len = end - offset; in eeprom_len() local 124 uchar *buffer, unsigned len, bool read) in eeprom_rw_block() 164 unsigned alen, len; in eeprom_rw() local
|
H A D | aes.c | 28 uint32_t key_addr, iv_addr, src_addr, dst_addr, len; in do_aes() local
|
/openbmc/ipmi-fru-parser/ |
H A D | writefrudata.cpp | 313 unsigned char calculateCRC(const unsigned char* data, size_t len) in calculateCRC() 373 int verifyFruMultiRecData(const uint8_t* data, const size_t len, in verifyFruMultiRecData() 405 int verifyFruData(const uint8_t* data, const size_t len, bool validateCrc) in verifyFruData()
|
/openbmc/qemu/hw/usb/ |
H A D | ccid-card-passthru.c | 155 static int check_atr(PassthruState *card, uint8_t *data, int len) in check_atr() 334 CCIDCardState *base, const uint8_t *apdu, uint32_t len) in passthru_apdu_from_guest() 345 static const uint8_t *passthru_get_atr(CCIDCardState *base, uint32_t *len) in passthru_get_atr()
|
H A D | dev-wacom.c | 228 static int usb_mouse_poll(USBWacomState *s, uint8_t *buf, int len) in usb_mouse_poll() 266 static int usb_wacom_poll(USBWacomState *s, uint8_t *buf, int len) in usb_wacom_poll() 375 int len = 0; in usb_wacom_handle_data() local
|
/openbmc/qemu/hw/net/ |
H A D | net_rx_pkt.h | 243 size_t len, bool strip_vlan) in net_rx_pkt_attach_data()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | tables.c | 42 int start, len; in table_fill_string() local
|
/openbmc/libmctp/utils/ |
H A D | mctp-pipe.c | 17 size_t len) in rx_message()
|
/openbmc/qemu/migration/ |
H A D | channel.c | 118 ssize_t len = 0; in migration_channel_read_peek() local
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 21 static inline void *map_sysmem(phys_addr_t paddr, unsigned long len) in map_sysmem() 344 #define outsb_p(port, from, len) outsb(port, from, len) argument 345 #define outsw_p(port, from, len) outsw(port, from, len) argument 346 #define outsl_p(port, from, len) outsl(port, from, len) argument 347 #define insb_p(port, to, len) insb(port, to, len) argument 348 #define insw_p(port, to, len) insw(port, to, len) argument 349 #define insl_p(port, to, len) insl(port, to, len) argument 387 static inline int check_signature(ulong io_addr, const uchar *s, int len) in check_signature() 424 isa_check_signature(ulong io_addr, const uchar *s, int len) in isa_check_signature() 455 #define isa_check_signature(io, sig, len) (0) argument
|
/openbmc/qemu/gdbstub/ |
H A D | gdbstub.c | 81 void gdb_memtohex(GString *buf, const uint8_t *mem, int len) in gdb_memtohex() 92 void gdb_hextomem(GByteArray *mem, const char *buf, int len) in gdb_hextomem() 103 static void hexdump(const char *buf, int len, in hexdump() 137 int gdb_put_packet_binary(const char *buf, int len, bool dump) in gdb_put_packet_binary() 185 void gdb_memtox(GString *buf, const char *mem, int len) in gdb_memtox() 359 size_t len; in get_feature_xml() local 1313 size_t len; in handle_write_all_regs() local 1338 size_t len; in handle_read_all_regs() local 1665 int len = g_strv_length(extra_query_flags); in gdb_extend_qsupported_features() local 1722 unsigned long len, total_len, addr; in handle_query_xfer_features() local
|
/openbmc/u-boot/fs/btrfs/ |
H A D | root.c | 12 u32 len; in read_root_item() local
|
/openbmc/u-boot/test/ |
H A D | print_ut.c | 57 int len; in do_ut_print() local
|
/openbmc/u-boot/post/drivers/ |
H A D | flash.c | 54 ulong len; in flash_post_test() local
|
/openbmc/qemu/include/exec/ |
H A D | breakpoint.h | 23 vaddr len; member
|
/openbmc/qemu/include/hw/nvram/ |
H A D | chrp_nvram.h | 27 uint16_t len; /* Big endian, length divided by 16 */ member
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-shadow-virtqueue.c | 442 uint32_t *len) in vhost_svq_get_buf() 487 const VirtQueueElement *elem, uint32_t len) in vhost_svq_push_elem() 510 uint32_t len; in vhost_svq_flush() local 552 size_t len = 0; in vhost_svq_poll() local
|