Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dvif-openvswitch50 local vm_path=$(xenstore_read "/local/domain/${frontend_id}/vm")
51 local name=$(xenstore_read "${vm_path}/name")
53 local uuid=$(xenstore_read "${vm_path}/uuid")
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_domain.c200 char *vm_path; in libxl_domain_preserve() local
223 vm_path = GCSPRINTF("/vm/%s", uuid_string); in libxl_domain_preserve()
224 if (!vm_path) { in libxl_domain_preserve()
237 xs_rm(ctx->xsh, t, vm_path); in libxl_domain_preserve()
238 xs_mkdir(ctx->xsh, t, vm_path); in libxl_domain_preserve()
241 xs_write(ctx->xsh, t, GCSPRINTF("%s/vm", dom_path), vm_path, strlen(vm_path)); in libxl_domain_preserve()
1063 char *vm_path; in devices_destroy_cb() local
1076 if (vm_path) in devices_destroy_cb()
1077 if (!xs_rm(ctx->xsh, XBT_NULL, vm_path)) in devices_destroy_cb()
1450 char *vm_path, *start_time; in libxl_vm_get_start_time() local
[all …]
A Dlibxl_create.c547 char *dom_path, *vm_path, *libxl_path; in libxl__domain_make() local
609 vm_path = GCSPRINTF("/vm/%s", uuid_string); in libxl__domain_make()
610 if (!vm_path) { in libxl__domain_make()
639 xs_rm(ctx->xsh, t, vm_path); in libxl__domain_make()
640 libxl__xs_mknod(gc, t, vm_path, roperm, ARRAY_SIZE(roperm)); in libxl__domain_make()
647 xs_write(ctx->xsh, t, GCSPRINTF("%s/vm", dom_path), vm_path, strlen(vm_path)); in libxl__domain_make()
728 xs_write(ctx->xsh, t, GCSPRINTF("%s/uuid", vm_path), uuid_string, strlen(uuid_string)); in libxl__domain_make()
729 xs_write(ctx->xsh, t, GCSPRINTF("%s/name", vm_path), info->name, strlen(info->name)); in libxl__domain_make()
A Dlibxl_dm.c1804 char *vm_path; in libxl__write_stub_dmargs() local
1815 vm_path = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("/local/domain/%d/vm", guest_domid)); in libxl__write_stub_dmargs()
1834 path = GCSPRINTF("%s/image/dmargs", vm_path); in libxl__write_stub_dmargs()
1840 …xs_set_permissions(ctx->xsh, t, GCSPRINTF("%s/rtc/timeoffset", vm_path), roperm, ARRAY_SIZE(roperm… in libxl__write_stub_dmargs()
2249 char *vm_path; in libxl__spawn_local_dm() local
2321 vm_path = libxl__xs_read(gc,t,GCSPRINTF("%s/vm", dom_path)); in libxl__spawn_local_dm()
2322 if (vm_path) { in libxl__spawn_local_dm()
2327 libxl__xs_writev(gc,t,vm_path,pass_stuff); in libxl__spawn_local_dm()
A Dlibxl_dom.c578 char *dom_path, *vm_path; in libxl__build_post() local
639 vm_path = xs_read(ctx->xsh, XBT_NULL, GCSPRINTF("%s/vm", dom_path), NULL); in libxl__build_post()
645 libxl__xs_writev(gc, t, vm_path, vms_ents); in libxl__build_post()
651 free(vm_path); in libxl__build_post()

Completed in 16 milliseconds