Searched refs:libxl_domain_unpause (Results 1 – 6 of 6) sorted by relevance
/xen/tools/xl/ |
A D | xl_migrate.c | 398 rc = libxl_domain_unpause(ctx, domid, NULL); in migrate_receive() 433 rc = libxl_domain_unpause(ctx, domid, NULL); in migrate_receive()
|
A D | xl_vmcontrol.c | 42 libxl_domain_unpause(ctx, domid, NULL); in unpause_domain() 987 libxl_domain_unpause(ctx, domid, NULL); in create_domain()
|
/xen/tools/libxl/ |
A D | libxl.h | 1727 int libxl_domain_unpause(libxl_ctx *ctx, uint32_t domid, 1739 return libxl_domain_unpause(ctx, domid, NULL); in libxl_domain_unpause_0x041200() 1742 #define libxl_domain_unpause libxl_domain_unpause_0x041200 macro
|
A D | libxl_domain.c | 700 int libxl_domain_unpause(libxl_ctx *ctx, uint32_t domid, in libxl_domain_unpause() function
|
/xen/tools/golang/xenlight/ |
A D | xenlight.go | 1035 ret := C.libxl_domain_unpause(Ctx.ctx, C.uint32_t(Id), nil)
|
/xen/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 658 ret = libxl_domain_unpause(CTX, c_domid, ao_how); in stub_libxl_domain_unpause()
|
Completed in 19 milliseconds