Searched refs:o_dst (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-forward-visitor.c | 153 AltStrObj *o_dst = visit_with_forward("src.integer=42,src.boolean=true,src.string=world", in test_forward_alternate() local 158 g_assert_cmpint(o_dst->type, ==, QTYPE_QDICT); in test_forward_alternate() 159 g_assert_cmpint(o_dst->u.o.integer, ==, 42); in test_forward_alternate() 160 g_assert_cmpint(o_dst->u.o.boolean, ==, true); in test_forward_alternate() 161 g_assert_cmpstr(o_dst->u.o.string, ==, "world"); in test_forward_alternate() 164 qapi_free_AltStrObj(o_dst); in test_forward_alternate()
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-mod-log.c | 799 unsigned long o_dst; in tree_mod_log_rewind() local 868 o_dst = btrfs_node_key_ptr_offset(eb, tm->slot); in tree_mod_log_rewind() 878 memmove_extent_buffer(eb, o_dst, o_src, in tree_mod_log_rewind()
|