Searched refs:xs_impl_transaction_end (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.h | 39 int xs_impl_transaction_end(XenstoreImplState *s, unsigned int dom_id,
|
H A D | xen_xenstore.c | 801 err = xs_impl_transaction_end(s->impl, xen_domid, tx_id, commit); in xs_transaction_end() 1701 int err = xs_impl_transaction_end(h->impl, DOMID_QEMU, t, !abort); in xs_be_transaction_end()
|
H A D | xenstore_impl.c | 1060 int xs_impl_transaction_end(XenstoreImplState *s, unsigned int dom_id, in xs_impl_transaction_end() function
|
/openbmc/qemu/tests/unit/ |
H A D | test-xs-node.c | 565 err = xs_impl_transaction_end(s, DOMID_GUEST, tx_id, commit); in do_test_xs_node_tx() 665 err = xs_impl_transaction_end(s, DOMID_GUEST, tx_id, true); in test_xs_node_tx_rm() 740 err = xs_impl_transaction_end(s, DOMID_GUEST, tx_id, true); in test_xs_node_tx_resurrect() 825 err = xs_impl_transaction_end(s, DOMID_GUEST, tx_id, true); in test_xs_node_tx_resurrect2()
|