/openbmc/linux/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
|
H A D | string_helpers.c | 178 static bool unescape_space(char **src, char **dst) in unescape_space() 206 static bool unescape_octal(char **src, char **dst) in unescape_octal() 225 static bool unescape_hex(char **src, char **dst) in unescape_hex() 249 static bool unescape_special(char **src, char **dst) in unescape_special() 313 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape() 564 int string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, in string_escape_mem() 638 char *kstrdup_quotable(const char *src, gfp_t gfp) in kstrdup_quotable() 725 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp) in kstrdup_and_replace() 846 ssize_t strscpy_pad(char *dest, const char *src, size_t count) in strscpy_pad() 1024 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count, in memcpy_and_pad()
|
H A D | string.c | 79 char *strcpy(char *dest, const char *src) in strcpy() 91 char *strncpy(char *dest, const char *src, size_t count) in strncpy() 107 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy() 122 ssize_t strscpy(char *dest, const char *src, size_t count) in strscpy() 207 char *stpcpy(char *__restrict__ dest, const char *__restrict__ src) in stpcpy() 216 char *strcat(char *dest, const char *src) in strcat() 230 char *strncat(char *dest, const char *src, size_t count) in strncat() 250 size_t strlcat(char *dest, const char *src, size_t count) in strlcat() 619 void *memcpy(void *dest, const void *src, size_t count) in memcpy() 640 void *memmove(void *dest, const void *src, size_t count) in memmove()
|
/openbmc/linux/crypto/ |
H A D | zstd.c | 150 static int __zstd_compress(const u8 *src, unsigned int slen, in __zstd_compress() 164 static int zstd_compress(struct crypto_tfm *tfm, const u8 *src, in zstd_compress() 172 static int zstd_scompress(struct crypto_scomp *tfm, const u8 *src, in zstd_scompress() 179 static int __zstd_decompress(const u8 *src, unsigned int slen, in __zstd_decompress() 192 static int zstd_decompress(struct crypto_tfm *tfm, const u8 *src, in zstd_decompress() 200 static int zstd_sdecompress(struct crypto_scomp *tfm, const u8 *src, in zstd_sdecompress()
|
H A D | 842.c | 66 const u8 *src, unsigned int slen, in crypto842_compress() 75 const u8 *src, unsigned int slen, in crypto842_scompress() 82 const u8 *src, unsigned int slen, in crypto842_decompress() 89 const u8 *src, unsigned int slen, in crypto842_sdecompress()
|
H A D | aegis.h | 47 const union aegis_block *src) in crypto_aegis_block_xor() 54 const union aegis_block *src) in crypto_aegis_block_and() 61 const union aegis_block *src, in crypto_aegis_aesenc()
|
H A D | deflate.c | 176 static int __deflate_compress(const u8 *src, unsigned int slen, in __deflate_compress() 205 static int deflate_compress(struct crypto_tfm *tfm, const u8 *src, in deflate_compress() 213 static int deflate_scompress(struct crypto_scomp *tfm, const u8 *src, in deflate_scompress() 220 static int __deflate_decompress(const u8 *src, unsigned int slen, in __deflate_decompress() 261 static int deflate_decompress(struct crypto_tfm *tfm, const u8 *src, in deflate_decompress() 269 static int deflate_sdecompress(struct crypto_scomp *tfm, const u8 *src, in deflate_sdecompress()
|
H A D | tea.c | 57 static void tea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_encrypt() 85 static void tea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_decrypt() 130 static void xtea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_encrypt() 151 static void xtea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_decrypt() 174 static void xeta_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_encrypt() 195 static void xeta_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_decrypt()
|
/openbmc/linux/arch/sparc/lib/ |
H A D | U1memcpy.S | 51 #define STORE(type,src,addr) type src, [addr] argument 55 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_P argument 80 #define MAIN_LOOP_CHUNK(src, dest, fdest, fsrc, jmptgt) \ argument 88 #define LOOP_CHUNK1(src, dest, branch_dest) \ argument 90 #define LOOP_CHUNK2(src, dest, branch_dest) \ argument 92 #define LOOP_CHUNK3(src, dest, branch_dest) \ argument
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | addr.h | 60 const struct sockaddr *src) in __rpc_copy_addr4() 86 const struct sockaddr *src) in __rpc_copy_addr6() 104 const struct sockaddr *src) in __rpc_copy_addr6() 158 const struct sockaddr *src) in rpc_copy_addr()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | uaccess_64.h | 125 raw_copy_from_user(void *dst, const void __user *src, unsigned long size) in raw_copy_from_user() 131 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) in raw_copy_to_user() 140 __copy_from_user_inatomic_nocache(void *dst, const void __user *src, in __copy_from_user_inatomic_nocache() 152 __copy_from_user_flushcache(void *dst, const void __user *src, unsigned size) in __copy_from_user_flushcache()
|
/openbmc/linux/arch/x86/lib/ |
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() 48 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() 70 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | ehv_pic.c | 47 unsigned int src = virq_to_hw(d->irq); in ehv_pic_unmask_irq() local 54 unsigned int src = virq_to_hw(d->irq); in ehv_pic_mask_irq() local 61 unsigned int src = virq_to_hw(d->irq); in ehv_pic_end_irq() local 74 unsigned int src = virq_to_hw(d->irq); in ehv_pic_set_affinity() local 114 unsigned int src = virq_to_hw(d->irq); in ehv_pic_set_irq_type() local
|
/openbmc/u-boot/lib/lzo/ |
H A D | lzo1x_decompress.c | 24 #define COPY4(dst, src) \ argument 34 bool lzop_is_valid_header(const unsigned char *src) in lzop_is_valid_header() 45 static inline const unsigned char *parse_header(const unsigned char *src) in parse_header() 78 int lzop_decompress(const unsigned char *src, size_t src_len, in lzop_decompress()
|
/openbmc/linux/arch/s390/mm/ |
H A D | maccess.c | 27 static notrace long s390_kernel_write_odd(void *dst, const void *src, size_t size) in s390_kernel_write_odd() 64 notrace void *s390_kernel_write(void *dst, const void *src, size_t size) in s390_kernel_write() 82 size_t memcpy_real_iter(struct iov_iter *iter, unsigned long src, size_t count) in memcpy_real_iter() 114 int memcpy_real(void *dest, unsigned long src, size_t count) in memcpy_real()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 135 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xfrm() 174 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_memcpy() 251 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_swab() 438 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_xrgb1555() 490 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_argb1555() 542 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgba5551() 640 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_argb8888() 670 const struct iosys_map *src, in drm_fb_xrgb8888_to_abgr8888() 700 const struct iosys_map *src, in drm_fb_xrgb8888_to_xbgr8888() 752 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_xrgb2101010() [all …]
|
/openbmc/linux/drivers/vhost/ |
H A D | vringh.c | 256 static int slow_copy(struct vringh *vrh, void *dst, const void *src, in slow_copy() 303 void *dst, const void *src, size_t len)) in __vringh_iov() 454 const struct vring_used_elem in __vringh_complete() 614 void *dst, const void *src, size_t len) in copydesc_user() 776 const void *src, size_t len) in vringh_iov_push_user() 912 void *src, size_t len) in kern_xfer() 1025 const void *src, size_t len) in vringh_iov_push_kern() 1178 void *src, size_t len) in copy_from_iotlb() 1224 void *src, size_t len) in copy_to_iotlb() 1381 const struct vring_used_elem *src, in putused_iotlb() [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx_inline.h | 76 ahd_known_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_known_modes() 85 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_build_mode_state() 92 ahd_mode *src, ahd_mode *dst) in ahd_extract_mode_state()
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | ssh_parser.c | 29 static bool sshp_validate_crc(const struct ssam_span *src, const u8 *crc) in sshp_validate_crc() 41 static bool sshp_starts_with_syn(const struct ssam_span *src) in sshp_starts_with_syn() 69 bool sshp_find_syn(const struct ssam_span *src, struct ssam_span *rem) in sshp_find_syn()
|
/openbmc/linux/arch/s390/lib/ |
H A D | string.c | 87 char *strcpy(char *dest, const char *src) in strcpy() 113 char *strncpy(char *dest, const char *src, size_t n) in strncpy() 131 char *strcat(char *dest, const char *src) in strcat() 157 size_t strlcat(char *dest, const char *src, size_t n) in strlcat() 188 char *strncat(char *dest, const char *src, size_t n) in strncat()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sm4_aesni_avx_glue.c | 50 const u8 *src = walk.src.virt.addr; in ecb_do_crypt() local 105 const u8 *src = walk.src.virt.addr; in sm4_cbc_encrypt() local 138 const u8 *src = walk.src.virt.addr; in sm4_avx_cbc_decrypt() local 204 const u8 *src = walk.src.virt.addr; in sm4_cfb_encrypt() local 244 const u8 *src = walk.src.virt.addr; in sm4_avx_cfb_decrypt() local 313 const u8 *src = walk.src.virt.addr; in sm4_avx_ctr_crypt() local
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_routes.c | 48 #define RVi(table, src, dest) ((table)[(dest) * NI_NUM_NAMES + (src)]) argument 159 const int src = R->src[j]; in ni_count_valid_routes() local 213 const int src = R->src[j]; in ni_get_valid_routes() local 413 s8 ni_lookup_route_register(int src, int dest, in ni_lookup_route_register() 464 s8 ni_route_to_register(const int src, const int dest, in ni_route_to_register() 522 int src; in ni_find_route_source() local
|
/openbmc/qemu/util/ |
H A D | error.c | 23 const char *src, *func; member 58 const char *src, int line, const char *func, in error_setv() 88 const char *src, int line, const char *func, in error_set_internal() 99 const char *src, int line, const char *func, in error_setg_internal() 110 const char *src, int line, const char *func, in error_setg_errno_internal() 125 const char *src, int line, const char *func, in error_setg_file_open_internal() 181 const char *src, int line, const char *func, in error_setg_win32_internal()
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp64.c | 98 static void emit_sext(struct jit_context *ctx, u8 dst, u8 src) in emit_sext() 201 static void emit_alu_r64(struct jit_context *ctx, u8 dst, u8 src, u8 op) in emit_alu_r64() 334 static void emit_ldx(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 size) in emit_ldx() 358 static void emit_stx(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 size) in emit_stx() 382 u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r64() 421 static void emit_cmpxchg_r64(struct jit_context *ctx, u8 dst, u8 src, s16 off) in emit_cmpxchg_r64() 638 u8 src = bpf2mips64[insn->src_reg]; in build_insn() local
|
/openbmc/libpldm/tests/ |
H A D | msgbuf_generic.c | 143 int32_t src = -12345; in test_msgbuf_insert_generic_int32() local 165 uint32_t src = 0xf1223344; in test_msgbuf_insert_generic_uint32() local 187 uint16_t src = 0xf344; in test_msgbuf_insert_generic_uint16() local 209 int16_t src = -12; in test_msgbuf_insert_generic_int16() local 231 uint8_t src = 0xf4; in test_msgbuf_insert_generic_uint8() local 253 int8_t src = -4; in test_msgbuf_insert_generic_int8() local 275 uint8_t src[6] = {0x11, 0x22, 0x44, 0x55, 0x66, 0x77}; in test_msgbuf_insert_array_generic_uint8() local
|