Home
last modified time | relevance | path

Searched defs:ifcond (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qapi-schema/
H A Dtest-qapi.py33 def visit_enum_type(self, name, info, ifcond, features, members, prefix): argument
44 def visit_array_type(self, name, info, ifcond, element_type): argument
50 def visit_object_type(self, name, info, ifcond, features, argument
64 def visit_alternate_type(self, name, info, ifcond, features, argument
71 def visit_command(self, name, info, ifcond, features, argument
83 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument
98 def _print_if(ifcond, indent=4): argument
/openbmc/qemu/scripts/qapi/
H A Dschema.py156 def ifcond(self) -> QAPISchemaIfCond: member in QAPISchemaDefinition
489 def ifcond(self) -> QAPISchemaIfCond: member in QAPISchemaArrayType
/openbmc/qemu/hw/acpi/
H A Dnvdimm.c1155 Aml *whilectx, *ifcond, *ifctx, *elsectx, *fit; in nvdimm_build_fit() local