Home
last modified time | relevance | path

Searched refs:libxl__xs_write_checked (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_xshelp.c222 int libxl__xs_write_checked(libxl__gc *gc, xs_transaction_t t, in libxl__xs_write_checked() function
A Dlibxl_device.c157 rc = libxl__xs_write_checked(gc, t, GCSPRINTF("%s/frontend",libxl_path), in libxl__device_generic_add()
161 rc = libxl__xs_write_checked(gc, t, GCSPRINTF("%s/backend",libxl_path), in libxl__device_generic_add()
968 rc = libxl__xs_write_checked(gc, t, online_path, "0"); in libxl__initiate_device_generic_remove()
977 rc = libxl__xs_write_checked(gc, t, state_path, GCSPRINTF("%d", XenbusStateClosing)); in libxl__initiate_device_generic_remove()
1042 … rc = libxl__xs_write_checked(gc, XBT_NULL, state_path, GCSPRINTF("%d", XenbusStateClosed)); in device_qemu_timeout()
A Dlibxl_dom_suspend.c256 rc = libxl__xs_write_checked(gc, t, xswa->path, ""); in domain_suspend_common_pvcontrol_suspending()
A Dlibxl_usb.c1219 rc = libxl__xs_write_checked(gc, t, be_path, busid); in libxl__device_usbdev_add_xenstore()
1247 return libxl__xs_write_checked(gc, XBT_NULL, be_path, ""); in libxl__device_usbdev_remove_xenstore()
1548 rc = libxl__xs_write_checked(gc, XBT_NULL, path, drvpath); in usbback_dev_assign()
A Dlibxl_dom_save.c106 rc = libxl__xs_write_checked(gc, t, lds->cmd_path, lds->cmd); in domain_suspend_switch_qemu_xen_traditional_logdirty()
A Dlibxl_domain.c122 if (libxl__xs_write_checked(gc, trans, vm_name_path, new_name)) in libxl__domain_rename()
A Dlibxl_internal.h765 int libxl__xs_write_checked(libxl__gc *gc, xs_transaction_t t,

Completed in 25 milliseconds