Home
last modified time | relevance | path

Searched refs:dst_ (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qapi/
H A Dclone-visitor.h36 type *dst_ = (type *) (src); /* Cast away const */ \
38 if (dst_) { \
40 visit_type_ ## type(v_, NULL, &dst_, &error_abort); \
43 dst_; \
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_concat_range.sh1183 eval dst_"$f"=\$\(format_\$f "${1}"\)
1197 eval dst_"$f"=\$\(format_\$f "${1}"\)
1211 eval dst_"$f"=\$\(format_\$f "${1}"\)
1237 eval dst_"$f"=\$\(format_\$f "${1}"\)
/openbmc/linux/net/openvswitch/
H A Dactions.c246 static void ether_addr_copy_masked(u8 *dst_, const u8 *src_, const u8 *mask_) in ether_addr_copy_masked() argument
248 u16 *dst = (u16 *)dst_; in ether_addr_copy_masked()