Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 3514) sorted by relevance

12345678910>>...141

/openbmc/linux/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c
/openbmc/linux/drivers/net/wireless/ath/ath11k/
Ddebugfs_htt_stats.c
/openbmc/linux/drivers/scsi/qla2xxx/
Dqla_tmpl.c
/openbmc/linux/lib/
Dcrc32.c
/openbmc/linux/drivers/parport/
Dieee1284_ops.c
/openbmc/linux/sound/core/
Dpcm_iec958.c
/openbmc/linux/net/sunrpc/
Dxdr.c
/openbmc/u-boot/include/
H A Dspi_flash.h121 size_t len, void *buf) in spi_flash_read()
127 size_t len, const void *buf) in spi_flash_write()
133 size_t len) in spi_flash_erase()
139 u32 offset, size_t len) in spi_flash_ctrl_wlock()
145 u32 offset, size_t len) in spi_flash_ctrl_wunlock()
164 size_t len, void *buf) in spi_flash_read()
173 size_t len, const void *buf) in spi_flash_write()
182 size_t len) in spi_flash_erase()
200 static inline int spi_flash_protect(struct spi_flash *flash, u32 ofs, u32 len, in spi_flash_protect()
/openbmc/linux/arch/s390/kvm/
Dgaccess.h
/openbmc/linux/arch/x86/include/asm/
Dchecksum_32.h
/openbmc/qemu/linux-user/
H A Duaccess.c8 void *lock_user(int type, abi_ulong guest_addr, ssize_t len, bool copy) in lock_user()
28 void unlock_user(void *host_ptr, abi_ulong guest_addr, ssize_t len) in unlock_user()
48 ssize_t len = target_strlen(guest_addr); in lock_user_string() local
59 int copy_from_user(void *hptr, abi_ulong gaddr, ssize_t len) in copy_from_user()
73 int copy_to_user(abi_ulong gaddr, void *hptr, ssize_t len) in copy_to_user()
94 size_t max_len, len; in target_strlen() local
/openbmc/u-boot/lib/
H A Dsmbios.c63 int i, len = 0; in smbios_string_table_len() local
77 int len = sizeof(struct smbios_type0); in smbios_write_type0() local
114 int len = sizeof(struct smbios_type1); in smbios_write_type1() local
137 int len = sizeof(struct smbios_type2); in smbios_write_type2() local
157 int len = sizeof(struct smbios_type3); in smbios_write_type3() local
211 int len = sizeof(struct smbios_type4); in smbios_write_type4() local
235 int len = sizeof(struct smbios_type32); in smbios_write_type32() local
250 int len = sizeof(struct smbios_type127); in smbios_write_type127() local
277 int len = 0; in write_smbios_table() local
/openbmc/linux/arch/arm64/kvm/vgic/
Dvgic-mmio-v2.c
/openbmc/linux/arch/sparc/include/asm/
Dchecksum_32.h
/openbmc/linux/arch/xtensa/include/asm/
Dchecksum.h
/openbmc/linux/arch/sh/include/asm/
Dchecksum_32.h
Dsram.h
/openbmc/linux/drivers/crypto/caam/
Dsg_sw_qm.h
/openbmc/linux/arch/x86/crypto/
Dcrc32c-intel_glue.c
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
Dsockmap_helpers.h
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwil.c
/openbmc/linux/tools/net/ynl/generated/
Ddevlink-user.c
/openbmc/linux/drivers/net/wireless/ath/carl9170/
Drx.c
/openbmc/u-boot/net/
H A Dnfs.c81 static inline int store_block(uchar *src, unsigned offset, unsigned len) in store_block()
243 int len; in nfs_mount_req() local
269 int len; in nfs_umountall_req() local
294 int len; in nfs_readlink_req() local
320 int len; in nfs_lookup_req() local
363 int len; in nfs_read_req() local
431 static int rpc_lookup_reply(int prog, uchar *pkt, unsigned len) in rpc_lookup_reply()
461 static int nfs_mount_reply(uchar *pkt, unsigned len) in nfs_mount_reply()
487 static int nfs_umountall_reply(uchar *pkt, unsigned len) in nfs_umountall_reply()
511 static int nfs_lookup_reply(uchar *pkt, unsigned len) in nfs_lookup_reply()
[all …]
/openbmc/libmctp/tests/fuzz/
H A Di2c-fuzz.c39 size_t len; member
56 static struct fuzz_buf *fuzz_buf_new(const void *data, size_t len) in fuzz_buf_new()
65 static const void *fuzz_buf_extract(struct fuzz_buf *buf, size_t len) in fuzz_buf_extract()
104 static int fuzz_i2c_tx(const void *buf, size_t len, void *c) in fuzz_i2c_tx()
118 void *c, void *msg, size_t len) in fuzz_i2c_rxmsg()
131 uint32_t len; in do_rx() local
170 uint32_t len; in do_tx() local
214 int LLVMFuzzerTestOneInput(uint8_t *input, size_t len) in LLVMFuzzerTestOneInput()
283 ssize_t len = read(STDIN_FILENO, buf, sizeof(buf)); in run_standalone() local
302 size_t len = __AFL_FUZZ_TESTCASE_LEN; in main() local

12345678910>>...141