Home
last modified time | relevance | path

Searched refs:xshandle (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/
A Dxs.c139 struct xs_handle *xh = xshandle(self); in xspy_write()
276 struct xs_handle *xh = xshandle(self); in xspy_get_permissions()
332 struct xs_handle *xh = xshandle(self); in xspy_set_permissions()
420 struct xs_handle *xh = xshandle(self); in xspy_watch()
465 struct xs_handle *xh = xshandle(self); in xspy_fileno()
487 struct xs_handle *xh = xshandle(self); in xspy_check_watch()
513 struct xs_handle *xh = xshandle(self); in xspy_read_watch()
551 struct xs_handle *xh = xshandle(self); in xspy_unwatch()
581 struct xs_handle *xh = xshandle(self); in xspy_transaction_start()
622 struct xs_handle *xh = xshandle(self); in xspy_transaction_end()
[all …]
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/
A Dxenstat_solaris.c226 vifs = xs_directory(node->handle->xshandle, XBT_NULL, path, &nr); in collect_dom_networks()
239 tmp = xs_read(node->handle->xshandle, XBT_NULL, path, NULL); in collect_dom_networks()
247 tmp = xs_read(node->handle->xshandle, XBT_NULL, path, NULL); in collect_dom_networks()
333 vbds = xs_directory(node->handle->xshandle, XBT_NULL, path, &nr); in collect_dom_vbds()
347 tmp = xs_read(node->handle->xshandle, XBT_NULL, path, NULL); in collect_dom_vbds()
355 tmp = xs_read(node->handle->xshandle, XBT_NULL, path, NULL); in collect_dom_vbds()
A Dxenstat_qmp.c150 dev_ids = xs_directory(node->handle->xshandle, XBT_NULL, path, &num_dev_ids); in lookup_xenstore_devid()
167 if ((ptr = xs_read(node->handle->xshandle, XBT_NULL, path, NULL)) == NULL) in lookup_xenstore_devid()
179 if ((ptr = xs_read(node->handle->xshandle, XBT_NULL, path, NULL)) != NULL) { in lookup_xenstore_devid()
396 val = xs_read(node->handle->xshandle, XBT_NULL, path, NULL); in read_attributes_qdisk_dom()
A Dxenstat_priv.h37 struct xs_handle *xshandle; /* xenstore handle */ member
A Dxenstat.c110 handle->xshandle = xs_daemon_open_readonly(); /* open handle to xenstore*/ in xenstat_init()
111 if (handle->xshandle == NULL) { in xenstat_init()
128 xs_daemon_close(handle->xshandle); in xenstat_uninit()
772 return xs_read(handle->xshandle, XBT_NULL, path, NULL); in xenstat_get_domain_name()

Completed in 9 milliseconds