Searched refs:libxl_domain_suspend (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_saverestore.c | 144 int rc = libxl_domain_suspend(ctx, domid, fd, 0, NULL); in save_domain()
|
A D | xl_migrate.c | 208 rc = libxl_domain_suspend(ctx, domid, send_fd, flags, NULL); in migrate_domain()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl.h | 1455 int libxl_domain_suspend(libxl_ctx *ctx, uint32_t domid, int fd,
|
A D | libxl_domain.c | 489 int libxl_domain_suspend(libxl_ctx *ctx, uint32_t domid, int fd, int flags, in libxl_domain_suspend() function
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 614 ret = libxl_domain_suspend(CTX, c_domid, c_fd, 0, ao_how); in stub_libxl_domain_suspend()
|
Completed in 24 milliseconds