/linux-4.1.27/tools/build/feature/ |
H A D | test-libelf-getphdrnum.c | 5 size_t dst; main() local
|
/linux-4.1.27/arch/nios2/lib/ |
H A D | memmove.c | 16 unsigned long dst, src; memmove() local
|
/linux-4.1.27/arch/um/kernel/ |
H A D | maccess.c | 13 long probe_kernel_read(void *dst, const void *src, size_t size) probe_kernel_read() argument
|
/linux-4.1.27/sound/core/ |
H A D | memory.c | 38 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) copy_to_user_fromio() argument 71 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_t count) copy_from_user_toio() argument
|
H A D | hwdep_compat.c | 36 struct snd_hwdep_dsp_image __user *dst; snd_hwdep_dsp_load_compat() local
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | uverbs_marshall.c | 36 void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, ib_copy_ah_attr_to_user() argument 55 void ib_copy_qp_attr_to_user(struct ib_uverbs_qp_attr *dst, ib_copy_qp_attr_to_user() argument 94 void ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, ib_copy_path_rec_to_user() argument 120 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, ib_copy_path_rec_from_user() argument
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
H A D | vmci_route.c | 28 vmci_route(struct vmci_handle *src, const struct vmci_handle *dst, bool from_guest, enum vmci_route *route) vmci_route() argument
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
H A D | fw.c | 36 void wil_memset_toio_32(volatile void __iomem *dst, u32 val, wil_memset_toio_32() argument
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_pio_copy.c | 48 u64 __iomem *dst = to; qib_pio_copy() local
|
/linux-4.1.27/fs/ |
H A D | stack.c | 10 void fsstack_copy_inode_size(struct inode *dst, struct inode *src) fsstack_copy_inode_size() argument
|
/linux-4.1.27/fs/xfs/ |
H A D | uuid.h | 30 uuid_copy(uuid_t *dst, uuid_t *src) uuid_copy() argument
|
H A D | xfs_icache.h | 80 xfs_fs_eofblocks_from_user( struct xfs_fs_eofblocks *src, struct xfs_eofblocks *dst) xfs_fs_eofblocks_from_user() argument
|
H A D | xfs_trans_priv.h | 140 xfs_trans_ail_copy_lsn( struct xfs_ail *ailp, xfs_lsn_t *dst, xfs_lsn_t *src) xfs_trans_ail_copy_lsn() argument 152 xfs_trans_ail_copy_lsn( struct xfs_ail *ailp, xfs_lsn_t *dst, xfs_lsn_t *src) xfs_trans_ail_copy_lsn() argument
|
/linux-4.1.27/arch/arm/lib/ |
H A D | csumpartialcopygeneric.S | 22 dst .req r1 label
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | twofish_glue.c | 54 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) twofish_encrypt() argument 56 twofish_enc_blk(crypto_tfm_ctx(tfm), dst, src); twofish_encrypt() local 59 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) twofish_decrypt() argument 61 twofish_dec_blk(crypto_tfm_ctx(tfm), dst, src); twofish_decrypt() local
|
H A D | aes_glue.c | 13 void crypto_aes_encrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src) crypto_aes_encrypt_x86() argument 19 void crypto_aes_decrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src) crypto_aes_decrypt_x86() argument 25 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) aes_encrypt() argument 27 aes_enc_blk(crypto_tfm_ctx(tfm), dst, src); aes_encrypt() local 30 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) aes_decrypt() argument 32 aes_dec_blk(crypto_tfm_ctx(tfm), dst, src); aes_decrypt() local
|
H A D | salsa20_glue.c | 48 encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) encrypt() argument
|
H A D | fpu.c | 43 crypto_fpu_encrypt(struct blkcipher_desc *desc_in, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_fpu_encrypt() argument 62 crypto_fpu_decrypt(struct blkcipher_desc *desc_in, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_fpu_decrypt() argument
|
/linux-4.1.27/arch/x86/include/asm/crypto/ |
H A D | serpent-sse2.h | 16 static inline void serpent_enc_blk_xway(struct serpent_ctx *ctx, u8 *dst, serpent_enc_blk_xway() argument 22 static inline void serpent_enc_blk_xway_xor(struct serpent_ctx *ctx, u8 *dst, serpent_enc_blk_xway_xor() argument 28 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, serpent_dec_blk_xway() argument 43 static inline void serpent_enc_blk_xway(struct serpent_ctx *ctx, u8 *dst, serpent_enc_blk_xway() argument 49 static inline void serpent_enc_blk_xway_xor(struct serpent_ctx *ctx, u8 *dst, serpent_enc_blk_xway_xor() argument 55 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, serpent_dec_blk_xway() argument
|
H A D | camellia.h | 67 static inline void camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, camellia_enc_blk() argument 73 static inline void camellia_enc_blk_xor(struct camellia_ctx *ctx, u8 *dst, camellia_enc_blk_xor() argument 79 static inline void camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst, camellia_enc_blk_2way() argument 85 static inline void camellia_enc_blk_xor_2way(struct camellia_ctx *ctx, u8 *dst, camellia_enc_blk_xor_2way() argument
|
/linux-4.1.27/arch/metag/mm/ |
H A D | maccess.c | 18 long probe_kernel_write(void *dst, const void *src, size_t size) probe_kernel_write() argument
|
/linux-4.1.27/arch/microblaze/lib/ |
H A D | memcpy.c | 39 char *dst = v_dst; memcpy() local 51 char *dst = v_dst; memcpy() local
|
H A D | memmove.c | 38 char *dst = v_dst; memmove() local 61 char *dst = v_dst; memmove() local
|
/linux-4.1.27/crypto/ |
H A D | compress.c | 20 crypto_compress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto_compress() argument 28 crypto_decompress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto_decompress() argument
|
H A D | blowfish_generic.c | 41 static void bf_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) bf_encrypt() argument 75 static void bf_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) bf_decrypt() argument
|
H A D | lz4.c | 48 lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4_compress_crypto() argument 64 lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4_decompress_crypto() argument
|
H A D | lz4hc.c | 48 lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4hc_compress_crypto() argument 64 lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4hc_decompress_crypto() argument
|
H A D | lzo.c | 51 lzo_compress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lzo_compress() argument 67 lzo_decompress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lzo_decompress() argument
|
H A D | twofish_generic.c | 113 __le32 *dst = (__le32 *)out; twofish_encrypt() local 150 __le32 *dst = (__le32 *)out; twofish_decrypt() local
|
H A D | blowfish_common.c | 315 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) encrypt_block() argument
|
H A D | cipher.c | 63 cipher_crypt_unaligned(void (*fn)(struct crypto_tfm *, u8 *, const u8 *), struct crypto_tfm *tfm, u8 *dst, const u8 *src) cipher_crypt_unaligned() argument 78 cipher_encrypt_unaligned(struct crypto_tfm *tfm, u8 *dst, const u8 *src) cipher_encrypt_unaligned() argument 92 cipher_decrypt_unaligned(struct crypto_tfm *tfm, u8 *dst, const u8 *src) cipher_decrypt_unaligned() argument
|
H A D | crypto_null.c | 68 static void null_crypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) null_crypt() argument 28 null_compress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) null_compress() argument 73 skcipher_null_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) skcipher_null_crypt() argument
|
H A D | deflate.c | 127 deflate_compress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) deflate_compress() argument 156 deflate_decompress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) deflate_decompress() argument
|
H A D | fcrypt.c | 236 static void fcrypt_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) fcrypt_encrypt() argument 268 static void fcrypt_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) fcrypt_decrypt() argument
|
H A D | ghash-generic.c | 68 u8 *dst = dctx->buffer; ghash_update() local 105 u8 *dst = dctx->buffer; ghash_flush() local 119 static int ghash_final(struct shash_desc *desc, u8 *dst) ghash_final() argument
|
H A D | michael_mic.c | 107 __le32 *dst = (__le32 *)out; michael_final() local
|
H A D | scatterwalk.c | 28 void *dst = out ? sgdata : buf; memcpy_dir() local
|
/linux-4.1.27/drivers/video/fbdev/core/ |
H A D | fb_sys_fops.c | 60 void *dst; fb_sys_write() local
|
H A D | cfbfillrect.c | 35 bitfill_aligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, bitfill_aligned() argument 50 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); bitfill_aligned() local 56 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); bitfill_aligned() local 79 FB_WRITEL(comp(pat, FB_READL(dst), last), dst); bitfill_aligned() local 92 bitfill_unaligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, bitfill_unaligned() argument 107 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); bitfill_unaligned() local 112 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); bitfill_unaligned() local 138 FB_WRITEL(comp(pat, FB_READL(dst), last), dst); bitfill_unaligned() local 146 bitfill_aligned_rev(struct fb_info *p, unsigned long __iomem *dst, bitfill_aligned_rev() argument 217 bitfill_unaligned_rev(struct fb_info *p, unsigned long __iomem *dst, bitfill_unaligned_rev() argument 284 unsigned long __iomem *dst; cfb_fillrect() local
|
H A D | syscopyarea.c | 28 bitcpy(struct fb_info *p, unsigned long *dst, unsigned dst_idx, bitcpy() argument 170 bitcpy_rev(struct fb_info *p, unsigned long *dst, unsigned dst_idx, bitcpy_rev() argument
|
H A D | sysfillrect.c | 25 bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, bitfill_aligned() argument 81 bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, bitfill_unaligned() argument 135 bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, bitfill_aligned_rev() argument 191 bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, bitfill_unaligned_rev() argument 249 unsigned long *dst; sys_fillrect() local
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | dma-rcar-audmapp.h | 25 dma_addr_t dst; member in struct:audmapp_slave_config
|
/linux-4.1.27/arch/score/lib/ |
H A D | checksum_copy.c | 30 unsigned int csum_partial_copy(const char *src, char *dst, csum_partial_copy() argument 39 unsigned int csum_partial_copy_from_user(const char *src, char *dst, csum_partial_copy_from_user() argument
|
/linux-4.1.27/arch/powerpc/lib/ |
H A D | checksum_wrappers_64.c | 26 __wsum csum_and_copy_from_user(const void __user *src, void *dst, csum_and_copy_from_user() argument 67 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len, csum_and_copy_to_user() argument
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | io.c | 84 void __memset_io(volatile void __iomem *dst, int c, size_t count) __memset_io() argument
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | uaccess.c | 20 long strncpy_from_user(char *dst, const char __user *src, long count) strncpy_from_user() argument
|
/linux-4.1.27/arch/hexagon/lib/ |
H A D | io.c | 34 short int *dst = (short int *) data; __raw_readsw() local 53 volatile short int *dst = (short int *)addr; __raw_writesw() local 68 long *dst = (long *) data; __raw_readsl() local 82 volatile long *dst = (long *)addr; __raw_writesl() local
|
/linux-4.1.27/arch/m32r/lib/ |
H A D | csum_partial_copy.c | 31 csum_partial_copy_nocheck (const void *src, void *dst, int len, __wsum sum) csum_partial_copy_nocheck() argument 45 csum_partial_copy_from_user (const void __user *src, void *dst, csum_partial_copy_from_user() argument
|
H A D | usercopy.c | 113 __strncpy_from_user(char *dst, const char __user *src, long count) __strncpy_from_user() argument 121 strncpy_from_user(char *dst, const char __user *src, long count) strncpy_from_user() argument
|
/linux-4.1.27/arch/alpha/lib/ |
H A D | srm_printk.c | 14 char *src, *dst; srm_printk() local
|
/linux-4.1.27/net/ceph/ |
H A D | armor.c | 36 int ceph_armor(char *dst, const char *src, const char *end) ceph_armor() argument 74 int ceph_unarmor(char *dst, const char *src, const char *end) ceph_unarmor() argument
|
/linux-4.1.27/lib/ |
H A D | iomap_copy.c | 35 u32 __iomem *dst = to; __iowrite32_copy() local 59 u64 __iomem *dst = to; __iowrite64_copy() local
|
H A D | strncpy_from_user.c | 23 static inline long do_strncpy_from_user(char *dst, const char __user *src, long count, unsigned long max) do_strncpy_from_user() argument 99 long strncpy_from_user(char *dst, const char __user *src, long count) strncpy_from_user() argument
|
H A D | checksum.c | 156 csum_partial_copy_from_user(const void __user *src, void *dst, int len, csum_partial_copy_from_user() argument 176 csum_partial_copy(const void *src, void *dst, int len, __wsum sum) csum_partial_copy() argument
|
H A D | textsearch.c | 202 static unsigned int get_linear_data(unsigned int consumed, const u8 **dst, get_linear_data() argument
|
/linux-4.1.27/mm/ |
H A D | maccess.c | 21 long __probe_kernel_read(void *dst, const void *src, size_t size) __probe_kernel_read() argument 49 long __probe_kernel_write(void *dst, const void *src, size_t size) __probe_kernel_write() argument
|
/linux-4.1.27/net/netfilter/ |
H A D | xt_realm.c | 28 const struct dst_entry *dst = skb_dst(skb); realm_mt() local
|
H A D | xt_nat.c | 29 static void xt_nat_convert_range(struct nf_nat_range *dst, xt_nat_convert_range() argument
|
H A D | nf_conntrack_labels.c | 68 u32 *dst; nf_connlabels_replace() local
|
H A D | nft_bitwise.c | 34 u32 *dst = ®s->data[priv->dreg]; nft_bitwise_eval() local
|
H A D | nft_byteorder.c | 34 u32 *dst = ®s->data[priv->dreg]; nft_byteorder_eval() local
|
H A D | xt_multiport.c | 31 ports_match_v1(const struct xt_multiport_v1 *minfo, u_int16_t src, u_int16_t dst) ports_match_v1() argument
|
H A D | xt_policy.c | 89 const struct dst_entry *dst = skb_dst(skb); match_policy_out() local
|
/linux-4.1.27/net/sunrpc/ |
H A D | sunrpc.h | 48 struct dst_entry *dst; sock_is_loopback() local
|
/linux-4.1.27/tools/perf/util/ |
H A D | bitmap.c | 23 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, __bitmap_or() argument
|
H A D | quote.c | 20 static void sq_quote_buf(struct strbuf *dst, const char *src) sq_quote_buf() argument 42 void sq_quote_argv(struct strbuf *dst, const char** argv, size_t maxlen) sq_quote_argv() argument
|
H A D | alias.c | 28 int src, dst, count = 0, size = 16; local
|
/linux-4.1.27/drivers/media/pci/cx18/ |
H A D | cx18-io.c | 29 u8 __iomem *dst = addr; cx18_memset_io() local
|
H A D | cx18-av-vbi.c | 82 static int decode_vps(u8 *dst, u8 *p) decode_vps() argument
|
/linux-4.1.27/drivers/media/platform/s5p-g2d/ |
H A D | g2d-hw.c | 87 g2d_set_v41_stretch(struct g2d_dev *d, struct g2d_frame *src, struct g2d_frame *dst) g2d_set_v41_stretch() argument
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic79xx_inline.h | 76 ahd_known_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) ahd_known_modes() argument 85 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) ahd_build_mode_state() argument 91 ahd_extract_mode_state(struct ahd_softc *ahd, ahd_mode_state state, ahd_mode *src, ahd_mode *dst) ahd_extract_mode_state() argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/ |
H A D | linux-obdo.c | 53 void obdo_from_la(struct obdo *dst, struct lu_attr *la, __u64 valid) obdo_from_la() argument 100 void la_from_obdo(struct lu_attr *dst, struct obdo *obdo, u32 valid) la_from_obdo() argument 148 void obdo_refresh_inode(struct inode *dst, struct obdo *src, u32 valid) obdo_refresh_inode() argument 183 void obdo_to_inode(struct inode *dst, struct obdo *src, u32 valid) obdo_to_inode() argument
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_hw.h | 33 static inline void ocrdma_cpu_to_le32(void *dst, u32 len) ocrdma_cpu_to_le32() argument 44 static inline void ocrdma_le32_to_cpu(void *dst, u32 len) ocrdma_le32_to_cpu() argument 55 static inline void ocrdma_copy_cpu_to_le32(void *dst, void *src, u32 len) ocrdma_copy_cpu_to_le32() argument 68 static inline void ocrdma_copy_le32_to_cpu(void *dst, void *src, u32 len) ocrdma_copy_le32_to_cpu() argument
|
/linux-4.1.27/arch/x86/um/asm/ |
H A D | checksum_32.h | 42 csum_and_copy_to_user(const void *src, void __user *dst, int len, __wsum sum, int *err_ptr) csum_and_copy_to_user() argument
|
H A D | checksum.h | 30 __wsum csum_partial_copy_nocheck(const void *src, void *dst, csum_partial_copy_nocheck() argument 46 __wsum csum_partial_copy_from_user(const void __user *src, void *dst, csum_partial_copy_from_user() argument
|
/linux-4.1.27/arch/xtensa/boot/lib/ |
H A D | zmem.c | 34 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) gunzip() argument
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | io.c | 106 void memset_io(volatile void __iomem *dst, int c, unsigned long count) memset_io() argument
|
H A D | process.c | 21 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) arch_dup_task_struct() argument
|
H A D | iomap.c | 80 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) mmio_insb() argument 89 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) mmio_insw() argument 98 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) mmio_insl() argument 131 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) ioread8_rep() argument 137 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) ioread16_rep() argument 143 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) ioread32_rep() argument
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | ide.h | 35 static inline void __ide_insw(void __iomem *port, void *dst, u32 count) __ide_insw() argument
|
H A D | checksum_64.h | 48 csum_partial_copy_from_user(const void __user *src, void *dst, int len, __wsum sum, int *err) csum_partial_copy_from_user() argument 67 csum_and_copy_to_user(const void *src, void __user *dst, int len, __wsum sum, int *err) csum_and_copy_to_user() argument
|
/linux-4.1.27/arch/sparc/lib/ |
H A D | PeeCeeI.c | 87 void insb(unsigned long __addr, void *dst, unsigned long count) insb() argument 115 void insw(unsigned long __addr, void *dst, unsigned long count) insw() argument 143 void insl(unsigned long __addr, void *dst, unsigned long count) insl() argument
|
/linux-4.1.27/drivers/block/zram/ |
H A D | zcomp_lz4.c | 45 static int zcomp_lz4_compress(const unsigned char *src, unsigned char *dst, zcomp_lz4_compress() argument 52 zcomp_lz4_decompress(const unsigned char *src, size_t src_len, unsigned char *dst) zcomp_lz4_decompress() argument
|
H A D | zcomp_lzo.c | 45 static int lzo_compress(const unsigned char *src, unsigned char *dst, lzo_compress() argument 52 lzo_decompress(const unsigned char *src, size_t src_len, unsigned char *dst) lzo_decompress() argument
|
/linux-4.1.27/drivers/video/console/ |
H A D | fbcon_rotate.c | 27 u8 *dst; fbcon_rotate_font() local
|
H A D | softcursor.c | 29 u8 *src, *dst; soft_cursor() local
|
/linux-4.1.27/fs/hfs/ |
H A D | trans.c | 38 char *dst; hfs_mac2asc() local 102 char *dst; hfs_asc2mac() local
|
/linux-4.1.27/include/net/ |
H A D | flow_keys.h | 20 __be32 dst; member in struct:flow_keys
|
H A D | dst_ops.h | 41 static inline int dst_entries_get_fast(struct dst_ops *dst) dst_entries_get_fast() argument 46 static inline int dst_entries_get_slow(struct dst_ops *dst) dst_entries_get_slow() argument 56 static inline void dst_entries_add(struct dst_ops *dst, int val) dst_entries_add() argument 63 static inline int dst_entries_init(struct dst_ops *dst) dst_entries_init() argument 68 static inline void dst_entries_destroy(struct dst_ops *dst) dst_entries_destroy() argument
|
/linux-4.1.27/include/linux/ |
H A D | task_io_accounting_ops.h | 48 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, task_blk_io_accounting_add() argument 84 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, task_blk_io_accounting_add() argument 92 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, task_chr_io_accounting_add() argument 101 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, task_chr_io_accounting_add() argument 107 static inline void task_io_accounting_add(struct task_io_accounting *dst, task_io_accounting_add() argument
|
H A D | netfilter_bridge.h | 34 struct dst_entry *dst = skb_dst(skb); br_drop_fake_rtable() local
|
/linux-4.1.27/include/uapi/linux/ |
H A D | ivtv.h | 56 struct v4l2_rect dst; member in struct:ivtv_dma_frame
|
/linux-4.1.27/arch/mips/jz4740/ |
H A D | prom.c | 30 char *dst = &(arcs_cmdline[0]); jz4740_init_cmdline() local
|
/linux-4.1.27/arch/mn10300/lib/ |
H A D | usercopy.c | 69 __strncpy_from_user(char *dst, const char *src, long count) __strncpy_from_user() argument 77 strncpy_from_user(char *dst, const char *src, long count) strncpy_from_user() argument
|
H A D | checksum.c | 54 __wsum csum_partial_copy(const void *src, void *dst, int len, __wsum sum) csum_partial_copy() argument 61 __wsum csum_partial_copy_nocheck(const void *src, void *dst, csum_partial_copy_nocheck() argument 70 __wsum csum_partial_copy_from_user(const void *src, void *dst, csum_partial_copy_from_user() argument 86 __wsum csum_and_copy_to_user(const void *src, void *dst, csum_and_copy_to_user() argument
|
/linux-4.1.27/arch/arm64/lib/ |
H A D | memset.S | 53 dst .req x8 label
|
H A D | memcpy.S | 48 dst .req x6 label
|
H A D | memmove.S | 49 dst .req x6 label
|
/linux-4.1.27/arch/blackfin/mm/ |
H A D | maccess.c | 19 long probe_kernel_read(void *dst, const void *src, size_t size) probe_kernel_read() argument 58 long probe_kernel_write(void *dst, const void *src, size_t size) probe_kernel_write() argument
|
/linux-4.1.27/arch/c6x/lib/ |
H A D | checksum.c | 16 csum_partial_copy_from_user(const void __user *src, void *dst, int len, csum_partial_copy_from_user() argument
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | uaccess.h | 100 static inline long hexagon_strncpy_from_user(char *dst, const char __user *src, hexagon_strncpy_from_user() argument
|
/linux-4.1.27/arch/hexagon/mm/ |
H A D | copy_from_user.S | 42 #define dst r0 define
|
H A D | copy_to_user.S | 41 #define dst r0 define
|
H A D | cache.c | 131 copy_to_user_page(struct vm_area_struct *vma, struct page *page, unsigned long vaddr, void *dst, void *src, int len) copy_to_user_page() argument
|
/linux-4.1.27/arch/ia64/lib/ |
H A D | csum_partial_copy.c | 108 csum_partial_copy_from_user(const void __user *src, void *dst, csum_partial_copy_from_user() argument 134 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) csum_partial_copy_nocheck() argument
|
/linux-4.1.27/arch/m68k/lib/ |
H A D | checksum.c | 136 csum_partial_copy_from_user(const void __user *src, void *dst, csum_partial_copy_from_user() argument 331 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) csum_partial_copy_nocheck() argument
|
/linux-4.1.27/arch/arm/crypto/ |
H A D | aes_glue.c | 16 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) aes_encrypt() argument 22 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) aes_decrypt() argument
|
H A D | sha512_neon_glue.c | 160 __be64 *dst = (__be64 *)out; sha512_neon_final() local
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | io.c | 76 void _memset_io(volatile void __iomem *dst, int c, size_t count) _memset_io() argument
|
/linux-4.1.27/arch/arc/mm/ |
H A D | extable.c | 51 long arc_strncpy_from_user_noinline(char *dst, const char __user *src, arc_strncpy_from_user_noinline() argument
|
/linux-4.1.27/fs/cramfs/ |
H A D | uncompress.c | 30 int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen) cramfs_uncompress_block() argument
|
/linux-4.1.27/fs/dlm/ |
H A D | midcomms.c | 34 static void copy_from_cb(void *dst, const void *base, unsigned offset, copy_from_cb() argument
|
/linux-4.1.27/net/bluetooth/ |
H A D | lib.c | 33 void baswap(bdaddr_t *dst, bdaddr_t *src) baswap() argument
|
/linux-4.1.27/net/bridge/netfilter/ |
H A D | ebt_ip.c | 24 __be16 dst; member in struct:tcpudphdr 63 u32 dst = ntohs(pptr->dst); ebt_ip_mt() local
|
H A D | ebt_mark.c | 61 static void mark_tg_compat_from_user(void *dst, const void *src) mark_tg_compat_from_user() argument 70 static int mark_tg_compat_to_user(void __user *dst, const void *src) mark_tg_compat_to_user() argument
|
H A D | ebt_mark_m.c | 45 static void mark_mt_compat_from_user(void *dst, const void *src) mark_mt_compat_from_user() argument 56 static int mark_mt_compat_to_user(void __user *dst, const void *src) mark_mt_compat_to_user() argument
|
H A D | ebt_ip6.c | 28 __be16 dst; member in struct:pkthdr::__anon14080 78 u16 dst = ntohs(pptr->tcpudphdr.dst); ebt_ip6_mt() local
|
/linux-4.1.27/net/dsa/ |
H A D | tag_dsa.c | 79 struct dsa_switch_tree *dst = dev->dsa_ptr; dsa_rcv() local
|
H A D | tag_edsa.c | 92 struct dsa_switch_tree *dst = dev->dsa_ptr; edsa_rcv() local
|
H A D | tag_trailer.c | 69 struct dsa_switch_tree *dst = dev->dsa_ptr; trailer_rcv() local
|
/linux-4.1.27/net/ipv4/ |
H A D | xfrm4_mode_tunnel.c | 32 struct dst_entry *dst = skb_dst(skb); xfrm4_mode_tunnel_output() local
|
H A D | datagram.c | 107 struct dst_entry *dst; ip4_datagram_release_cb() local
|
H A D | udp_tunnel.c | 78 udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, __be16 src_port, __be16 dst_port, bool xnet, bool nocheck) udp_tunnel_xmit_skb() argument
|
/linux-4.1.27/net/ipv6/ |
H A D | xfrm6_input.c | 85 xfrm_address_t *dst, *src; xfrm6_input_addr() local
|
H A D | xfrm6_mode_tunnel.c | 36 struct dst_entry *dst = skb_dst(skb); xfrm6_mode_tunnel_output() local
|
H A D | xfrm6_output.c | 74 struct dst_entry *dst = skb_dst(skb); xfrm6_tunnel_check_size() local 136 struct dst_entry *dst = skb_dst(skb); __xfrm6_output() local
|
H A D | ip6_udp_tunnel.c | 65 int udp_tunnel6_xmit_skb(struct dst_entry *dst, struct sock *sk, udp_tunnel6_xmit_skb() argument
|
H A D | xfrm6_state.c | 60 __xfrm6_sort(void **dst, void **src, int n, int (*cmp)(void *p), int maxclass) __xfrm6_sort() argument 117 __xfrm6_state_sort(struct xfrm_state **dst, struct xfrm_state **src, int n) __xfrm6_state_sort() argument 150 __xfrm6_tmpl_sort(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n) __xfrm6_tmpl_sort() argument
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | p80211wep.c | 228 int wep_encrypt(wlandevice_t *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, wep_encrypt() argument
|
/linux-4.1.27/drivers/crypto/nx/ |
H A D | nx-aes-cbc.c | 65 cbc_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, int enc) cbc_aes_nx_crypt() argument 114 cbc_aes_nx_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_aes_nx_encrypt() argument 122 cbc_aes_nx_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_aes_nx_decrypt() argument
|
H A D | nx-aes-ctr.c | 84 ctr_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_aes_nx_crypt() argument 128 ctr3686_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr3686_aes_nx_crypt() argument
|
H A D | nx-aes-ecb.c | 65 ecb_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, int enc) ecb_aes_nx_crypt() argument 114 ecb_aes_nx_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_aes_nx_encrypt() argument 122 ecb_aes_nx_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_aes_nx_decrypt() argument
|
/linux-4.1.27/drivers/crypto/vmx/ |
H A D | aes.c | 92 static void p8_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) p8_aes_encrypt() argument 107 static void p8_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) p8_aes_decrypt() argument
|
H A D | aes_cbc.c | 93 p8_aes_cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) p8_aes_cbc_encrypt() argument 129 p8_aes_cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) p8_aes_cbc_decrypt() argument
|
H A D | aes_ctr.c | 96 u8 *dst = walk->dst.virt.addr; p8_aes_ctr_final() local 110 p8_aes_ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) p8_aes_ctr_crypt() argument
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | uaccess_64.h | 52 int __copy_from_user_nocheck(void *dst, const void __user *src, unsigned size) __copy_from_user_nocheck() argument 95 int __copy_from_user(void *dst, const void __user *src, unsigned size) __copy_from_user() argument 102 int __copy_to_user_nocheck(void __user *dst, const void *src, unsigned size) __copy_to_user_nocheck() argument 145 int __copy_to_user(void __user *dst, const void *src, unsigned size) __copy_to_user() argument 152 int __copy_in_user(void __user *dst, const void __user *src, unsigned size) __copy_in_user() argument 205 __copy_from_user_inatomic(void *dst, const void __user *src, unsigned size) __copy_from_user_inatomic() argument 211 __copy_to_user_inatomic(void __user *dst, const void *src, unsigned size) __copy_to_user_inatomic() argument 220 __copy_from_user_nocache(void *dst, const void __user *src, unsigned size) __copy_from_user_nocache() argument 227 __copy_from_user_inatomic_nocache(void *dst, const void __user *src, __copy_from_user_inatomic_nocache() argument
|
H A D | checksum_32.h | 41 static inline __wsum csum_partial_copy_nocheck(const void *src, void *dst, csum_partial_copy_nocheck() argument 47 csum_partial_copy_from_user(const void __user *src, void *dst, int len, __wsum sum, int *err_ptr) csum_partial_copy_from_user() argument 180 csum_and_copy_to_user(const void *src, void __user *dst, int len, __wsum sum, int *err_ptr) csum_and_copy_to_user() argument
|
/linux-4.1.27/arch/x86/lib/ |
H A D | csum-wrappers_64.c | 23 csum_partial_copy_from_user(const void __user *src, void *dst, csum_partial_copy_from_user() argument 84 csum_partial_copy_to_user(const void *src, void __user *dst, csum_partial_copy_to_user() argument 130 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) csum_partial_copy_nocheck() argument
|
/linux-4.1.27/arch/metag/lib/ |
H A D | checksum.c | 142 csum_partial_copy_from_user(const void __user *src, void *dst, int len, csum_partial_copy_from_user() argument 162 csum_partial_copy(const void *src, void *dst, int len, __wsum sum) csum_partial_copy() argument
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
H A D | mach64_cursor.c | 146 u8 __iomem *dst = (u8 __iomem *)info->sprite.addr; atyfb_cursor() local
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | c2p_iplan2.c | 48 static inline void store_iplan2(void *dst, u32 bpp, u32 d[4]) store_iplan2() argument 61 static inline void store_iplan2_masked(void *dst, u32 bpp, u32 d[4], u32 mask) store_iplan2_masked() argument 68 dst); store_iplan2_masked() local 85 void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, c2p_iplan2() argument
|
H A D | atafb_utils.h | 219 static inline void fast_memmove(char *dst, const char *src, size_t size) fast_memmove() argument 279 static inline void fill8_col(u8 *dst, u32 m[]) fill8_col() argument 300 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) fill8_2col() argument 358 static inline u32 *fill16_col(u32 *dst, int rows, u32 m[]) fill16_col() argument 374 static inline void memmove32_col(void *dst, void *src, u32 mask, u32 h, u32 bytes) memmove32_col() argument
|
H A D | c2p_planar.c | 48 static inline void store_planar(void *dst, u32 dst_inc, u32 bpp, u32 d[8]) store_planar() argument 61 static inline void store_planar_masked(void *dst, u32 dst_inc, u32 bpp, store_planar_masked() argument 69 dst); store_planar_masked() local 86 void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, c2p_planar() argument
|
/linux-4.1.27/arch/parisc/lib/ |
H A D | checksum.c | 117 __wsum csum_partial_copy_nocheck(const void *src, void *dst, csum_partial_copy_nocheck() argument 135 csum_partial_copy_from_user(const void __user *src, void *dst, int len, __wsum sum, int *err_ptr) csum_partial_copy_from_user() argument
|
H A D | io.c | 18 void memcpy_toio(volatile void __iomem *dst, const void *src, int count) memcpy_toio() argument 53 void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) memcpy_fromio() argument 126 void insb (unsigned long port, void *dst, unsigned long count) insb() argument 166 void insw (unsigned long port, void *dst, unsigned long count) insw() argument 238 void insl (unsigned long port, void *dst, unsigned long count) insl() argument
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | gunzip_util.c | 102 int gunzip_partial(struct gunzip_state *state, void *dst, int dstlen) gunzip_partial() argument 140 void gunzip_exactly(struct gunzip_state *state, void *dst, int dstlen) gunzip_exactly() argument 193 int gunzip_finish(struct gunzip_state *state, void *dst, int dstlen) gunzip_finish() argument
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | assembler.h | 172 .macro adr_l, dst, sym, tmp= variable 175 add \dst, \dst, :lo12:\sym variable 178 add \dst, \tmp, :lo12:\sym variable 189 .macro ldr_l, dst, sym, tmp= variable 192 ldr \dst, [\dst, :lo12:\sym] variable 195 ldr \dst, [\tmp, :lo12:\sym] variable
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | checksum.h | 44 __wsum csum_partial_copy_nocheck(const void *src, void *dst, csum_partial_copy_nocheck() argument 51 __wsum csum_partial_copy_from_user(const void __user *src, void *dst, csum_partial_copy_from_user() argument
|
H A D | cacheflush.h | 125 copy_from_user_page(struct vm_area_struct *vma, struct page *page, unsigned long vaddr, void *dst, const void *src, unsigned long len) copy_from_user_page() argument
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
H A D | atomic.S | 718 dst = r3; \ define 758 dst = r3; \ define
|
/linux-4.1.27/arch/frv/lib/ |
H A D | checksum.c | 135 csum_partial_copy_from_user(const void __user *src, void *dst, csum_partial_copy_from_user() argument 160 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) csum_partial_copy_nocheck() argument
|
/linux-4.1.27/net/bridge/ |
H A D | br_nf_core.c | 28 static void fake_update_pmtu(struct dst_entry *dst, struct sock *sk, fake_update_pmtu() argument 33 static void fake_redirect(struct dst_entry *dst, struct sock *sk, fake_redirect() argument 38 static u32 *fake_cow_metrics(struct dst_entry *dst, unsigned long old) fake_cow_metrics() argument 43 static struct neighbour *fake_neigh_lookup(const struct dst_entry *dst, fake_neigh_lookup() argument 50 static unsigned int fake_mtu(const struct dst_entry *dst) fake_mtu() argument
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
H A D | 6lowpan_i.h | 13 const struct ieee802154_addr *dst; member in struct:lowpan_create_arg
|
/linux-4.1.27/sound/core/oss/ |
H A D | route.c | 30 int dst = 0; zero_areas() local 52 int nsrcs, ndsts, dst; route_transfer() local
|
/linux-4.1.27/tools/perf/util/include/linux/ |
H A D | bitmap.h | 23 static inline void bitmap_zero(unsigned long *dst, int nbits) bitmap_zero() argument 40 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, bitmap_or() argument
|
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/ |
H A D | validate.c | 16 static void do_one(char *src, char *dst, unsigned long src_off, do_one() argument 64 char *src, *dst, *redzone, *fill; test_copy_loop() local
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
H A D | cx25840-vbi.c | 35 static int decode_vps(u8 * dst, u8 * p) decode_vps() argument
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | dst_ca.h | 53 struct dst_state *dst; member in struct:dst_ca_private
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg.c | 302 void asd_read_reg_string(struct asd_ha_struct *asd_ha, void *dst, asd_read_reg_string() argument
|
/linux-4.1.27/drivers/staging/fbtft/ |
H A D | fbtft-io.c | 46 u8 *dst = par->extra; fbtft_write_spi_emulate_9() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | obdo.c | 48 void obdo_set_parent_fid(struct obdo *dst, const struct lu_fid *parent) obdo_set_parent_fid() argument 59 void obdo_from_inode(struct obdo *dst, struct inode *src, u32 valid) obdo_from_inode() argument 118 void obdo_cpy_md(struct obdo *dst, struct obdo *src, u32 valid) obdo_cpy_md() argument 160 int obdo_cmp_md(struct obdo *dst, struct obdo *src, u32 compare) obdo_cmp_md() argument
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
H A D | rtl8188e_dm.c | 208 void AntDivCompare8188E(struct adapter *Adapter, struct wlan_bssid_ex *dst, struct wlan_bssid_ex *src) AntDivCompare8188E() argument
|
/linux-4.1.27/arch/x86/purgatory/ |
H A D | sha256.c | 258 __be32 *dst = (__be32 *)out; sha256_final() local
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | checksum.h | 51 __wsum csum_partial_copy_nocheck(const void *src, void *dst, csum_partial_copy_nocheck() argument 58 __wsum csum_partial_copy_from_user(const void __user *src, void *dst, csum_partial_copy_from_user() argument 244 csum_and_copy_to_user(const void *src, void __user *dst, int len, __wsum sum, int *err_ptr) csum_and_copy_to_user() argument
|
/linux-4.1.27/arch/sparc/crypto/ |
H A D | md5_glue.c | 87 u32 *dst = (u32 *)out; md5_sparc64_final() local
|
H A D | sha1_glue.c | 82 __be32 *dst = (__be32 *)out; sha1_sparc64_final() local
|
H A D | sha512_glue.c | 103 __be64 *dst = (__be64 *)out; sha512_sparc64_final() local
|
/linux-4.1.27/arch/unicore32/mm/ |
H A D | flush.c | 53 copy_to_user_page(struct vm_area_struct *vma, struct page *page, unsigned long uaddr, void *dst, const void *src, unsigned long len) copy_to_user_page() argument
|
/linux-4.1.27/arch/microblaze/kernel/ |
H A D | setup.c | 103 unsigned long *src, *dst; machine_early_init() local
|
/linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-sha512.c | 180 __be64 *dst = (__be64 *)hash; octeon_sha512_final() local
|
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/ |
H A D | encoder-opa362.c | 36 opa362_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) opa362_connect() argument 58 opa362_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) opa362_disconnect() argument
|
H A D | encoder-tfp410.c | 33 tfp410_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) tfp410_connect() argument 53 tfp410_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) tfp410_disconnect() argument
|
/linux-4.1.27/fs/nfs/ |
H A D | nfs42proc.c | 14 static int nfs42_set_rw_stateid(nfs4_stateid *dst, struct file *file, nfs42_set_rw_stateid() argument
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | addr.h | 58 static inline bool __rpc_copy_addr4(struct sockaddr *dst, __rpc_copy_addr4() argument 84 static inline bool __rpc_copy_addr6(struct sockaddr *dst, __rpc_copy_addr6() argument 102 static inline bool __rpc_copy_addr6(struct sockaddr *dst, __rpc_copy_addr6() argument 143 static inline bool rpc_copy_addr(struct sockaddr *dst, rpc_copy_addr() argument
|
/linux-4.1.27/ipc/ |
H A D | msgutil.c | 120 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) copy_msg() argument 148 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) copy_msg() argument
|
/linux-4.1.27/arch/s390/boot/compressed/ |
H A D | misc.c | 132 void *src, *dst; check_ipl_parmblock() local
|
/linux-4.1.27/arch/s390/crypto/ |
H A D | ghash_s390.c | 118 static int ghash_final(struct shash_desc *desc, u8 *dst) ghash_final() argument
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | checksum.h | 50 csum_partial_copy_from_user(const void __user *src, void *dst, csum_partial_copy_from_user() argument 61 csum_partial_copy_nocheck (const void *src, void *dst, int len, __wsum sum) csum_partial_copy_nocheck() argument
|
/linux-4.1.27/arch/score/include/asm/ |
H A D | checksum.h | 35 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len, csum_and_copy_to_user() argument
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | checksum_32.h | 48 __wsum csum_partial_copy_nocheck(const void *src, void *dst, csum_partial_copy_nocheck() argument 55 __wsum csum_partial_copy_from_user(const void __user *src, void *dst, csum_partial_copy_from_user() argument 201 csum_and_copy_to_user(const void *src, void __user *dst, int len, __wsum sum, int *err_ptr) csum_and_copy_to_user() argument
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | checksum.h | 193 csum_and_copy_to_user(const void *src, void __user *dst, int len, __wsum sum, int *err_ptr) csum_and_copy_to_user() argument
|
/linux-4.1.27/arch/powerpc/crypto/ |
H A D | md5-glue.c | 89 __le32 *dst = (__le32 *)out; ppc_md5_final() local
|
H A D | sha1-spe-glue.c | 128 __be32 *dst = (__be32 *)out; ppc_spe_sha1_final() local
|
H A D | sha1.c | 82 __be32 *dst = (__be32 *)out; sha1_final() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | iomap.c | 76 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) ioread8_rep() argument 80 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) ioread16_rep() argument 84 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) ioread32_rep() argument
|
/linux-4.1.27/arch/arm64/crypto/ |
H A D | aes-ce-cipher.c | 39 static void aes_cipher_encrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) aes_cipher_encrypt() argument 84 static void aes_cipher_decrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) aes_cipher_decrypt() argument
|
H A D | ghash-ce-glue.c | 82 static int ghash_final(struct shash_desc *desc, u8 *dst) ghash_final() argument
|
/linux-4.1.27/arch/arm64/mm/ |
H A D | flush.c | 59 copy_to_user_page(struct vm_area_struct *vma, struct page *page, unsigned long uaddr, void *dst, const void *src, unsigned long len) copy_to_user_page() argument
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
H A D | pm.c | 198 void *dst; avr32_pm_init() local
|
/linux-4.1.27/arch/avr32/mm/ |
H A D | cache.c | 155 copy_to_user_page(struct vm_area_struct *vma, struct page *page, unsigned long vaddr, void *dst, const void *src, unsigned long len) copy_to_user_page() argument
|
/linux-4.1.27/arch/alpha/boot/ |
H A D | bootp.c | 111 load(unsigned long dst, unsigned long src, unsigned long count) load() argument
|
/linux-4.1.27/net/ax25/ |
H A D | ax25_ip.c | 109 ax25_address *src, *dst; ax25_ip_xmit() local
|
/linux-4.1.27/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 184 void ip_vs_read_estimator(struct ip_vs_kstats *dst, struct ip_vs_stats *stats) ip_vs_read_estimator() argument
|
/linux-4.1.27/net/xfrm/ |
H A D | xfrm_output.c | 26 struct dst_entry *dst = skb_dst(skb); xfrm_skb_check_space() local 43 struct dst_entry *dst = skb_dst(skb); xfrm_output_one() local
|
/linux-4.1.27/security/selinux/ss/ |
H A D | context.h | 40 static inline int mls_context_cpy(struct context *dst, struct context *src) mls_context_cpy() argument 60 static inline int mls_context_cpy_low(struct context *dst, struct context *src) mls_context_cpy_low() argument 80 static inline int mls_context_cpy_high(struct context *dst, struct context *src) mls_context_cpy_high() argument 117 static inline int context_cpy(struct context *dst, struct context *src) context_cpy() argument
|
/linux-4.1.27/include/crypto/ |
H A D | aead.h | 83 aead_givcrypt_set_crypt(struct aead_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) aead_givcrypt_set_crypt() argument
|
H A D | skcipher.h | 94 skcipher_givcrypt_set_crypt( struct skcipher_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) skcipher_givcrypt_set_crypt() argument
|
/linux-4.1.27/drivers/xen/xenbus/ |
H A D | xenbus_comms.c | 101 void *dst; xb_write() local
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | dadapter.c | 175 int src, dst; diva_didd_read_adapter_array() local
|
/linux-4.1.27/drivers/isdn/hysdn/ |
H A D | boardergo.c | 217 unsigned char *dst; ergo_writebootimg() local 264 unsigned char *dst; ergo_writebootseq() local
|