Searched defs:xenstore_domain_interface (Results 1 – 2 of 2) sorted by relevance
120 struct xenstore_domain_interface { struct121 char req[XENSTORE_RING_SIZE]; /* Requests to xenstore daemon. */122 char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */123 XENSTORE_RING_IDX req_cons, req_prod;124 XENSTORE_RING_IDX rsp_cons, rsp_prod;125 uint32_t server_features; /* Bitmap of features supported by the server */126 uint32_t connection;
73 xenstore_domain_interface(void) in xenstore_domain_interface() function