/openbmc/qemu/tests/qapi-schema/ |
H A D | test-qapi.py | 33 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/docs/sphinx/ |
H A D | qapidoc.py | 116 def _nodes_for_ifcond(self, ifcond, with_if=True): argument 285 def _nodes_for_if_section(self, ifcond): argument 315 def visit_enum_type(self, name, info, ifcond, features, members, prefix): argument 323 def visit_object_type(self, name, info, ifcond, features, argument 334 def visit_alternate_type(self, name, info, ifcond, features, argument 343 def visit_command(self, name, info, ifcond, features, arg_type, argument 353 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument
|
/openbmc/qemu/scripts/qapi/ |
H A D | schema.py | 156 def ifcond(self) -> QAPISchemaIfCond: member in QAPISchemaDefinition 489 def ifcond(self) -> QAPISchemaIfCond: member in QAPISchemaArrayType
|
/openbmc/qemu/hw/acpi/ |
H A D | nvdimm.c | 1155 Aml *whilectx, *ifcond, *ifctx, *elsectx, *fit; in nvdimm_build_fit() local
|