Home
last modified time | relevance | path

Searched refs:libxl_send_trigger (Results 1 – 5 of 5) sorted by relevance

/xen/tools/xl/
A Dxl_misc.c39 libxl_send_trigger(ctx, domid, trigger, 0, NULL); in button_press()
109 libxl_send_trigger(ctx, domid, trigger, vcpuid, NULL); in main_trigger()
A Dxl_vmcontrol.c111 rc = libxl_send_trigger(ctx, domid, LIBXL_TRIGGER_RESET, 0, NULL); in reboot_domain()
144 rc = libxl_send_trigger(ctx, domid, LIBXL_TRIGGER_POWER, 0, NULL); in shutdown_domain()
/xen/tools/libxl/
A Dlibxl.h2518 int libxl_send_trigger(libxl_ctx *ctx, uint32_t domid,
2526 return libxl_send_trigger(ctx, domid, trigger, vcpuid, NULL); in libxl_send_trigger_0x041200()
2528 #define libxl_send_trigger libxl_send_trigger_0x041200 macro
A Dlibxl_domain.c2015 int libxl_send_trigger(libxl_ctx *ctx, uint32_t domid, in libxl_send_trigger() function
/xen/tools/ocaml/libs/xl/
A Dxenlight_stubs.c1058 ret = libxl_send_trigger(CTX, c_domid, c_trigger, c_vcpuid, ao_how); in stub_xl_send_trigger()

Completed in 16 milliseconds