Searched refs:libxl__kill (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_convert_callout.c | 131 libxl__kill(gc, chs->child.pid, SIGTERM, "conversion helper"); in libxl__conversion_helper_abort()
|
A D | libxl_save_callout.c | 264 libxl__kill(gc, shs->child.pid, SIGKILL, "save/restore helper"); in helper_failed() 280 libxl__kill(gc, shs->child.pid, SIGTERM, "save/restore helper"); in helper_stop()
|
A D | libxl_aoutils.c | 622 void libxl__kill(libxl__gc *gc, pid_t pid, int sig, const char *what) in libxl__kill() function
|
A D | libxl_internal.h | 2392 _hidden void libxl__kill(libxl__gc *gc, pid_t pid, int sig, const char *what);
|
Completed in 20 milliseconds