Home
last modified time | relevance | path

Searched refs:PciMemoryRegionList (Results 1 – 4 of 4) sorted by relevance

/external/qemu/qapi-auto-generated/
Dqapi-types.h656 typedef struct PciMemoryRegionList struct
662 struct PciMemoryRegionList *next; argument
663 } PciMemoryRegionList; typedef
2406 void qapi_free_PciMemoryRegionList(PciMemoryRegionList * obj);
2448 PciMemoryRegionList * regions;
Dqapi-visit.h159 void visit_type_PciMemoryRegionList(Visitor *m, PciMemoryRegionList ** obj, const char *name, Error…
Dqapi-types.c1691 void qapi_free_PciMemoryRegionList(PciMemoryRegionList * obj) in qapi_free_PciMemoryRegionList()
Dqapi-visit.c2445 void visit_type_PciMemoryRegionList(Visitor *m, PciMemoryRegionList ** obj, const char *name, Error… in visit_type_PciMemoryRegionList()
2454 PciMemoryRegionList *native_i = (PciMemoryRegionList *)i; in visit_type_PciMemoryRegionList()