| /linux-4.1.27/include/net/ |
| D | dsa.h | 128 struct dsa_switch_tree *dst; member 181 struct dsa_switch_tree *dst = ds->dst; in dsa_upstream_port() local 316 static inline bool dsa_uses_tagged_protocol(struct dsa_switch_tree *dst) in dsa_uses_tagged_protocol()
|
| D | pkt_cls.h | 264 struct tcf_ematch_tree *dst, in tcf_em_tree_change() 306 #define tcf_em_tree_change(tp, dst, src) do { } while(0) argument
|
| /linux-4.1.27/fs/nfs/ |
| D | pnfs_nfs.c | 91 pnfs_generic_transfer_commit_list(struct list_head *src, struct list_head *dst, in pnfs_generic_transfer_commit_list() 119 struct list_head *dst = &bucket->committing; in pnfs_generic_scan_ds_commit_list() local 156 void pnfs_generic_recover_commit_reqs(struct list_head *dst, in pnfs_generic_recover_commit_reqs()
|
| D | nfs42proc.c | 14 static int nfs42_set_rw_stateid(nfs4_stateid *dst, struct file *file, in nfs42_set_rw_stateid()
|
| D | nfs4_fs.h | 496 static inline void nfs4_stateid_copy(nfs4_stateid *dst, const nfs4_stateid *src) in nfs4_stateid_copy() 501 static inline bool nfs4_stateid_match(const nfs4_stateid *dst, const nfs4_stateid *src) in nfs4_stateid_match() 506 static inline bool nfs4_stateid_match_other(const nfs4_stateid *dst, const nfs4_stateid *src) in nfs4_stateid_match_other()
|
| /linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
| D | wmi.c | 1724 struct ath10k_fw_stats_pdev *dst) in ath10k_wmi_pull_pdev_stats_base() 1736 struct ath10k_fw_stats_pdev *dst) in ath10k_wmi_pull_pdev_stats_tx() 1763 struct ath10k_fw_stats_pdev *dst) in ath10k_wmi_pull_pdev_stats_rx() 1782 struct ath10k_fw_stats_pdev *dst) in ath10k_wmi_pull_pdev_stats_extra() 1793 struct ath10k_fw_stats_peer *dst) in ath10k_wmi_pull_peer_stats() 1817 struct ath10k_fw_stats_pdev *dst; in ath10k_wmi_main_op_pull_fw_stats() local 1838 struct ath10k_fw_stats_peer *dst; in ath10k_wmi_main_op_pull_fw_stats() local 1872 struct ath10k_fw_stats_pdev *dst; in ath10k_wmi_10x_op_pull_fw_stats() local 1894 struct ath10k_fw_stats_peer *dst; in ath10k_wmi_10x_op_pull_fw_stats() local 1935 struct ath10k_fw_stats_pdev *dst; in ath10k_wmi_10_2_op_pull_fw_stats() local [all …]
|
| /linux-4.1.27/net/ax25/ |
| D | ax25_ip.c | 109 ax25_address *src, *dst; in ax25_ip_xmit() local
|
| /linux-4.1.27/net/netfilter/ |
| D | xt_multiport.c | 32 u_int16_t src, u_int16_t dst) in ports_match_v1()
|
| D | nft_bitwise.c | 34 u32 *dst = ®s->data[priv->dreg]; in nft_bitwise_eval() local
|
| D | nft_byteorder.c | 34 u32 *dst = ®s->data[priv->dreg]; in nft_byteorder_eval() local
|
| D | xt_nat.c | 29 static void xt_nat_convert_range(struct nf_nat_range *dst, in xt_nat_convert_range()
|
| D | xt_policy.c | 89 const struct dst_entry *dst = skb_dst(skb); in match_policy_out() local
|
| D | nft_meta.c | 119 const struct dst_entry *dst = skb_dst(skb); in nft_meta_get_eval() local
|
| /linux-4.1.27/arch/arm64/include/asm/ |
| D | cacheflush.h | 101 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| /linux-4.1.27/arch/mips/mm/ |
| D | init.c | 182 struct page *page, unsigned long vaddr, void *dst, const void *src, in copy_to_user_page() 200 struct page *page, unsigned long vaddr, void *dst, const void *src, in copy_from_user_page()
|
| /linux-4.1.27/net/ipv6/ |
| D | mip6.c | 124 struct in6_addr dst; member 188 const struct in6_addr *dst, in mip6_report_rl_allow()
|
| D | ping.c | 91 struct dst_entry *dst; in ping_v6_sendmsg() local
|
| D | fib6_rules.c | 28 struct rt6key dst; member
|
| /linux-4.1.27/arch/frv/include/asm/ |
| D | uaccess.h | 266 #define clear_user(dst,count) __memset_user(____force(dst), (count)) argument 272 #define clear_user(dst,count) (memset(____force(dst), 0, (count)), 0) argument
|
| /linux-4.1.27/drivers/crypto/nx/ |
| D | nx.c | 170 char *dst; in nx_walk_and_build() local 273 struct scatterlist *dst, in nx_build_sg_lists()
|
| /linux-4.1.27/crypto/ |
| D | aes_generic.c | 1333 __le32 *dst = (__le32 *)out; in aes_encrypt() local 1405 __le32 *dst = (__le32 *)out; in aes_decrypt() local
|
| D | blowfish_common.c | 315 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block()
|
| D | ablkcipher.c | 33 struct scatter_walk dst; member 157 void *src, *dst, *base; in ablkcipher_next_slow() local 230 void *src, *dst; in ablkcipher_walk_next() local
|
| D | scatterwalk.c | 28 void *dst = out ? sgdata : buf; in memcpy_dir() local
|
| D | michael_mic.c | 107 __le32 *dst = (__le32 *)out; in michael_final() local
|
| D | ccm.c | 46 struct scatterlist dst[2]; member 309 struct scatterlist *dst; in crypto_ccm_encrypt() local 379 struct scatterlist *dst; in crypto_ccm_decrypt() local
|
| D | arc4.c | 95 static int ecb_arc4_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_arc4_crypt()
|
| D | drbg.c | 781 static inline void drbg_add_buf(unsigned char *dst, size_t dstlen, in drbg_add_buf() 944 unsigned char *dst = drbg->scratchpad + drbg_statelen(drbg); in drbg_hash_hashgen() local 1200 struct drbg_state *dst) in drbg_copy_drbg()
|
| D | rmd128.c | 277 __le32 *dst = (__le32 *)out; in rmd128_final() local
|
| /linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
| D | sdi.c | 280 struct omap_dss_device *dst) in sdi_connect() 309 struct omap_dss_device *dst) in sdi_disconnect()
|
| D | hdmi_phy.c | 194 struct hdmi_phy_features *dst; in hdmi_phy_init_features() local
|
| D | hdmi5.c | 432 struct omap_dss_device *dst) in hdmi_connect() 461 struct omap_dss_device *dst) in hdmi_disconnect()
|
| D | hdmi4.c | 404 struct omap_dss_device *dst) in hdmi_connect() 433 struct omap_dss_device *dst) in hdmi_disconnect()
|
| D | omapdss-boot-init.c | 71 static void __init omapdss_prefix_strcpy(char *dst, int dst_len, in omapdss_prefix_strcpy()
|
| /linux-4.1.27/drivers/media/pci/cx18/ |
| D | cx18-firmware.c | 106 u32 __iomem *dst = (u32 __iomem *)mem; in load_cpu_fw_direct() local 140 static int load_apu_fw_direct(const char *fn, u8 __iomem *dst, struct cx18 *cx, in load_apu_fw_direct()
|
| D | cx18-vbi.c | 60 u8 *dst = &cx->vbi.sliced_mpeg_data[idx][0]; in copy_vbi_data() local
|
| D | cx18-av-vbi.c | 82 static int decode_vps(u8 *dst, u8 *p) in decode_vps()
|
| /linux-4.1.27/net/openvswitch/ |
| D | flow.h | 135 u8 dst[ETH_ALEN]; /* Ethernet destination address. */ member 152 __be16 dst; /* TCP/UDP/SCTP destination port. */ member 159 __be32 dst; /* IP destination address. */ member 169 struct in6_addr dst; /* IPv6 destination address. */ member
|
| D | actions.c | 243 u16 *dst = (u16 *)dst_; in ether_addr_copy_masked() local 502 __be16 src, dst; in set_udp() local 544 __be16 src, dst; in set_tcp() local
|
| /linux-4.1.27/net/netfilter/ipvs/ |
| D | ip_vs_xmit.c | 75 struct dst_entry *dst, u32 dst_cookie) in __ip_vs_dst_set() 96 struct dst_entry *dst; in __ip_vs_dst_check() local 368 struct dst_entry *dst; in __ip_vs_route_output_v6() local 409 struct dst_entry *dst; in __ip_vs_get_out_rt_v6() local
|
| D | ip_vs_est.c | 184 void ip_vs_read_estimator(struct ip_vs_kstats *dst, struct ip_vs_stats *stats) in ip_vs_read_estimator()
|
| /linux-4.1.27/include/linux/ |
| D | ccp.h | 159 struct scatterlist *src, *dst; member 216 struct scatterlist *src, *dst; member 302 struct scatterlist *src, *dst; member 361 struct scatterlist *src, *dst; member
|
| D | msm_mdp.h | 68 struct mdp_img dst; member
|
| /linux-4.1.27/arch/powerpc/crypto/ |
| D | sha1.c | 82 __be32 *dst = (__be32 *)out; in sha1_final() local
|
| D | md5-glue.c | 89 __le32 *dst = (__le32 *)out; in ppc_md5_final() local
|
| D | sha1-spe-glue.c | 128 __be32 *dst = (__be32 *)out; in ppc_spe_sha1_final() local
|
| /linux-4.1.27/net/wireless/ |
| D | rdev-ops.h | 226 struct net_device *dev, u8 *dst, u8 *next_hop) in rdev_add_mpath() 236 struct net_device *dev, u8 *dst) in rdev_del_mpath() 246 struct net_device *dev, u8 *dst, in rdev_change_mpath() 257 struct net_device *dev, u8 *dst, u8 *next_hop, in rdev_get_mpath() 269 struct net_device *dev, u8 *dst, u8 *mpp, in rdev_get_mpp() 281 struct net_device *dev, int idx, u8 *dst, in rdev_dump_mpath() 294 struct net_device *dev, int idx, u8 *dst, in rdev_dump_mpp()
|
| /linux-4.1.27/net/ipv4/ |
| D | ip_tunnel_core.c | 50 __be32 src, __be32 dst, __u8 proto, in iptunnel_xmit()
|
| D | ip_vti.c | 131 static bool vti_state_check(const struct xfrm_state *x, __be32 dst, __be32 src) in vti_state_check() 157 struct dst_entry *dst = skb_dst(skb); in vti_xmit() local
|
| D | fib_frontend.c | 300 static int __fib_validate_source(struct sk_buff *skb, __be32 src, __be32 dst, in __fib_validate_source() 376 int fib_validate_source(struct sk_buff *skb, __be32 src, __be32 dst, in fib_validate_source() 760 static void fib_magic(int cmd, int type, __be32 dst, int dst_len, struct in_ifaddr *ifa) in fib_magic()
|
| /linux-4.1.27/net/dsa/ |
| D | tag_brcm.c | 106 struct dsa_switch_tree *dst = dev->dsa_ptr; in brcm_tag_rcv() local
|
| /linux-4.1.27/net/ieee802154/6lowpan/ |
| D | 6lowpan_i.h | 13 const struct ieee802154_addr *dst; member
|
| /linux-4.1.27/arch/hexagon/mm/ |
| D | cache.c | 132 unsigned long vaddr, void *dst, void *src, int len) in copy_to_user_page()
|
| /linux-4.1.27/arch/mn10300/kernel/ |
| D | process.c | 132 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) in arch_dup_task_struct()
|
| /linux-4.1.27/arch/parisc/include/asm/ |
| D | checksum.h | 194 void __user *dst, in csum_and_copy_to_user()
|
| /linux-4.1.27/arch/xtensa/include/asm/ |
| D | cacheflush.h | 165 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 172 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| /linux-4.1.27/drivers/crypto/qce/ |
| D | common.c | 166 void qce_cpu_to_be32p_array(__be32 *dst, const u8 *src, unsigned int len) in qce_cpu_to_be32p_array() 180 static void qce_xts_swapiv(__be32 *dst, const u8 *src, unsigned int ivsize) in qce_xts_swapiv()
|
| /linux-4.1.27/fs/ext4/ |
| D | crypto_fname.c | 212 static int digest_encode(const char *src, int len, char *dst) in digest_encode() 232 static int digest_decode(const char *src, int len, char *dst) in digest_decode()
|
| /linux-4.1.27/drivers/s390/block/ |
| D | dasd_fba.c | 264 char *dst; in dasd_fba_build_cp() local 386 char *dst, *cda; in dasd_fba_free_cp() local
|
| /linux-4.1.27/drivers/isdn/hardware/eicon/ |
| D | divasi.c | 223 divas_um_idi_copy_to_user(void *os_handle, void *dst, const void *src, in divas_um_idi_copy_to_user() 284 divas_um_idi_copy_from_user(void *os_handle, void *dst, const void *src, in divas_um_idi_copy_from_user()
|
| D | dadapter.c | 175 int src, dst; in diva_didd_read_adapter_array() local
|
| /linux-4.1.27/fs/hfs/ |
| D | bnode.c | 97 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() 118 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
|
| /linux-4.1.27/drivers/mmc/core/ |
| D | sdio_io.c | 449 int sdio_memcpy_fromio(struct sdio_func *func, void *dst, in sdio_memcpy_fromio() 483 int sdio_readsb(struct sdio_func *func, void *dst, unsigned int addr, in sdio_readsb()
|
| /linux-4.1.27/arch/metag/include/asm/ |
| D | cacheflush.h | 235 void *dst, const void *src, in copy_to_user_page() 244 void *dst, const void *src, in copy_from_user_page()
|
| /linux-4.1.27/drivers/i2c/busses/ |
| D | i2c-highlander.c | 92 static void smbus_write_data(u8 *src, u16 *dst, int len) in smbus_write_data() 103 static void smbus_read_data(u16 *src, u8 *dst, int len) in smbus_read_data()
|
| /linux-4.1.27/net/bluetooth/bnep/ |
| D | core.c | 48 static struct bnep_session *__bnep_get_session(u8 *dst) in __bnep_get_session() 564 u8 dst[ETH_ALEN], src[ETH_ALEN]; in bnep_add_connection() local
|
| D | bnep.h | 128 __u8 dst[ETH_ALEN]; member 135 __u8 dst[ETH_ALEN]; member
|
| /linux-4.1.27/drivers/media/usb/dvb-usb/ |
| D | vp702x.c | 193 struct vp702x_device_state *dst = adap->dev->priv; in vp702x_set_pid() local 223 struct vp702x_device_state *dst = adap->dev->priv; in vp702x_init_pid_filter() local
|
| /linux-4.1.27/drivers/media/platform/s5p-g2d/ |
| D | g2d-hw.c | 88 struct g2d_frame *dst) in g2d_set_v41_stretch()
|
| D | g2d.c | 499 struct vb2_buffer *src, *dst; in device_run() local 540 struct vb2_buffer *src, *dst; in g2d_isr() local
|
| /linux-4.1.27/net/phonet/ |
| D | pep.c | 208 struct sockaddr_pn dst; in pep_ctrlreq_error() local 638 const struct sockaddr_pn *dst, in pep_find_pipe() 671 struct sockaddr_pn dst; in pep_do_rcv() local 780 struct sockaddr_pn dst, src; in pep_sock_accept() local
|
| /linux-4.1.27/drivers/media/platform/s5p-tv/ |
| D | mixer_vp_layer.c | 147 struct mxr_crop *dst = &geo->dst; in mxr_vp_fix_geometry() local
|
| D | mixer_grp_layer.c | 153 struct mxr_crop *dst = &geo->dst; in mxr_graph_fix_geometry() local
|
| /linux-4.1.27/arch/score/include/asm/ |
| D | checksum.h | 35 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len, in csum_and_copy_to_user()
|
| /linux-4.1.27/lib/ |
| D | textsearch.c | 202 static unsigned int get_linear_data(unsigned int consumed, const u8 **dst, in get_linear_data()
|
| D | percpu_ida.c | 42 static inline void move_tags(unsigned *dst, unsigned *dst_nr, in move_tags()
|
| /linux-4.1.27/drivers/staging/wlan-ng/ |
| D | p80211wep.c | 228 int wep_encrypt(wlandevice_t *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, in wep_encrypt()
|
| /linux-4.1.27/arch/s390/boot/compressed/ |
| D | misc.c | 132 void *src, *dst; in check_ipl_parmblock() local
|
| /linux-4.1.27/arch/powerpc/kvm/ |
| D | mpic.c | 224 struct irq_dest dst[MAX_CPU]; member 242 static void mpic_irq_raise(struct openpic *opp, struct irq_dest *dst, in mpic_irq_raise() 264 static void mpic_irq_lower(struct openpic *opp, struct irq_dest *dst, in mpic_irq_lower() 327 struct irq_dest *dst; in IRQ_local_pipe() local 1029 struct irq_dest *dst; in openpic_cpu_write_internal() local 1127 static uint32_t openpic_iack(struct openpic *opp, struct irq_dest *dst, in openpic_iack() 1195 struct irq_dest *dst; in openpic_cpu_read_internal() local
|
| D | book3s_paired_singles.c | 505 u32 *dst, u32 *src1, in kvmppc_ps_three_in() 553 u32 *dst, u32 *src1, in kvmppc_ps_two_in() 604 u32 *dst, u32 *src1)) in kvmppc_ps_one_in()
|
| /linux-4.1.27/drivers/video/fbdev/matrox/ |
| D | matroxfb_misc.c | 397 unsigned char* dst = bd->pins; in get_pins() local 415 unsigned char* dst = bd->pins; in get_pins() local
|
| /linux-4.1.27/drivers/dma/ |
| D | ste_dma40_ll.c | 70 u32 dst = 0; in d40_phy_cfg() local 287 dma_addr_t dst = target ?: sg_addr; in d40_phy_sg_to_lli() local
|
| D | k3dma.c | 402 static void k3_dma_fill_desc(struct k3_dma_desc_sw *ds, dma_addr_t dst, in k3_dma_fill_desc() 416 struct dma_chan *chan, dma_addr_t dst, dma_addr_t src, in k3_dma_prep_memcpy() 472 dma_addr_t addr, src = 0, dst = 0; in k3_dma_prep_slave_sg() local
|
| D | xgene-dma.c | 459 dma_addr_t dst, dma_addr_t src, in xgene_dma_prep_cpy_desc() 509 dma_addr_t *dst, dma_addr_t *src, in xgene_dma_prep_xor_desc() 939 struct dma_chan *dchan, dma_addr_t dst, dma_addr_t src, in xgene_dma_prep_memcpy() 1000 dma_addr_t dst, src; in xgene_dma_prep_sg() local 1101 struct dma_chan *dchan, dma_addr_t dst, dma_addr_t *src, in xgene_dma_prep_xor() 1149 struct dma_chan *dchan, dma_addr_t *dst, dma_addr_t *src, in xgene_dma_prep_pq()
|
| /linux-4.1.27/net/sched/ |
| D | sch_teql.c | 221 struct dst_entry *dst) in __teql_resolve() 262 struct dst_entry *dst = skb_dst(skb); in teql_resolve() local
|
| /linux-4.1.27/drivers/isdn/gigaset/ |
| D | isocdata.c | 136 int read, write, limit, src, dst; in gigaset_isowbuf_getbytes() local 841 unsigned char *dst; in trans_receive() local
|
| /linux-4.1.27/include/crypto/ |
| D | skcipher.h | 96 struct scatterlist *src, struct scatterlist *dst, in skcipher_givcrypt_set_crypt()
|
| D | aead.h | 85 struct scatterlist *dst, in aead_givcrypt_set_crypt()
|
| /linux-4.1.27/arch/arm/vdso/ |
| D | vdsomunge.c | 124 static void write_elf_word(Elf32_Word val, Elf32_Word *dst, bool swap) in write_elf_word()
|
| /linux-4.1.27/kernel/trace/ |
| D | bpf_trace.c | 66 void *dst = (void *) (long) r1; in bpf_probe_read() local
|
| /linux-4.1.27/arch/tile/include/asm/ |
| D | smp.h | 125 #define cpulist_parse_crop(buf, dst) \ argument
|
| D | uaccess.h | 512 char *dst, const char __user *src, long count) in __strncpy_from_user() 518 char *dst, const char __user *src, long count) in strncpy_from_user()
|
| /linux-4.1.27/net/batman-adv/ |
| D | packet.h | 250 uint8_t dst[ETH_ALEN]; member 273 uint8_t dst[ETH_ALEN]; member 300 uint8_t dst[ETH_ALEN]; member 463 uint8_t dst[ETH_ALEN]; member
|
| D | network-coding.c | 436 const char *dst) in batadv_nc_hash_key_gen() 916 uint8_t *dst) in batadv_nc_get_path() 990 static void batadv_nc_memxor(char *dst, const char *src, unsigned int len) in batadv_nc_memxor() 1209 uint8_t *dst, uint8_t *src) in batadv_nc_skb_coding_possible()
|
| /linux-4.1.27/drivers/video/fbdev/core/ |
| D | fbmem.c | 118 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) in fb_pad_aligned_buffer() 124 void fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, in fb_pad_unaligned_buffer() 278 const struct linux_logo *logo, u8 *dst, in fb_set_logo() 390 static void fb_rotate_logo(struct fb_info *info, u8 *dst, in fb_rotate_logo() 751 u8 *buffer, *dst; in fb_read() local 817 u8 __iomem *dst; in fb_write() local
|
| /linux-4.1.27/drivers/media/i2c/cx25840/ |
| D | cx25840-vbi.c | 35 static int decode_vps(u8 * dst, u8 * p) in decode_vps()
|
| /linux-4.1.27/arch/sparc/crypto/ |
| D | md5_glue.c | 87 u32 *dst = (u32 *)out; in md5_sparc64_final() local
|
| D | sha1_glue.c | 82 __be32 *dst = (__be32 *)out; in sha1_sparc64_final() local
|
| D | sha512_glue.c | 103 __be64 *dst = (__be64 *)out; in sha512_sparc64_final() local
|
| D | sha256_glue.c | 102 __be32 *dst = (__be32 *)out; in sha256_sparc64_final() local
|
| /linux-4.1.27/arch/arm64/crypto/ |
| D | ghash-ce-glue.c | 82 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
|
| /linux-4.1.27/arch/unicore32/include/asm/ |
| D | cacheflush.h | 120 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| /linux-4.1.27/net/bridge/ |
| D | br_input.c | 128 struct net_bridge_fdb_entry *dst; in br_handle_frame_finish() local
|
| /linux-4.1.27/arch/hexagon/include/asm/ |
| D | io.h | 207 static inline void memcpy_fromio(void *dst, const volatile void __iomem *src, in memcpy_fromio() 213 static inline void memcpy_toio(volatile void __iomem *dst, const void *src, in memcpy_toio()
|
| D | cacheflush.h | 95 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| /linux-4.1.27/arch/m32r/include/asm/ |
| D | cacheflush.h | 64 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 69 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| /linux-4.1.27/fs/hfsplus/ |
| D | bnode.c | 126 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() 186 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
|
| /linux-4.1.27/arch/powerpc/include/asm/ |
| D | io.h | 539 #define __do_memcpy_toio(dst, src, n) \ argument 543 #define __do_memcpy_fromio(dst, src, n) \ argument 753 #define mmio_insb(addr, dst, count) readsb(addr, dst, count) argument 754 #define mmio_insw(addr, dst, count) readsw(addr, dst, count) argument 755 #define mmio_insl(addr, dst, count) readsl(addr, dst, count) argument
|
| /linux-4.1.27/arch/ia64/lib/ |
| D | copy_user.S | 45 #define dst in0 macro
|
| /linux-4.1.27/arch/avr32/include/asm/ |
| D | cacheflush.h | 126 struct page *page, unsigned long vaddr, void *dst, in copy_from_user_page()
|
| /linux-4.1.27/arch/s390/crypto/ |
| D | ghash_s390.c | 118 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
|
| /linux-4.1.27/drivers/staging/fbtft/ |
| D | fbtft-io.c | 46 u8 *dst = par->extra; in fbtft_write_spi_emulate_9() local
|
| /linux-4.1.27/drivers/infiniband/core/ |
| D | umem.c | 343 int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset, in ib_umem_copy_from()
|
| D | addr.c | 202 static int dst_fetch_ha(struct dst_entry *dst, struct rdma_dev_addr *dev_addr, void *daddr) in dst_fetch_ha() 273 struct dst_entry *dst; in addr6_resolve() local
|
| /linux-4.1.27/drivers/media/platform/coda/ |
| D | coda-jpeg.c | 140 u32 *dst = parabuf + desc->offset; in coda_memcpy_parabuf() local
|
| /linux-4.1.27/sound/soc/intel/atom/ |
| D | sst-atom-controls.h | 315 #define SST_FILL_LOCATION_IDS(dst, cell_idx, pipe_id) do { \ argument 319 #define SST_FILL_LOCATION_ID(dst, loc_id) (\ argument 321 #define SST_FILL_MODULE_ID(dst, mod_id) (\ argument 324 #define SST_FILL_DESTINATION1(dst, id) do { \ argument 328 #define SST_FILL_DESTINATION2(dst, loc_id, mod_id) do { \ argument 332 #define SST_FILL_DESTINATION3(dst, cell_idx, path_id, mod_id) do { \ argument 337 #define SST_FILL_DESTINATION(level, dst, ...) \ argument 339 #define SST_FILL_DEFAULT_DESTINATION(dst) \ argument 353 struct sst_destination_id dst; member 413 struct sst_destination_id dst; member
|
| /linux-4.1.27/net/bluetooth/rfcomm/ |
| D | core.c | 371 static int __rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel) in __rfcomm_dlc_open() 425 int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel) in rfcomm_dlc_open() 536 struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel) in rfcomm_dlc_exists() 693 static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst) in rfcomm_session_get() 731 bdaddr_t *dst, in rfcomm_session_create() 788 void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst) in rfcomm_session_getaddr()
|
| /linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
| D | rtl8188e_dm.c | 208 void AntDivCompare8188E(struct adapter *Adapter, struct wlan_bssid_ex *dst, struct wlan_bssid_ex *s… in AntDivCompare8188E()
|
| /linux-4.1.27/arch/ia64/kernel/ |
| D | crash.c | 65 elf_greg_t *dst = (elf_greg_t *)&(prstatus->pr_reg); in crash_save_this_cpu() local
|
| /linux-4.1.27/drivers/xen/xenbus/ |
| D | xenbus_comms.c | 101 void *dst; in xb_write() local
|
| /linux-4.1.27/arch/xtensa/kernel/ |
| D | process.c | 140 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) in arch_dup_task_struct()
|
| /linux-4.1.27/arch/arm/crypto/ |
| D | sha512_neon_glue.c | 160 __be64 *dst = (__be64 *)out; in sha512_neon_final() local
|
| /linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
| D | octeon-sha512.c | 180 __be64 *dst = (__be64 *)hash; in octeon_sha512_final() local
|
| D | octeon-sha256.c | 166 __be32 *dst = (__be32 *)out; in octeon_sha256_final() local
|
| D | octeon-sha1.c | 154 __be32 *dst = (__be32 *)out; in octeon_sha1_final() local
|
| /linux-4.1.27/drivers/net/ethernet/qualcomm/ |
| D | qca_spi.c | 148 qcaspi_read_burst(struct qcaspi *qca, u8 *dst, u32 len) in qcaspi_read_burst() 175 qcaspi_read_legacy(struct qcaspi *qca, u8 *dst, u32 len) in qcaspi_read_legacy()
|
| /linux-4.1.27/net/ipv6/netfilter/ |
| D | nf_reject_ipv6.c | 141 struct dst_entry *dst = NULL; in nf_send_reset6() local
|
| /linux-4.1.27/drivers/crypto/ |
| D | geode-aes.h | 56 void *dst; member
|
| /linux-4.1.27/fs/efs/ |
| D | inode.c | 29 static inline void extent_copy(efs_extent *src, efs_extent *dst) { in extent_copy()
|
| /linux-4.1.27/drivers/video/fbdev/ |
| D | vga16fb.c | 884 char __iomem *dst; in vga16fb_fillrect() local 1016 char __iomem *dst = NULL; in vga16fb_copyarea() local 1155 char __iomem *dst; in vga_imageblit_expand() local 1223 char __iomem *dst; in vga_imageblit_color() local
|
| D | hecubafb.c | 163 void *dst; in hecubafb_write() local
|
| D | arkfb.c | 193 u32 __iomem *dst; in arkfb_iplan_imageblit() local 220 u32 __iomem *dst; in arkfb_iplan_fillrect() local 251 u32 __iomem *dst; in arkfb_cfb4_imageblit() local
|
| D | s3fb.c | 364 u32 __iomem *dst; in s3fb_iplan_imageblit() local 391 u32 __iomem *dst; in s3fb_iplan_fillrect() local 421 u32 __iomem *dst; in s3fb_cfb4_imageblit() local
|
| /linux-4.1.27/net/vmw_vsock/ |
| D | af_vsock.c | 156 #define VSOCK_CONN_HASH(src, dst) \ argument 158 #define vsock_connected_sockets(src, dst) \ argument 228 struct sockaddr_vm *dst) in __vsock_find_connected_socket() 303 struct sockaddr_vm *dst) in vsock_find_connected_socket()
|
| /linux-4.1.27/include/rdma/ |
| D | ib_umem.h | 103 static inline int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset, in ib_umem_copy_from()
|
| /linux-4.1.27/Documentation/spi/ |
| D | spidev_test.c | 87 char *dst = _dst; in unescape() local
|
| /linux-4.1.27/kernel/power/ |
| D | snapshot.c | 360 struct rtree_node *node, *block, **dst; in add_rtree_block() local 1196 static inline void do_copy_page(long *dst, long *src) in do_copy_page() 1211 static void safe_copy_page(void *dst, struct page *s_page) in safe_copy_page() 1234 void *src, *dst; in copy_data_page() local 2039 duplicate_memory_bitmap(struct memory_bitmap *dst, struct memory_bitmap *src) in duplicate_memory_bitmap() 2274 void *dst; in copy_last_highmem_page() local
|
| /linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
| D | main.c | 115 void wil_memcpy_fromio_32(void *dst, const volatile void __iomem *src, in wil_memcpy_fromio_32() 126 void wil_memcpy_toio_32(volatile void __iomem *dst, const void *src, in wil_memcpy_toio_32()
|
| /linux-4.1.27/drivers/block/ |
| D | brd.c | 237 void *dst; in copy_to_brd() local 265 static void copy_from_brd(void *dst, struct brd_device *brd, in copy_from_brd()
|
| /linux-4.1.27/arch/cris/include/asm/ |
| D | uaccess.h | 222 __strncpy_from_user(char *dst, const char __user *src, long count) in __strncpy_from_user() 228 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
|
| /linux-4.1.27/sound/core/oss/ |
| D | pcm_plugin.c | 653 unsigned char *dst; in snd_pcm_area_silence() local 700 char *src, *dst; in snd_pcm_area_copy() local
|
| /linux-4.1.27/drivers/media/pci/ivtv/ |
| D | ivtv-firmware.c | 60 volatile u32 __iomem *dst = (volatile u32 __iomem *)mem; in load_fw_direct() local
|
| /linux-4.1.27/net/bridge/netfilter/ |
| D | ebt_log.c | 42 __be16 dst; member
|
| /linux-4.1.27/arch/avr32/mm/ |
| D | cache.c | 156 unsigned long vaddr, void *dst, const void *src, in copy_to_user_page()
|
| /linux-4.1.27/arch/arm/mach-netx/ |
| D | xc.c | 124 unsigned long dst; in xc_request_firmware() local
|
| /linux-4.1.27/drivers/media/pci/saa7164/ |
| D | saa7164-fw.c | 75 u32 dlflags, u8 __iomem *dst, u32 dstsize) in saa7164_downloadimage()
|
| /linux-4.1.27/arch/x86/purgatory/ |
| D | sha256.c | 258 __be32 *dst = (__be32 *)out; in sha256_final() local
|
| /linux-4.1.27/drivers/net/wireless/cw1200/ |
| D | scan.c | 117 struct wsm_ssid *dst = &priv->scan.ssids[priv->scan.n_ssids]; in cw1200_hw_scan() local
|
| /linux-4.1.27/drivers/media/usb/stk1160/ |
| D | stk1160-video.c | 118 u8 *dst = buf->mem; in stk1160_copy_video() local
|
| /linux-4.1.27/arch/mn10300/include/asm/ |
| D | cacheflush.h | 153 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 159 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| /linux-4.1.27/arch/powerpc/mm/ |
| D | slice.c | 368 #define or_mask(dst, src) do { \ argument 373 #define andnot_mask(dst, src) do { \ argument
|
| /linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
| D | bfa_msgq.c | 214 u8 *src, *dst; in __cmd_copy() local 651 u8 *src, *dst; in bfa_msgq_rsp_copy() local
|
| /linux-4.1.27/net/decnet/ |
| D | dn_nsp_out.c | 78 struct dst_entry *dst; in dn_nsp_send() local 548 struct dst_entry *dst, in dn_nsp_do_disc()
|
| D | dn_fib.c | 551 static void fib_magic(int cmd, int type, __le16 dst, int dst_len, struct dn_ifaddr *ifa) in fib_magic() 560 __le16 dst; in fib_magic() member
|
| D | dn_rules.c | 46 __le16 dst; member
|
| /linux-4.1.27/drivers/net/wireless/hostap/ |
| D | hostap_80211_rx.c | 223 unsigned int frag, u8 *src, u8 *dst) in prism2_frag_cache_find() 732 u8 dst[ETH_ALEN]; in hostap_80211_rx() local
|
| /linux-4.1.27/drivers/staging/sm7xxfb/ |
| D | sm7xxfb.c | 308 u32 *buffer, *dst; in smtcfb_read() local 389 u32 __iomem *dst; in smtcfb_write() local
|
| /linux-4.1.27/drivers/net/caif/ |
| D | caif_spi.c | 333 u8 *dst = buf; in cfspi_xmitfrm() local 529 u8 *dst = NULL; in cfspi_rxfrm() local
|
| D | caif_hsi.c | 429 u8 *dst = NULL; in cfhsi_rx_desc() local 559 u8 *dst = NULL; in cfhsi_rx_pld() local
|
| /linux-4.1.27/sound/isa/wavefront/ |
| D | wavefront_synth.c | 530 unsigned char *dst, in munge_int32() 561 munge_buf (unsigned char *src, unsigned char *dst, unsigned int dst_size) in munge_buf() 576 demunge_buf (unsigned char *src, unsigned char *dst, unsigned int src_bytes) in demunge_buf()
|
| /linux-4.1.27/arch/ia64/include/asm/ |
| D | io.h | 231 __insb (unsigned long port, void *dst, unsigned long count) in __insb() 240 __insw (unsigned long port, void *dst, unsigned long count) in __insw() 249 __insl (unsigned long port, void *dst, unsigned long count) in __insl()
|
| /linux-4.1.27/drivers/dma/ioat/ |
| D | dma_v3.c | 837 const dma_addr_t *dst, const dma_addr_t *src, in __ioat3_prep_pq_lock() 961 const dma_addr_t *dst, const dma_addr_t *src, in __ioat3_prep_pq16_lock() 1071 ioat3_prep_pq(struct dma_chan *chan, dma_addr_t *dst, dma_addr_t *src, in ioat3_prep_pq() 1134 ioat3_prep_pqxor(struct dma_chan *chan, dma_addr_t dst, dma_addr_t *src, in ioat3_prep_pqxor()
|
| /linux-4.1.27/arch/hexagon/lib/ |
| D | checksum.c | 199 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
|
| /linux-4.1.27/sound/core/ |
| D | rawmidi_compat.c | 108 #define put_timespec(src, dst) copy_to_user(dst, src, sizeof(*dst)) argument
|
| D | pcm_misc.c | 407 unsigned char *dst, *pat; in snd_pcm_format_set_silence() local
|
| /linux-4.1.27/drivers/lguest/x86/ |
| D | core.c | 333 void *dst, unsigned long vaddr, size_t len) in copy_from_guest()
|
| /linux-4.1.27/drivers/scsi/ |
| D | t128.c | 311 static inline int NCR5380_pread (struct Scsi_Host *instance, unsigned char *dst,
|
| /linux-4.1.27/arch/s390/kernel/ |
| D | lgr.c | 56 static void cpascii(char *dst, char *src, int size) in cpascii()
|
| /linux-4.1.27/lib/lz4/ |
| D | lz4_compress.c | 419 unsigned char *dst, size_t *dst_len, void *wrkmem) in lz4_compress()
|
| /linux-4.1.27/arch/arm/probes/uprobes/ |
| D | core.c | 120 void *dst = xol_page_kaddr + (vaddr & ~PAGE_MASK); in arch_uprobe_copy_ixol() local
|
| /linux-4.1.27/arch/arm64/kernel/ |
| D | process.c | 244 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) in arch_dup_task_struct()
|
| /linux-4.1.27/mm/ |
| D | page_isolation.c | 304 nodemask_t dst; in alloc_migrate_target() local
|
| /linux-4.1.27/drivers/scsi/libsas/ |
| D | sas_host_smp.c | 174 u8 *dst = resp_data + 24 + i, *src = in sas_report_phy_sata() local
|
| /linux-4.1.27/drivers/dma/ppc4xx/ |
| D | adma.c | 192 static void prep_dma_xor_dbg(int id, dma_addr_t dst, dma_addr_t *src, in prep_dma_xor_dbg() 203 static void prep_dma_pq_dbg(int id, dma_addr_t *dst, dma_addr_t *src, in prep_dma_pq_dbg() 2102 dma_addr_t *dst, int dst_cnt, dma_addr_t *src, int src_cnt, in ppc440spe_dma01_prep_mult() 2188 dma_addr_t *dst, dma_addr_t *src, int src_cnt, in ppc440spe_dma01_prep_sum_product() 2292 dma_addr_t *dst, int dst_cnt, dma_addr_t *src, int src_cnt, in ppc440spe_dma01_prep_pq() 2437 dma_addr_t *dst, int dst_cnt, dma_addr_t *src, int src_cnt, in ppc440spe_dma2_prep_pq() 2525 struct dma_chan *chan, dma_addr_t *dst, dma_addr_t *src, in ppc440spe_adma_prep_dma_pq()
|
| /linux-4.1.27/drivers/net/ |
| D | vxlan.c | 1671 static int vxlan6_xmit_skb(struct dst_entry *dst, struct sock *sk, in vxlan6_xmit_skb() 1759 __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, in vxlan_xmit_skb() 1886 union vxlan_addr *dst; in vxlan_xmit_one() local 2276 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_change_mtu() local 2585 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_newlink() local 2797 const struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_fill_info() local 2908 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_handle_lowerdev_unregister() local
|
| /linux-4.1.27/net/mac80211/ |
| D | cfg.c | 1421 const u8 *dst, const u8 *next_hop) in ieee80211_add_mpath() 1449 const u8 *dst) in ieee80211_del_mpath() 1461 const u8 *dst, const u8 *next_hop) in ieee80211_change_mpath() 1532 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() 1553 int idx, u8 *dst, u8 *next_hop, in ieee80211_dump_mpath() 1583 u8 *dst, u8 *mpp, struct mpath_info *pinfo) in ieee80211_get_mpp() 1604 int idx, u8 *dst, u8 *mpp, in ieee80211_dump_mpp()
|
| /linux-4.1.27/drivers/mfd/ |
| D | max14577.c | 72 unsigned int min_ua, unsigned int max_ua, u8 *dst) in maxim_charger_calc_reg_current()
|
| /linux-4.1.27/arch/x86/boot/ |
| D | video.c | 262 addr_t dst = 0; in restore_screen() local
|
| /linux-4.1.27/fs/xfs/ |
| D | xfs_qm_syscalls.c | 642 struct qc_dqblk *dst) in xfs_qm_scall_getquota()
|
| /linux-4.1.27/arch/mips/include/asm/ |
| D | io.h | 558 static inline void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) in memcpy_fromio() 562 static inline void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio()
|
| /linux-4.1.27/tools/perf/util/ |
| D | callchain.c | 690 struct callchain_node *dst, struct callchain_node *src) in merge_chain_branch() 731 struct callchain_root *dst, struct callchain_root *src) in callchain_merge()
|
| /linux-4.1.27/arch/mips/cavium-octeon/ |
| D | octeon-memcpy.S | 20 #define dst a0 macro
|
| /linux-4.1.27/samples/bpf/ |
| D | sockex2_kern.c | 19 __be32 dst; member
|
| /linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
| D | dynack.c | 116 u8 *dst, *src; in ath_dynack_compute_to() local
|
| /linux-4.1.27/drivers/gpu/drm/ast/ |
| D | ast_mode.c | 1078 static u32 copy_cursor_image(u8 *src, u8 *dst, int width, int height) in copy_cursor_image() 1148 u8 *src, *dst; in ast_cursor_set() local 1188 …u8 *dst = (u8 *)ast->cache_kmap.virtual + (AST_HWC_SIZE + AST_HWC_SIGNATURE_SIZE)*ast->next_cursor… in ast_cursor_set() local
|
| /linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
| D | lib-move.c | 232 lnet_extract_iov(int dst_niov, struct kvec *dst, in lnet_extract_iov() 514 lnet_extract_kiov(int dst_niov, lnet_kiov_t *dst, in lnet_extract_kiov() 1657 lnet_process_id_t dst = {0}; in lnet_print_hdr() local
|
| /linux-4.1.27/sound/pci/cs46xx/ |
| D | dsp_spos.c | 559 void __iomem *dst = chip->region.idx[1].remap_addr + DSP_PARAMETER_BYTE_OFFSET; in cs46xx_dsp_proc_task_tree_read() local 620 void __iomem *dst = chip->region.idx[1].remap_addr + DSP_PARAMETER_BYTE_OFFSET; in cs46xx_dsp_proc_parameter_dump_read() local 647 void __iomem *dst = chip->region.idx[2].remap_addr; in cs46xx_dsp_proc_sample_dump_read() local
|
| /linux-4.1.27/drivers/ptp/ |
| D | ptp_clock.c | 56 struct ptp_extts_event *dst; in enqueue_external_timestamp() local
|
| /linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
| D | l2t.c | 301 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst, in t3_l2t_get()
|
| /linux-4.1.27/net/rds/ |
| D | message.c | 111 unsigned char *dst; in rds_message_add_extension() local
|
| /linux-4.1.27/drivers/scsi/qla2xxx/ |
| D | qla_inline.h | 84 host_to_adap(uint8_t *src, uint8_t *dst, uint32_t bsize) in host_to_adap()
|
| /linux-4.1.27/net/sctp/ |
| D | transport.c | 238 struct dst_entry *dst; in sctp_transport_update_pmtu() local
|
| /linux-4.1.27/drivers/gpu/drm/i915/ |
| D | i915_gem_dmabuf.c | 40 struct scatterlist *src, *dst; in i915_gem_map_dma_buf() local
|
| /linux-4.1.27/arch/parisc/kernel/ |
| D | binfmt_elf32.c | 15 #define ELF_CORE_COPY_REGS(dst, pt) \ argument
|
| /linux-4.1.27/drivers/scsi/aic94xx/ |
| D | aic94xx_reg.c | 302 void asd_read_reg_string(struct asd_ha_struct *asd_ha, void *dst, in asd_read_reg_string()
|
| /linux-4.1.27/arch/sparc/kernel/ |
| D | process_32.c | 238 clone_stackframe(struct sparc_stackf __user *dst,
|
| /linux-4.1.27/drivers/input/serio/ |
| D | i8042-x86ia64io.h | 817 static void i8042_pnp_id_to_string(struct pnp_id *id, char *dst, int dst_size) in i8042_pnp_id_to_string()
|
| /linux-4.1.27/fs/btrfs/ |
| D | file-item.c | 163 u64 logical_offset, u32 *dst, int dio) in __btrfs_lookup_bio_sums() 296 struct bio *bio, u32 *dst) in btrfs_lookup_bio_sums()
|
| /linux-4.1.27/drivers/media/i2c/ |
| D | tvp7002.c | 455 static int tvp7002_read(struct v4l2_subdev *sd, u8 addr, u8 *dst) in tvp7002_read() 486 u8 *dst, int *err) in tvp7002_read_err()
|
| /linux-4.1.27/kernel/ |
| D | ptrace.c | 525 int ptrace_readdata(struct task_struct *tsk, unsigned long src, char __user *dst, int len) in ptrace_readdata() 550 int ptrace_writedata(struct task_struct *tsk, char __user *src, unsigned long dst, int len) in ptrace_writedata()
|