/kernel/linux/linux-6.6/sound/core/ |
H A D | memory.c | 24 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) in copy_to_user_fromio() argument 44 int copy_to_iter_fromio(struct iov_iter *dst, const void __iomem *src, in copy_to_iter_fromio() argument 76 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_ argument 96 copy_from_iter_toio(void __iomem *dst, struct iov_iter *src, size_t count) copy_from_iter_toio() argument [all...] |
/kernel/liteos_a/lib/libscrew/src/ |
H A D | los_crc32.c | 42 UINT32 LOS_EtherCrc32Accumulate(UINT32 val, UINT8 *src, INT32 len) in LOS_EtherCrc32Accumulate() argument 60 UINT32 LOS_Crc32Accumulate(UINT32 val, UINT8 *src, INT32 len) in LOS_Crc32Accumulate() argument
|
/kernel/liteos_m/testsuites/unittest/posix/src/string/ |
H A D | string_func_test_01.c | 77 char src[] = "helloworld"; variable 90 char src[] = "hello world"; variable 115 char src[] = "hello\0world"; variable 128 char src[] = "\0helloworld"; variable 142 char *src[] = {"helloworld", "HElloworld"}; variable 155 char *src[] = {"helloworld", "he\\0lloworld"}; global() variable 168 char *src[] = {"helloworld", "he lloworld"}; global() variable 181 char *src[] = {"helloworld", "hello World"}; global() variable 194 char *src[] = {"helloworld", "\\0"}; global() variable 207 char *src[] = {"helloworld", "HELloworld"}; global() variable 220 char *src[] = {"helloworld", "he\\0lloworld"}; global() variable 233 char *src[] = {"helloworld", "he lloworld"}; global() variable 246 char *src[] = {"helloworld", "hello World"}; global() variable 259 char *src[] = {"helloworld", "\\0"}; global() variable 273 char src[] = "hello world"; global() variable 286 char src[] = "hello world"; global() variable 300 char src[] = "hello\\0world"; global() variable 314 char src[] = "hello world"; global() variable 328 char src[] = "hello\\0world"; global() variable [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | iomap_copy.c | 24 const u32 *src = from; in __iowrite32_copy() local 45 const u32 __iomem *src = from; in __ioread32_copy() local 69 const u64 *src = from; in __iowrite64_copy() local [all...] |
H A D | base64.c | 32 int base64_encode(const u8 *src, int srclen, char *dst) in base64_encode() argument 73 int base64_decode(const char *src, int srclen, u8 *dst) in base64_decode() argument [all...] |
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | poly1305.c | 30 void poly1305_update_generic(struct poly1305_desc_ctx *desc, const u8 *src, in poly1305_update_generic() argument
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | armor.c | 37 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor() argument 75 int ceph_unarmor(char *dst, const char *src, cons argument [all...] |
/kernel/linux/linux-6.6/net/rds/ |
H A D | tcp_stats.c | 55 uint64_t *src; in rds_tcp_stats_info_copy() local
|
/kernel/linux/linux-5.10/crypto/ |
H A D | poly1305_generic.c | 57 static void poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_blocks() argument 34 crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, const u8 *src, unsigned int srclen) crypto_poly1305_setdesckey() argument 72 crypto_poly1305_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) crypto_poly1305_update() argument [all...] |
H A D | sha1_generic.c | 30 static void sha1_generic_block_fn(struct sha1_state *sst, u8 const *src, in sha1_generic_block_fn() argument
|
/kernel/linux/linux-5.10/arch/m68k/lib/ |
H A D | memmove.c | 10 void *memmove(void *dest, const void *src, size_t n) in memmove() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | memcpy_32.c | 24 __visible void *memmove(void *dest, const void *src, size_t n) in memmove() argument
|
H A D | copy_mc.c | 66 unsigned long __must_check copy_mc_to_kernel(void *dst, const void *src, unsigned len) in copy_mc_to_kernel() argument 77 unsigned long __must_check copy_mc_to_user(void __user *dst, const void *src, unsigned len) in copy_mc_to_user() argument [all...] |
H A D | csum-wrappers_64.c | 24 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument 49 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() argument 72 csum_partial_copy_nocheck(const void *src, void *dst, int len) csum_partial_copy_nocheck() argument [all...] |
/kernel/linux/linux-5.10/arch/xtensa/boot/lib/ |
H A D | zmem.c | 36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() argument
|
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/ |
H A D | misc.c | 54 void *memcpy(void *dest, const void *src, size_t n) in memcpy() argument
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 26 nhpoly1305_neon_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) nhpoly1305_neon_update() argument
|
H A D | sha512-glue.c | 26 static void __sha512_block_data_order(struct sha512_state *sst, u8 const *src, in __sha512_block_data_order() argument
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | uaccess_flushcache.c | 10 void memcpy_flushcache(void *dst, const void *src, size_t cnt) in memcpy_flushcache() argument
|
H A D | copy_template.S | 25 src .req x1 label [all...] |
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
H A D | uaccess.h | 73 static inline long hexagon_strncpy_from_user(char *dst, const char __user *src, in hexagon_strncpy_from_user() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | pm.c | 38 static void davinci_sram_push(void *dest, void *src, unsigned int size) in davinci_sram_push() argument
|
/kernel/linux/linux-5.10/arch/csky/lib/ |
H A D | usercopy.c | 81 long __strncpy_from_user(char *dst, const char *src, long count) in __strncpy_from_user() argument 108 long strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-coremask.h | 62 cvmx_coremask_copy(struct cvmx_coremask *dest, const struct cvmx_coremask *src) cvmx_coremask_copy() argument
|
/kernel/linux/linux-5.10/arch/hexagon/mm/ |
H A D | copy_from_user.S | 30 #define src r1 define
|