Lines Matching full:node
16 const char *node, unsigned int owner, unsigned int domid,
19 const char *node, Error **errp);
21 /* Write to node/key unless node is empty, in which case write to key */
23 const char *node, const char *key, Error **errp,
27 const char *node, const char *key, Error **errp,
31 /* Read from node/key unless node is empty, in which case read from key */
33 const char *node, const char *key, Error **errp,
37 const char *node, const char *key, Error **errp,
43 * the XenStore path, not the contents of the node.
50 /* Watch node/key unless node is empty, in which case watch key */
51 struct qemu_xs_watch *xs_node_watch(struct qemu_xs_handle *h, const char *node,