Searched defs:_dst (Results 1 – 13 of 13) sorted by relevance
/freebsd/tools/tools/ath/common/ |
H A D | ah_osdep.h | 49 #define OS_MEMCPY(_dst, _src, _size) bcopy((_src), (_dst), (_size)) argument
|
/freebsd/sys/contrib/xen/hvm/ |
H A D | save.h | 94 # define HVM_SAVE_FIX_COMPAT(_x, _dst, _size) __HVM_SAVE_FIX_COMPAT_##_x(_dst, _size) argument
|
/freebsd/contrib/elftoolchain/common/ |
H A D | utarray.h | 225 char *const*_src = (char*const*)src, **_dst = (char**)dst; in utarray_str_cpy() local
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 244 xlatetom(Elf *elf, GElf_Ehdr *elfhdr, void *_src, void *_dst, in xlatetom()
|
/freebsd/sys/kern/ |
H A D | subr_msan.c | 341 msan_orig_t *_src, *_dst; in kmsan_meta_copy() local 799 char *_dst = dst; in kmsan_strcpy() local
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_osdep.h | 178 ixgbe_bcopy(void *restrict _src, void *restrict _dst, int l) in ixgbe_bcopy()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_vale.c | 164 pkt_copy(void *_src, void *_dst, int l) in pkt_copy()
|
H A D | netmap.c | 716 static char _dst[8192]; in nm_dump_buf() local
|
/freebsd/sys/net/ |
H A D | netmap_user.h | 204 nm_pkt_copy(const void *_src, void *_dst, int l) in nm_pkt_copy()
|
/freebsd/sys/net/route/ |
H A D | route_ctl.c | 409 fill_pxmask_family(int family, int plen, struct sockaddr *_dst, in fill_pxmask_family()
|
/freebsd/sys/dev/mwl/ |
H A D | mwlhal.c | 92 #define IEEE80211_ADDR_COPY(_dst, _src) \ argument 94 #define IEEE80211_ADDR_EQ(_dst, _src) \ argument
|
H A D | if_mwl.c | 2411 #define CVT(_dst, _src) do { \ in mwl_node_getmimoinfo() argument
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_impl.h | 845 #define EFX_MAC_ADDR_COPY(_dst, _src) \ argument 856 #define EFX_MAC_BROADCAST_ADDR_SET(_dst) \ argument
|