Searched refs:libxl__xs_write_checked (Results 1 – 7 of 7) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_xshelp.c | 225 int libxl__xs_write_checked(libxl__gc *gc, xs_transaction_t t, in libxl__xs_write_checked() function
|
| A D | libxl_device.c | 194 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 D | libxl_dom_suspend.c | 257 rc = libxl__xs_write_checked(gc, t, xswa->path, ""); in domain_suspend_common_pvcontrol_suspending()
|
| A D | libxl_usb.c | 1315 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 D | libxl_dm.c | 1951 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 D | libxl_domain.c | 122 if (libxl__xs_write_checked(gc, trans, vm_name_path, new_name)) in libxl__domain_rename()
|
| A D | libxl_internal.h | 999 int libxl__xs_write_checked(libxl__gc *gc, xs_transaction_t t,
|
Completed in 45 milliseconds