Searched refs:libxl_domain_reboot (Results 1 – 5 of 5) sorted by relevance
/xen/tools/libxl/ |
A D | libxl.h | 1680 int libxl_domain_reboot(libxl_ctx *ctx, uint32_t domid, 1693 return libxl_domain_reboot(ctx, domid, NULL); in libxl_domain_reboot_0x041200() 1695 #define libxl_domain_reboot libxl_domain_reboot_0x041200 macro
|
A D | libxl_domain.c | 827 int libxl_domain_reboot(libxl_ctx *ctx, uint32_t domid, in libxl_domain_reboot() function
|
/xen/tools/xl/ |
A D | xl_vmcontrol.c | 106 rc = libxl_domain_reboot(ctx, domid, NULL); in reboot_domain()
|
/xen/tools/golang/xenlight/ |
A D | xenlight.go | 1065 ret := C.libxl_domain_reboot(Ctx.ctx, C.uint32_t(id), nil)
|
/xen/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 581 ret = libxl_domain_reboot(CTX, c_domid, ao_how); in stub_libxl_domain_reboot()
|
Completed in 17 milliseconds