Home
last modified time | relevance | path

Searched defs:xenstore_domain_interface (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/xen/interface/io/
H A Dxs_wire.h105 struct xenstore_domain_interface { struct
106 char req[XENSTORE_RING_SIZE]; /* Requests to xenstore daemon. */
107 char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */
108 XENSTORE_RING_IDX req_cons, req_prod;
109 XENSTORE_RING_IDX rsp_cons, rsp_prod;
110 uint32_t server_features; /* Bitmap of features supported by the server */
111 uint32_t connection;
112 uint32_t error;
/openbmc/linux/include/xen/interface/io/
H A Dxs_wire.h92 struct xenstore_domain_interface { struct
93 char req[XENSTORE_RING_SIZE]; /* Requests to xenstore daemon. */
94 char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */
95 XENSTORE_RING_IDX req_cons, req_prod;
96 XENSTORE_RING_IDX rsp_cons, rsp_prod;
97 uint32_t server_features; /* Bitmap of features supported by the server */
98 uint32_t connection;
99 uint32_t error;