Home
last modified time | relevance | path

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

/tools/libs/light/
A Dlibxl_xshelp.c225 int libxl__xs_write_checked(libxl__gc *gc, xs_transaction_t t, in libxl__xs_write_checked() function
A Dlibxl_device.c194 rc = libxl__xs_write_checked(gc, t, GCSPRINTF("%s/frontend",libxl_path), in libxl__device_generic_add()
198 rc = libxl__xs_write_checked(gc, t, GCSPRINTF("%s/backend",libxl_path), in libxl__device_generic_add()
1084 rc = libxl__xs_write_checked(gc, t, online_path, "0"); in libxl__initiate_device_generic_remove()
1093 rc = libxl__xs_write_checked(gc, t, state_path, GCSPRINTF("%d", XenbusStateClosing)); in libxl__initiate_device_generic_remove()
1158 … rc = libxl__xs_write_checked(gc, XBT_NULL, state_path, GCSPRINTF("%d", XenbusStateClosed)); in device_qemu_timeout()
A Dlibxl_dom_suspend.c257 rc = libxl__xs_write_checked(gc, t, xswa->path, ""); in domain_suspend_common_pvcontrol_suspending()
A Dlibxl_usb.c1315 rc = libxl__xs_write_checked(gc, t, be_path, busid); in libxl__device_usbdev_add_xenstore()
1343 return libxl__xs_write_checked(gc, XBT_NULL, be_path, ""); in libxl__device_usbdev_remove_xenstore()
1644 rc = libxl__xs_write_checked(gc, XBT_NULL, path, drvpath); in usbback_dev_assign()
A Dlibxl_dm.c1951 rc = libxl__xs_write_checked(gc, t, in libxl__write_stub_dmargs()
1962 rc = libxl__xs_write_checked(gc, t, path, dmargs); in libxl__write_stub_dmargs()
A Dlibxl_domain.c122 if (libxl__xs_write_checked(gc, trans, vm_name_path, new_name)) in libxl__domain_rename()
A Dlibxl_internal.h999 int libxl__xs_write_checked(libxl__gc *gc, xs_transaction_t t,

Completed in 45 milliseconds