Home
last modified time | relevance | path

Searched defs:_dst (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/board/gdsys/a38x/
H A Dhre.c297 static void *compute_and(void *_dst, const void *_src, size_t n) in compute_and()
309 static void *compute_or(void *_dst, const void *_src, size_t n) in compute_or()
321 static void *compute_xor(void *_dst, const void *_src, size_t n) in compute_xor()
333 static void *compute_extend(void *_dst, const void *_src, size_t n) in compute_extend()
/openbmc/linux/arch/x86/lib/
H A Dusercopy_64.c80 void __memcpy_flushcache(void *_dst, const void *_src, size_t size) in __memcpy_flushcache()
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp1259 struct pldm_msgbuf _dst; in TEST() local
1280 struct pldm_msgbuf _dst; in TEST() local
1301 struct pldm_msgbuf _dst; in TEST() local
1320 struct pldm_msgbuf _dst; in TEST() local
1339 struct pldm_msgbuf _dst; in TEST() local
1357 struct pldm_msgbuf _dst; in TEST() local
1375 struct pldm_msgbuf _dst; in TEST() local
1394 struct pldm_msgbuf _dst; in TEST() local
1413 struct pldm_msgbuf _dst; in TEST() local
1431 struct pldm_msgbuf _dst; in TEST() local
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c536 static void *compute_and(void *_dst, const void *_src, size_t n) in compute_and()
548 static void *compute_or(void *_dst, const void *_src, size_t n) in compute_or()
560 static void *compute_xor(void *_dst, const void *_src, size_t n) in compute_xor()
572 static void *compute_extend(void *_dst, const void *_src, size_t n) in compute_extend()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_cache.c232 void __iomem *_dst = dst->vaddr_iomem; in memcpy_fallback() local
/openbmc/libpldm/src/dsp/
H A Dpdr.c1475 struct pldm_msgbuf _dst; in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() local
1617 struct pldm_msgbuf _dst; in pldm_entity_association_pdr_create_new() local
1759 struct pldm_msgbuf _dst; in pldm_entity_association_find_record_handle_by_entity() local
1816 struct pldm_msgbuf _dst; in pldm_entity_association_pdr_remove_contained_entity() local
1986 struct pldm_msgbuf _dst; in pldm_pdr_record_matches_fru_rsi() local
H A Dplatform.c3054 struct pldm_msgbuf _dst; in decode_entity_auxiliary_names_pdr() local
/openbmc/linux/tools/spi/
H A Dspidev_test.c94 static int unescape(char *_dst, char *_src, size_t len) in unescape()
/openbmc/linux/include/net/
H A Ddsa.h168 #define dsa_lags_foreach_id(_id, _dst) \ argument
172 #define dsa_lag_foreach_port(_dp, _dst, _lag) \ argument
549 #define dsa_tree_for_each_user_port(_dp, _dst) \ argument
553 #define dsa_tree_for_each_user_port_continue_reverse(_dp, _dst) \ argument
557 #define dsa_tree_for_each_cpu_port(_dp, _dst) \ argument
/openbmc/qemu/net/
H A Dnetmap.c59 pkt_copy(const void *_src, void *_dst, int l) in pkt_copy()
/openbmc/linux/arch/x86/include/asm/
H A Duaccess.h610 #define unsafe_copy_to_user(_dst,_src,_len,label) \ argument
/openbmc/linux/fs/
H A Dreaddir.c78 #define unsafe_copy_dirent_name(_dst, _src, _len, label) do { \ argument
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c686 struct scatterlist *_dst) in crypto4xx_build_pd()
/openbmc/linux/sound/pci/emu10k1/
H A Demufx.c741 struct snd_emu10k1_fx8010_control_gpr __user *_dst; in copy_gctl_to_user() local
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h345 #define XGBE_LM_COPY(_dst, _dname, _src, _sname) \ argument