Home
last modified time | relevance | path

Searched defs:ifcond (Results 1 – 4 of 4) 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/docs/sphinx/
H A Dqapidoc.py116 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 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