/openbmc/linux/crypto/ |
H A D | compress.c | 14 u8 *dst, unsigned int *dlen) in crypto_comp_compress() 25 u8 *dst, unsigned int *dlen) in crypto_comp_decompress()
|
H A D | khazad.c | 806 __be64 *dst = (__be64 *)ciphertext; in khazad_crypt() local 837 static void khazad_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in khazad_encrypt() 843 static void khazad_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in khazad_decrypt()
|
H A D | authencesn.c | 39 struct scatterlist dst[2]; member 98 struct scatterlist *dst = req->dst; in crypto_authenc_esn_genicv_tail() local 131 struct scatterlist *dst = req->dst; in crypto_authenc_esn_genicv() local 189 struct scatterlist *src, *dst; in crypto_authenc_esn_encrypt() local 231 struct scatterlist *dst = req->dst; in crypto_authenc_esn_decrypt_tail() local 280 struct scatterlist *dst = req->dst; in crypto_authenc_esn_decrypt() local
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | checksum_32.h | 45 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck() 63 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() 71 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | io.h | 63 #define memcpy_fromio(dst, src, count) zpci_memcpy_fromio(dst, src, count) argument 64 #define memcpy_toio(dst, src, count) zpci_memcpy_toio(dst, src, count) argument 65 #define memset_io(dst, val, count) zpci_memset_io(dst, val, count) argument
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | intrinsics.c | 18 void *memcpy(void *dst, const void *src, size_t len) in memcpy() 26 void *memset(void *dst, int c, size_t len) in memset()
|
/openbmc/linux/arch/ia64/lib/ |
H A D | io.c | 13 char *dst = to; in memcpy_fromio() local 41 void memset_io(volatile void __iomem *dst, int c, long count) in memset_io()
|
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | 161 struct dst_entry *dst; in dccp_do_pmtu_discovery() local 202 struct dst_entry *dst = __sk_dst_check(sk, 0); in dccp_do_redirect() local 376 __be32 src, __be32 dst) in dccp_v4_csum_finish() 410 struct dst_entry *dst, in dccp_v4_request_recv_sock() 496 struct dst_entry *dst; in dccp_v4_send_response() local 529 struct dst_entry *dst; in dccp_v4_ctl_send_reset() local
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_output.c | 33 struct dst_entry *dst = skb_dst(skb); in xfrm_skb_check_space() local 276 struct dst_entry *dst = skb_dst(skb); in xfrm4_tunnel_encap_add() local 321 struct dst_entry *dst = skb_dst(skb); in xfrm6_tunnel_encap_add() local 492 struct dst_entry *dst = skb_dst(skb); in xfrm_output_one() local 616 struct dst_entry *dst = skb_dst(skb); in xfrm_dev_direct_output() local 875 struct dst_entry *dst = skb_dst(skb); in xfrm6_tunnel_check_size() local
|
/openbmc/u-boot/lib/ |
H A D | charset.c | 130 int utf8_put(s32 code, char **dst) in utf8_put() 180 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count) in utf8_utf16_strncpy() 224 int utf16_put(s32 code, u16 **dst) in utf16_put() 284 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count) in utf16_utf8_strncpy()
|
/openbmc/linux/kernel/bpf/ |
H A D | cpumask.c | 249 __bpf_kfunc bool bpf_cpumask_and(struct bpf_cpumask *dst, in bpf_cpumask_and() 264 __bpf_kfunc void bpf_cpumask_or(struct bpf_cpumask *dst, in bpf_cpumask_or() 279 __bpf_kfunc void bpf_cpumask_xor(struct bpf_cpumask *dst, in bpf_cpumask_xor() 371 __bpf_kfunc void bpf_cpumask_copy(struct bpf_cpumask *dst, const struct cpumask *src) in bpf_cpumask_copy()
|
/openbmc/qemu/tests/unit/ |
H A D | io-channel-helpers.c | 27 QIOChannel *dst; member 105 QIOChannel *dst) in qio_channel_test_run_threads() 139 QIOChannel *dst) in qio_channel_test_run_reader()
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | checksum.h | 48 __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck() 55 __wsum csum_and_copy_from_user(const void __user *src, void *dst, in csum_and_copy_from_user() 241 void __user *dst, int len) in csum_and_copy_to_user()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | checksum_32.h | 45 __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck() 52 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() 197 void __user *dst, in csum_and_copy_to_user()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_spl_loaders.c | 1 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst) in nand_spl_load_image() 74 int nand_spl_read_block(int block, int offset, int len, void *dst) in nand_spl_read_block()
|
/openbmc/linux/lib/zstd/decompress/ |
H A D | zstd_decompress_block.c | 47 static void ZSTD_copy4(void* dst, const void* src) { ZSTD_memcpy(dst, src, 4); } in ZSTD_copy4() 73 static void ZSTD_allocateLiteralsBuffer(ZSTD_DCtx* dctx, void* const dst, const size_t dstCapacity,… in ZSTD_allocateLiteralsBuffer() 121 void* dst, size_t dstCapacity, const streaming_operation streaming) in ZSTD_decodeLiteralsBlock() 1323 void* dst, size_t maxDstSize, 1540 void* dst, size_t maxDstSize, 1628 void* dst, size_t maxDstSize, 1638 void* dst, size_t maxDstSize, 1669 void* dst, size_t maxDstSize, 1835 void* dst, size_t maxDstSize, 1852 void* dst, size_t maxDstSize, [all …]
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | string.h | 28 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 29 #define memmove(dst, src, len) __memmove(dst, src, len) argument
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | checksum.h | 42 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() 55 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() 69 static inline __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 243 static void emit_alu_i64(const s8 *dst, s32 imm, in emit_alu_i64() 327 static void emit_alu_i32(const s8 *dst, s32 imm, in emit_alu_i32() 406 static void emit_alu_r64(const s8 *dst, const s8 *src, in emit_alu_r64() 511 static void emit_alu_r32(const s8 *dst, const s8 *src, in emit_alu_r32() 836 static int emit_load_r64(const s8 *dst, const s8 *src, s16 off, in emit_load_r64() 873 static int emit_store_r64(const s8 *dst, const s8 *src, s16 off, in emit_store_r64() 944 static void emit_zext64(const s8 *dst, struct rv_jit_context *ctx) in emit_zext64() 964 const s8 *dst = bpf2rv32[insn->dst_reg]; in bpf_jit_emit_insn() local
|
/openbmc/linux/lib/ |
H A D | base64.c | 32 int base64_encode(const u8 *src, int srclen, char *dst) in base64_encode() 73 int base64_decode(const char *src, int srclen, u8 *dst) in base64_decode()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | fs_dr.c | 189 struct mlx5_flow_rule *dst) in create_vport_action() 200 struct mlx5_flow_rule *dst) in create_uplink_action() 209 struct mlx5_flow_rule *dst) in create_ft_action() 219 struct mlx5_flow_rule *dst) in create_range_action() 241 static bool contain_vport_reformat_action(struct mlx5_flow_rule *dst) in contain_vport_reformat_action() 267 struct mlx5_flow_rule *dst; in mlx5_cmd_dr_create_fte() local
|
/openbmc/linux/drivers/rpmsg/ |
H A D | rpmsg_core.c | 183 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_sendto() 214 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_send_offchannel() 271 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_trysendto() 321 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_trysend_offchannel() 341 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in rpmsg_set_flow_control()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | bitblit.c | 25 static void update_attr(u8 *dst, u8 *src, int attribute, in update_attr() 79 struct fb_image *image, u8 *buf, u8 *dst) in bit_putcs_aligned() 112 u8 *dst) in bit_putcs_unaligned() 154 u8 *dst, *buf = NULL; in bit_putcs() local 263 u8 *dst; in bit_cursor() local
|
/openbmc/linux/arch/x86/lib/ |
H A D | copy_mc.c | 62 unsigned long __must_check copy_mc_to_kernel(void *dst, const void *src, unsigned len) in copy_mc_to_kernel() 73 unsigned long __must_check copy_mc_to_user(void __user *dst, const void *src, unsigned len) in copy_mc_to_user()
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | set-tz.c | 28 int set_tz(int min, int dst) in set_tz() 61 int min, dst; in main() local
|