Home
last modified time | relevance | path

Searched refs:iobj (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dcheck-qom-interface.c71 TestIf *iobj = TEST_IF(obj); in test_interface_impl() local
72 TestIfClass *ioc = TEST_IF_GET_CLASS(iobj); in test_interface_impl()
74 g_assert(iobj); in test_interface_impl()
/openbmc/libcper/tests/schemavalidator/
H A Dvalidate.c144 json_object *iobj = json_object_array_get_idx(jtype, i); in _schemavalidator_check_type() local
145 if (!json_object_is_type(iobj, json_type_string)) { in _schemavalidator_check_type()
148 const char *type = json_object_get_string(iobj); in _schemavalidator_check_type()
185 json_object *iobj = json_object_array_get_idx(jarray, i); in _schemavalidator_check_required() local
186 const char *key = json_object_get_string(iobj); in _schemavalidator_check_required()
227 json_object *iobj = json_object_object_get(jobj, jprop_key); in _schemavalidator_check_properties() local
229 if (iobj) { in _schemavalidator_check_properties()
233 iobj, jprop_val, jprop_item_tmp_node); in _schemavalidator_check_properties()
280 json_object *iobj = json_object_array_get_idx(jobj, i); in _schemavalidator_check_prefixItems_and_items() local
290 iobj, ischema, jarrayitem_tmp_node); in _schemavalidator_check_prefixItems_and_items()
[all …]