Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-bus.c85 if (!qemu_xen_xs_transaction_end(xenbus->xsh, tid, false)) { in xen_device_unplug()
100 qemu_xen_xs_transaction_end(xenbus->xsh, tid, true); in xen_device_unplug()
137 if (!qemu_xen_xs_transaction_end(xenbus->xsh, tid, true)) { in xen_bus_backend_create()
168 if (!qemu_xen_xs_transaction_end(xenbus->xsh, tid, false)) { in xen_bus_backend_create()
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h397 static inline bool qemu_xen_xs_transaction_end(struct qemu_xs_handle *h, in qemu_xen_xs_transaction_end() function