/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | dump_flash.cpp | 45 size_t len) in mbox_create_read_window() 63 size_t len; in main() local
|
/openbmc/hiomapd/vpnor/test/ |
H A D | dump_flash.cpp | 46 size_t len) in mbox_create_read_window() 64 size_t len; in main() local
|
/openbmc/libmctp/utils/ |
H A D | mctp-astlpc-daemon.c | 24 static void tx_message(struct ctx *ctx, mctp_eid_t eid, void *msg, size_t len) in tx_message() 36 void *msg, size_t len) in rx_message()
|
/openbmc/qemu/tests/qtest/ |
H A D | test-filter-redirector.c | 64 uint32_t ret = 0, len = 0; in test_redirector_tx() local 134 uint32_t ret = 0, len = 0; in test_redirector_rx() local
|
/openbmc/u-boot/drivers/usb/musb/ |
H A D | musb_hcd.c | 264 static int ctrlreq_in_data_phase(struct usb_device *dev, u32 len, void *buffer) in ctrlreq_in_data_phase() 310 static int ctrlreq_out_data_phase(struct usb_device *dev, u32 len, void *buffer) in ctrlreq_out_data_phase() 462 int len = 0; in musb_submit_rh_msg() local 753 int len, struct devrequest *setup) in submit_control_msg() 852 void *buffer, int len) in submit_bulk_msg() 1059 void *buffer, int len, int interval) in submit_int_msg()
|
/openbmc/qemu/gdbstub/ |
H A D | system.c | 78 void gdb_put_buffer(const uint8_t *buf, int len) in gdb_put_buffer() 233 static int gdb_monitor_write(Chardev *chr, const uint8_t *buf, int len) in gdb_monitor_write() 458 uint8_t *buf, int len, bool is_write) in gdb_target_memory_rw_debug() 520 int len; in gdb_handle_query_rcmd() local 645 int gdb_breakpoint_insert(CPUState *cs, int type, vaddr addr, vaddr len) in gdb_breakpoint_insert() 654 int gdb_breakpoint_remove(CPUState *cs, int type, vaddr addr, vaddr len) in gdb_breakpoint_remove()
|
/openbmc/qemu/crypto/ |
H A D | cipher-afalg.c | 148 size_t len, bool do_encrypt, in qcrypto_afalg_cipher_op() 203 size_t len, Error **errp) in qcrypto_afalg_cipher_encrypt() 213 size_t len, Error **errp) in qcrypto_afalg_cipher_decrypt()
|
H A D | hash.c | 71 size_t len, in qcrypto_hash_bytes() 93 size_t len, in qcrypto_hash_update() 210 size_t len, in qcrypto_hash_digest() 241 size_t len, in qcrypto_hash_base64()
|
/openbmc/qemu/tests/unit/ |
H A D | crypto-tls-x509-helpers.c | 294 int len; in test_tls_generate_cert() local 310 int len; in test_tls_generate_cert() local 483 size_t len = capacity - offset; in test_tls_write_cert_chain() local
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | ebi_onenand.c | 73 static void *memcpy_16_from_onenand(void *dst, const void *src, unsigned int len) in memcpy_16_from_onenand() 86 static void *memcpy_32_from_onenand(void *dst, const void *src, unsigned int len) in memcpy_32_from_onenand() 111 static void *memcpy_16_to_onenand(void *dst, const void *src, unsigned int len) in memcpy_16_to_onenand()
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_fsm.c | 82 uint32_t len = 0; in ncsi_fsm_poll_l2_config() local 325 uint32_t len; in write_ncsi_oem_config_filter() local 343 uint32_t len = 0; in ncsi_fsm_poll_l3l4_config() local 493 uint32_t len = 0; in ncsi_fsm_poll_test() local
|
/openbmc/libpldm/src/ |
H A D | msgbuf.h | 29 #define pldm_msgbuf_init_errno(ctx, minsize, buf, len) \ argument 78 #define pldm_msgbuf_span_string_utf16(ctx, cursor, len) \ argument 84 #define pldm_msgbuf_span_remaining(ctx, cursor, len) \ argument 90 #define pldm_msgbuf_span_string_ascii(ctx, cursor, len) \ argument
|
/openbmc/u-boot/arch/xtensa/lib/ |
H A D | relocate.c | 12 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss() local
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 110 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_pattern() 147 u32 len; in add_marker_len() local 174 size_t retlen, len, totlen; in read_bbt() local 292 size_t len; in scan_read_data() local 313 size_t len) in scan_read_oob() 343 size_t len, struct nand_bbt_descr *td) in scan_read() 352 static int scan_write_bbt(struct mtd_info *mtd, loff_t offs, size_t len, in scan_write_bbt() 626 size_t retlen, len = 0; in write_bbt() local 1076 int len, res; in nand_scan_bbt() local 1149 int len, res = 0; in nand_update_bbt() local
|
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_hw.c | 57 unsigned int len) in pe_mem_memcpy_to32() 98 unsigned int len) in pe_dmem_memcpy_to32() 115 unsigned int len) in pe_pmem_memcpy_to32() 248 unsigned int len) in class_pe_lmem_memcpy_to32() 275 static void class_pe_lmem_memset(u32 dst, int val, unsigned int len) in class_pe_lmem_memset() 304 void pe_lmem_read(u32 *dst, u32 len, u32 offset) in pe_lmem_read() 324 void pe_lmem_write(u32 *src, u32 len, u32 offset) in pe_lmem_write()
|
/openbmc/qemu/system/ |
H A D | device_tree.c | 182 gsize len; in read_fstree() local 251 int offset, len, ret; in qemu_fdt_node_unit_path() local 303 int offset, len, ret; in qemu_fdt_node_path() local 412 const char *prop, char **array, int len) in qemu_fdt_setprop_string_array() 434 int len; in qemu_fdt_getprop() local 451 int len; in qemu_fdt_getprop_cell() local 663 int noffset, poffset, len; in qemu_fdt_randomize_seeds() local
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | relocate.c | 27 size_t len = (uintptr_t)&__data_end - (uintptr_t)&__text_start; in copy_uboot_to_ram() local 39 size_t len = (uintptr_t)&__bss_end - (uintptr_t)&__bss_start; in clear_bss() local
|
/openbmc/u-boot/common/ |
H A D | ddr_spd.c | 90 int len; in ddr3_spd_check() local 121 int len; in ddr4_spd_check() local
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | dwc2.c | 529 int len = 0; in dwc_otg_submit_rh_msg_in_status() local 596 int len = 0; in dwc_otg_submit_rh_msg_in_descriptor() local 677 int len = 0; in dwc_otg_submit_rh_msg_in_configuration() local 724 int len = 0; in dwc_otg_submit_rh_msg_out() local 906 unsigned long pipe, u8 *pid, int in, void *buffer, int len) in chunk_msg() 1033 unsigned long pipe, void *buffer, int len) in _submit_bulk_msg() 1053 unsigned long pipe, void *buffer, int len, in _submit_control_msg() 1111 unsigned long pipe, void *buffer, int len, int interval) in _submit_int_msg() 1227 int len, struct devrequest *setup) in submit_control_msg() 1233 int len) in submit_bulk_msg() [all …]
|
/openbmc/qemu/linux-user/ |
H A D | fd-trans.c | 349 size_t len, in host_to_target_for_each_nlmsg() 400 size_t len, in target_to_host_for_each_nlmsg() 444 size_t len, void *context, in host_to_target_for_each_nlattr() 477 size_t len, in host_to_target_for_each_rtattr() 694 int len; member 1385 size_t len) in host_to_target_nlmsg_route() 1391 size_t len, in target_to_host_for_each_nlattr() 1434 size_t len, in target_to_host_for_each_rtattr() 1655 static abi_long target_to_host_nlmsg_route(struct nlmsghdr *nlh, size_t len) in target_to_host_nlmsg_route() 1673 size_t len) in host_to_target_nlmsg_audit() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | onenand.c | 61 static int onenand_block_read(loff_t from, size_t len, in onenand_block_read() 132 static int onenand_block_write(loff_t to, size_t len, in onenand_block_write() 387 size_t len; in do_onenand_read() local 414 size_t len; in do_onenand_write() local 441 size_t len; in do_onenand_erase() local 477 size_t len; in do_onenand_test() local
|
/openbmc/u-boot/lib/ |
H A D | membuff.c | 24 int len; in membuff_putrawflex() local 100 int len; in membuff_getraw() local 166 int len = 1, i; in membuff_get() local 292 int len; /* number of bytes read (!= string length) */ in membuff_readline() local
|
H A D | md5.c | 75 MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() 271 md5 (unsigned char *input, int len, unsigned char output[16]) in md5() 287 md5_wd (unsigned char *input, int len, unsigned char output[16], in md5_wd()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | cxl_upstream.c | 41 uint32_t val, int len) in cxl_usp_dvsec_write_config() 63 uint32_t val, int len) in cxl_usp_write_config() 75 static uint32_t cxl_usp_read_config(PCIDevice *d, uint32_t address, int len) in cxl_usp_read_config() 145 uint32_t len; in cxl_doe_cdat_rsp() local
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4fs.c | 49 loff_t len, char *buf, loff_t *actread) in ext4fs_read_file() 202 int ext4fs_read(char *buf, loff_t offset, loff_t len, loff_t *actread) in ext4fs_read() 223 int ext4_read_file(const char *filename, void *buf, loff_t offset, loff_t len, in ext4_read_file()
|