Home
last modified time | relevance | path

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

/qemu/hw/i386/kvm/
H A Dxenstore_impl.c55 typedef struct XsTransaction { struct
61 } XsTransaction; argument
79 XsTransaction *tx = value; in nobble_tx()
937 XsTransaction *tx; in xs_impl_transaction_start()
947 tx = g_new0(XsTransaction, 1); in xs_impl_transaction_start()
1364 XsTransaction *tx = _tx; in xs_tx_free()
1403 XsTransaction *t = value; in clear_tx_serialized_tx()
1490 XsTransaction *n = value; in save_tx()
1647 XsTransaction *t; in lookup_tx_node()
1825 XsTransaction base_t = { 0 }; in xs_impl_deserialize()
[all …]
/qemu/tests/unit/
H A Dtest-xs-node.c201 XsTransaction *t1 = val, *t2; in compare_tx()