/openbmc/linux/net/bluetooth/ |
H A D | ecdh_helper.c | 50 struct scatterlist src, dst; in compute_ecdh_secret() local 150 struct scatterlist dst; in generate_ecdh_public_key() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-file.c | 43 QIOChannel *src, *dst; in test_io_channel_file_helper() local 108 QIOChannel *src, *dst; in test_io_channel_pipe() local
|
/openbmc/linux/drivers/ata/ |
H A D | ahci_xgene.c | 44 #define PORTADDR_SET(dst, src) \ argument 47 #define PORTPHY1CFG_FRCPHYRDY_SET(dst, src) \ argument 54 #define PORTPHY5CFG_RTCHG_SET(dst, src) \ argument 56 #define PORTAXICFG_EN_CONTEXT_SET(dst, src) \ argument 59 #define PORTAXICFG_OUTTRANS_SET(dst, src) \ argument 62 #define PORTRANSCFG_RXWM_SET(dst, src) \ argument
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_compat.c | 228 static int xfrm_nla_cpy(struct sk_buff *dst, const struct nlattr *src, int len) in xfrm_nla_cpy() 233 static int xfrm_xlate64_attr(struct sk_buff *dst, const struct nlattr *src) in xfrm_xlate64_attr() 289 static int xfrm_xlate64(struct sk_buff *dst, const struct nlmsghdr *nlh_src) in xfrm_xlate64() 399 static int xfrm_attr_cpy32(void *dst, size_t *pos, const struct nlattr *src, in xfrm_attr_cpy32() 428 static int xfrm_xlate32_attr(void *dst, const struct nlattr *nla, in xfrm_xlate32_attr() 464 static int xfrm_xlate32(struct nlmsghdr *dst, const struct nlmsghdr *src, in xfrm_xlate32()
|
/openbmc/linux/net/core/ |
H A D | lwtunnel.c | 332 struct dst_entry *dst; in lwtunnel_output() local 385 struct dst_entry *dst; in lwtunnel_xmit() local 439 struct dst_entry *dst; in lwtunnel_input() local
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebt_ip6.c | 29 __be16 dst; member 82 u16 dst = ntohs(pptr->tcpudphdr.dst); in ebt_ip6_mt() local
|
H A D | ebt_ip.c | 26 __be16 dst; member 75 u32 dst = ntohs(pptr->tcpudphdr.dst); in ebt_ip_mt() local
|
/openbmc/linux/arch/mips/crypto/ |
H A D | poly1305-glue.c | 135 void poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) in poly1305_final_arch() 149 static int mips_poly1305_final(struct shash_desc *desc, u8 *dst) in mips_poly1305_final()
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | connect_close.c | 40 static void do_connect(const struct sockaddr_in *dst) in do_connect() 91 struct sockaddr_in dst = { in connect_loop() local
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | des_glue.c | 74 static void sparc_des_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in sparc_des_encrypt() 82 static void sparc_des_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in sparc_des_decrypt() 223 static void sparc_des3_ede_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in sparc_des3_ede_encrypt() 231 static void sparc_des3_ede_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in sparc_des3_ede_decrypt()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_blit.c | 150 static size_t vmw_find_first_diff(const u8 *dst, const u8 *src, size_t size, in vmw_find_first_diff() 222 static ssize_t vmw_find_last_diff(const u8 *dst, const u8 *src, size_t size, in vmw_find_last_diff() 456 static int vmw_external_bo_copy(struct vmw_bo *dst, u32 dst_offset, in vmw_external_bo_copy() 549 struct ttm_buffer_object *dst = &vmw_dst->tbo; in vmw_bo_cpu_blit() local
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon_ccw.c | 25 static void ccw_update_attr(u8 *dst, u8 *src, int attribute, in ccw_update_attr() 100 struct fb_image *image, u8 *buf, u8 *dst) in ccw_putcs_aligned() 141 u8 *dst, *buf = NULL; in ccw_putcs() local 249 u8 *dst; in ccw_cursor() local
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_migrate.c | 40 struct drm_i915_gem_object *dst, in copy() 45 struct drm_i915_gem_object *src, *dst; in copy() local 413 struct drm_i915_gem_object *dst, in __migrate_copy() 427 struct drm_i915_gem_object *dst, in __global_copy() 896 struct drm_i915_gem_object *dst; in perf_clear_blt() local 923 struct scatterlist *dst, in __perf_copy_blt() 979 struct drm_i915_gem_object *src, *dst; in perf_copy_blt() local
|
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as102_fw.c | 21 static unsigned char atohx(unsigned char *dst, char *src) in atohx() 45 unsigned char *src, dst; in parse_hex_line() local
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | kmap.h | 44 static inline void memcpy_fromio(void *dst, const volatile void __iomem *src, in memcpy_fromio() 51 static inline void memcpy_toio(volatile void __iomem *dst, const void *src, in memcpy_toio()
|
/openbmc/linux/crypto/ |
H A D | blowfish_generic.c | 37 static void bf_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_encrypt() 69 static void bf_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_decrypt()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-ce-glue.c | 46 static void aes_cipher_encrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) in aes_cipher_encrypt() 60 static void aes_cipher_decrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) in aes_cipher_decrypt()
|
/openbmc/linux/net/ipv6/ |
H A D | output_core.c | 15 const struct in6_addr *dst, in __ipv6_select_ident() 104 int ip6_dst_hoplimit(struct dst_entry *dst) in ip6_dst_hoplimit()
|
H A D | tcp_ipv6.c | 101 struct dst_entry *dst = skb_dst(skb); in inet6_sk_rx_dst_set() local 151 struct dst_entry *dst; in tcp_v6_connect() local 353 struct dst_entry *dst; in tcp_v6_mtu_reduced() local 442 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in tcp_v6_err() local 518 static int tcp_v6_send_synack(const struct sock *sk, struct dst_entry *dst, in tcp_v6_send_synack() 852 struct dst_entry *dst; in tcp_v6_send_response() local 1190 struct dst_entry *dst, in tcp_v6_syn_recv_sock() 1464 struct dst_entry *dst; in tcp_v6_do_rcv() local 1861 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v6_early_demux() local
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci_mmio.c | 90 static inline int __memcpy_toio_inuser(void __iomem *dst, in __memcpy_toio_inuser() argument 194 void __user *dst, const void __iomem *ioaddr, in __pcilg_mio_inuser() argument 237 __memcpy_fromio_inuser(void __user * dst,const void __iomem * src,unsigned long n) __memcpy_fromio_inuser() argument [all...] |
/openbmc/linux/arch/s390/crypto/ |
H A D | chacha-glue.c | 21 static void chacha20_crypt_s390(u32 *state, u8 *dst, const u8 *src, in chacha20_crypt_s390() 78 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_arch()
|
/openbmc/linux/rust/alloc/vec/ |
H A D | extract_if.rs | 79 let dst: *mut T = &mut v[i - del]; in next() localVariable 108 let dst = src.sub(self.del); in drop() localVariable
|
/openbmc/linux/net/tipc/ |
H A D | udp_media.c | 172 struct udp_media_addr *dst, struct dst_cache *cache) in tipc_udp_xmit() argument 239 struct udp_media_addr *dst = (struct udp_media_addr *)&addr->value; tipc_udp_send_msg() local 337 struct udp_media_addr *dst; tipc_udp_rcast_disc() local 547 struct udp_media_addr *dst; tipc_udp_nl_add_bearer_data() local 631 struct udp_media_addr *dst; tipc_udp_nl_bearer_add() local [all...] |
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_hw.c | 97 static void pe_dmem_memcpy_to32(int id, u32 dst, const void *src, in pe_dmem_memcpy_to32() 114 static void pe_pmem_memcpy_to32(int id, u32 dst, const void *src, in pe_pmem_memcpy_to32() 247 static void class_pe_lmem_memcpy_to32(u32 dst, const void *src, 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()
|
/openbmc/linux/ipc/ |
H A D | msgutil.c | 118 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) in copy_msg() 145 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) in copy_msg()
|