Searched refs:ud2 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-qobject-output-visitor.c | 166 UserDefTwo *ud2; in test_visitor_out_struct_nested() local 172 ud2 = g_malloc0(sizeof(*ud2)); in test_visitor_out_struct_nested() 173 ud2->string0 = g_strdup(strings[0]); in test_visitor_out_struct_nested() 175 ud2->dict1 = g_malloc0(sizeof(*ud2->dict1)); in test_visitor_out_struct_nested() 176 ud2->dict1->string1 = g_strdup(strings[1]); in test_visitor_out_struct_nested() 178 ud2->dict1->dict2 = g_malloc0(sizeof(*ud2->dict1->dict2)); in test_visitor_out_struct_nested() 179 ud2->dict1->dict2->userdef = g_new0(UserDefOne, 1); in test_visitor_out_struct_nested() 180 ud2->dict1->dict2->userdef->string = g_strdup(string); in test_visitor_out_struct_nested() 181 ud2->dict1->dict2->userdef->integer = value; in test_visitor_out_struct_nested() 182 ud2->dict1->dict2->string = g_strdup(strings[2]); in test_visitor_out_struct_nested() [all …]
|
| H A D | test-qmp-cmds.c | 378 UserDefTwo *ud2 = NULL; in test_dealloc_partial() local 390 visit_type_UserDefTwo(v, NULL, &ud2, &err); in test_dealloc_partial() 397 assert(!ud2); in test_dealloc_partial() 400 ud2 = g_new0(UserDefTwo, 1); in test_dealloc_partial() 401 ud2->string0 = g_strdup(text); in test_dealloc_partial() 404 qapi_free_UserDefTwo(ud2); in test_dealloc_partial()
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | x86.csv | 2079 "UD2","UD2","ud2","0F 0B","V","V","PPRO","","","",""
|