Lines Matching refs:xsh
801 t = xs_transaction_start(ctx->xsh); in libxl__domain_make()
803 xs_rm(ctx->xsh, t, dom_path); in libxl__domain_make()
806 xs_rm(ctx->xsh, t, vm_path); in libxl__domain_make()
809 xs_rm(ctx->xsh, t, libxl_path); in libxl__domain_make()
814 xs_write(ctx->xsh, t, GCSPRINTF("%s/vm", dom_path), vm_path, strlen(vm_path)); in libxl__domain_make()
903 xs_write(ctx->xsh, t, GCSPRINTF("%s/uuid", vm_path), uuid_string, strlen(uuid_string)); in libxl__domain_make()
904 xs_write(ctx->xsh, t, GCSPRINTF("%s/name", vm_path), info->name, strlen(info->name)); in libxl__domain_make()
909 …xs_write(ctx->xsh, t, GCSPRINTF("%s/control/platform-feature-multiprocessor-suspend", dom_path), "… in libxl__domain_make()
910 …xs_write(ctx->xsh, t, GCSPRINTF("%s/control/platform-feature-xs_reset_watches", dom_path), "1", 1); in libxl__domain_make()
913 xs_write(ctx->xsh, t, GCSPRINTF("%s/type", libxl_path), dom_type, in libxl__domain_make()
916 if (!xs_transaction_end(ctx->xsh, t, 0)) { in libxl__domain_make()
927 if (t) xs_transaction_end(ctx->xsh, t, 1); in libxl__domain_make()
2299 xs_release_domain(CTX->xsh, cdcs->dcs.domid); in soft_reset_dm_suspended()