Home
last modified time | relevance | path

Searched refs:SIGTERM (Results 1 – 14 of 14) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dgdbstub.h88 #define SIGTERM 15 macro
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_save_helper.c173 r = sigaction(SIGTERM, &sa, 0); in setup_signals()
177 sigaddset(&spmask,SIGTERM); in setup_signals()
A Dlibxl_convert_callout.c131 libxl__kill(gc, chs->child.pid, SIGTERM, "conversion helper"); in libxl__conversion_helper_abort()
A Dlibxl_bootloader.c301 r = kill(bl->child.pid, SIGTERM); in bootloader_stop()
646 if (bl->got_pollhup && WIFSIGNALED(status) && WTERMSIG(status)==SIGTERM) in bootloader_finished()
A Dlibxl_exec.c157 return rc ? SIGTERM : 0; in libxl__spawn_record_pid()
A Dlibxl_save_callout.c280 libxl__kill(gc, shs->child.pid, SIGTERM, "save/restore helper"); in helper_stop()
/xen-4.10.0-shim-comet/tools/misc/
A Dxenwatchdogd.c84 if (signal(SIGTERM, &catch_exit) == SIG_ERR) in main()
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxentrace_format78 signal.signal(signal.SIGTERM, sighand)
A Dxentrace.c1217 sigaction(SIGTERM, &act, NULL); in main()
/xen-4.10.0-shim-comet/tools/xenpaging/
A Dxenpaging.c880 sigaction(SIGTERM, &act, NULL); in main()
992 if ( interrupted == SIGTERM || interrupted == SIGINT ) in main()
/xen-4.10.0-shim-comet/tools/console/client/
A Dmain.c406 signal(SIGTERM, sighandler); in main()
/xen-4.10.0-shim-comet/tools/tests/xen-access/
A Dxen-access.c498 sigaction(SIGTERM, &act, NULL); in main()
/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenbaked.c722 sigaction(SIGTERM, &act, NULL); in main()
/xen-4.10.0-shim-comet/tools/xenstat/xentop/
A Dxentop.c1279 sigaction(SIGTERM, &sa, NULL); in main()

Completed in 24 milliseconds