Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-backend.c14 typedef struct XenBackendImpl { struct
18 } XenBackendImpl; argument
22 const XenBackendImpl *impl;
39 static void xen_backend_table_add(XenBackendImpl *impl) in xen_backend_table_add()
50 static const XenBackendImpl *xen_backend_table_lookup(const char *type) in xen_backend_table_lookup()
57 XenBackendImpl *impl = g_new0(XenBackendImpl, 1); in xen_backend_register()
106 const XenBackendImpl *impl = xen_backend_table_lookup(type); in xen_backend_exists()
131 const XenBackendImpl *impl = xen_backend_table_lookup(type); in xen_backend_device_create()
174 const XenBackendImpl *impl; in xen_backend_try_device_destroy()