Searched refs:xs_rm (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_xshelp.c | 235 if (!xs_rm(CTX->xsh, t, path)) { in libxl__xs_rm_checked() 295 if (!xs_rm(CTX->xsh, t, path)) { in libxl__xs_path_cleanup() 312 if (!xs_rm(CTX->xsh, t, path)) { in libxl__xs_path_cleanup()
|
A D | libxl_pci.c | 248 xs_rm(ctx->xsh, t, GCSPRINTF("%s/key-%d", be_path, i)); in libxl__device_pci_remove_xenstore() 249 xs_rm(ctx->xsh, t, GCSPRINTF("%s/dev-%d", be_path, i)); in libxl__device_pci_remove_xenstore() 250 xs_rm(ctx->xsh, t, GCSPRINTF("%s/vdev-%d", be_path, i)); in libxl__device_pci_remove_xenstore() 251 xs_rm(ctx->xsh, t, GCSPRINTF("%s/opts-%d", be_path, i)); in libxl__device_pci_remove_xenstore() 258 xs_rm(ctx->xsh, t, tmppath); in libxl__device_pci_remove_xenstore() 262 xs_rm(ctx->xsh, t, tmppath); in libxl__device_pci_remove_xenstore() 266 xs_rm(ctx->xsh, t, tmppath); in libxl__device_pci_remove_xenstore() 271 xs_rm(ctx->xsh, t, tmppath); in libxl__device_pci_remove_xenstore() 277 xs_rm(ctx->xsh, t, tmppath); in libxl__device_pci_remove_xenstore() 283 xs_rm(ctx->xsh, t, tmppath); in libxl__device_pci_remove_xenstore() [all …]
|
A D | libxl_domain.c | 237 xs_rm(ctx->xsh, t, vm_path); in libxl_domain_preserve() 1077 if (!xs_rm(ctx->xsh, XBT_NULL, vm_path)) in devices_destroy_cb() 1080 if (!xs_rm(ctx->xsh, XBT_NULL, dom_path)) in devices_destroy_cb() 1083 xs_rm(ctx->xsh, XBT_NULL, libxl__xs_libxl_path(gc, domid)); in devices_destroy_cb() 1084 xs_rm(ctx->xsh, XBT_NULL, GCSPRINTF( "/local/domain/%d/hvmloader", domid)); in devices_destroy_cb()
|
A D | libxl_cpupool.c | 235 xs_rm(ctx->xsh, XBT_NULL, GCSPRINTF("/local/pool/%d", poolid)); in libxl_cpupool_destroy()
|
A D | libxl_create.c | 636 xs_rm(ctx->xsh, t, dom_path); in libxl__domain_make() 639 xs_rm(ctx->xsh, t, vm_path); in libxl__domain_make() 642 xs_rm(ctx->xsh, t, libxl_path); in libxl__domain_make()
|
A D | libxl_device.c | 169 xs_rm(ctx->xsh, t, frontend_path); in libxl__device_generic_add() 195 xs_rm(ctx->xsh, t, backend_path); in libxl__device_generic_add()
|
A D | libxl_dm.c | 2582 if (!xs_rm(CTX->xsh, XBT_NULL, path)) in libxl__destroy_device_model()
|
/xen-4.10.0-shim-comet/tools/tests/xenstore/ |
A D | xs-test.c | 77 xs_rm(xsh, XBT_NULL, path); in call_test() 264 if ( !xs_rm(xsh, XBT_NULL, path) ) in test_rm() 428 xs_rm(xsh, XBT_NULL, path); in cleanup() 438 xs_rm(xsh, t, TEST_PATH); in cleanup()
|
/xen-4.10.0-shim-comet/tools/xenstore/include/ |
A D | xenstore.h | 132 bool xs_rm(struct xs_handle *h, xs_transaction_t t,
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstore_client.c | 110 if (xs_rm(xsh, xth, path)) { in do_rm()
|
A D | xs.c | 713 bool xs_rm(struct xs_handle *h, xs_transaction_t t, in xs_rm() function
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 255 result = xs_rm(xh, th, path); in xspy_rm()
|
Completed in 33 milliseconds