Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.h31 xs_transaction_t tx_id, const char *path, GByteArray *data);
33 xs_transaction_t tx_id, const char *path, GByteArray *data);
35 xs_transaction_t tx_id, const char *path,
38 xs_transaction_t *tx_id);
40 xs_transaction_t tx_id, bool commit);
42 xs_transaction_t tx_id, const char *path);
44 xs_transaction_t tx_id, const char *path, GList **perms);
46 xs_transaction_t tx_id, const char *path, GList *perms);
H A Dxen_xenstore.c329 xs_transaction_t tx_id, int errnum) in xs_error()
355 xs_transaction_t tx_id) in xs_ok()
504 xs_transaction_t tx_id, uint8_t *req_data, unsigned int len) in xs_read()
540 xs_transaction_t tx_id, uint8_t *req_data, in xs_write()
577 xs_transaction_t tx_id, uint8_t *req_data, in xs_mkdir()
648 xs_transaction_t tx_id, uint8_t *req_data, in xs_directory()
681 xs_transaction_t tx_id, uint8_t *req_data, in xs_directory_part()
746 xs_transaction_t tx_id, uint8_t *req_data, in xs_transaction_start()
777 xs_transaction_t tx_id, uint8_t *req_data, in xs_transaction_end()
811 xs_transaction_t tx_id, uint8_t *req_data, unsigned int len) in xs_rm()
[all …]
H A Dxenstore_impl.c828 xs_transaction_t tx_id, unsigned int dom_id, in init_walk_op()
870 xs_transaction_t tx_id, const char *path, GByteArray *data) in xs_impl_read()
890 xs_transaction_t tx_id, const char *path, GByteArray *data) in xs_impl_write()
912 xs_transaction_t tx_id, const char *path, in xs_impl_directory()
935 xs_transaction_t *tx_id) in xs_impl_transaction_start()
1061 xs_transaction_t tx_id, bool commit) in xs_impl_transaction_end()
1084 xs_transaction_t tx_id, const char *path) in xs_impl_rm()
1100 xs_transaction_t tx_id, const char *path, GList **perms) in xs_impl_get_perms()
1145 xs_transaction_t tx_id, const char *path, GList *perms) in xs_impl_set_perms()
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h261 typedef uint32_t xs_transaction_t; typedef
273 char **(*directory)(struct qemu_xs_handle *h, xs_transaction_t t,
275 void *(*read)(struct qemu_xs_handle *h, xs_transaction_t t,
277 bool (*write)(struct qemu_xs_handle *h, xs_transaction_t t,
279 bool (*create)(struct qemu_xs_handle *h, xs_transaction_t t,
282 bool (*destroy)(struct qemu_xs_handle *h, xs_transaction_t t,
287 xs_transaction_t (*transaction_start)(struct qemu_xs_handle *h);
288 bool (*transaction_end)(struct qemu_xs_handle *h, xs_transaction_t t,
320 xs_transaction_t t, const char *path, in qemu_xen_xs_directory()
330 xs_transaction_t t, const char *path, in qemu_xen_xs_read()
[all …]
H A Dxen-bus-helper.h15 void xs_node_create(struct qemu_xs_handle *h, xs_transaction_t tid,
18 void xs_node_destroy(struct qemu_xs_handle *h, xs_transaction_t tid,
22 void xs_node_vprintf(struct qemu_xs_handle *h, xs_transaction_t tid,
26 void xs_node_printf(struct qemu_xs_handle *h, xs_transaction_t tid,
32 int xs_node_vscanf(struct qemu_xs_handle *h, xs_transaction_t tid,
36 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid,
/openbmc/qemu/hw/xen/
H A Dxen-bus-helper.c50 void xs_node_create(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_create()
61 void xs_node_destroy(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_destroy()
71 void xs_node_vprintf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_vprintf()
93 void xs_node_printf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_printf()
104 int xs_node_vscanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_vscanf()
131 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_scanf()
H A Dxen-operations.c265 xs_transaction_t t, const char *path, in libxenstore_directory()
271 static void *libxenstore_read(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_read()
277 static bool libxenstore_write(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_write()
284 static bool libxenstore_create(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_create()
307 static bool libxenstore_destroy(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_destroy()
381 static xs_transaction_t libxenstore_transaction_start(struct qemu_xs_handle *h) in libxenstore_transaction_start()
387 xs_transaction_t t, bool abort) in libxenstore_transaction_end()
H A Dxen-bus.c61 xs_transaction_t tid; in xen_device_unplug()
121 xs_transaction_t tid; in xen_bus_backend_create()