Searched refs:libxl_domain_suspend (Results 1 – 5 of 5) sorted by relevance
/xen/tools/xl/ |
A D | xl_saverestore.c | 149 int rc = libxl_domain_suspend(ctx, domid, fd, 0, NULL); in save_domain()
|
A D | xl_migrate.c | 209 rc = libxl_domain_suspend(ctx, domid, send_fd, flags, NULL); in migrate_domain()
|
/xen/tools/libxl/ |
A D | libxl.h | 1644 int libxl_domain_suspend(libxl_ctx *ctx, uint32_t domid, int fd,
|
A D | libxl_domain.c | 508 int libxl_domain_suspend(libxl_ctx *ctx, uint32_t domid, int fd, int flags, in libxl_domain_suspend() function
|
/xen/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 620 ret = libxl_domain_suspend(CTX, c_domid, c_fd, 0, ao_how); in stub_libxl_domain_suspend()
|
Completed in 18 milliseconds