/openbmc/openbmc/poky/bitbake/lib/bb/tests/support/ |
H A D | httpserver.py | 48 orig = signal.getsignal(signal.SIGTERM) 49 signal.signal(signal.SIGTERM, signal.SIG_DFL) 51 signal.signal(signal.SIGTERM, orig)
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | httpserver.py | 56 orig = signal.getsignal(signal.SIGTERM) 57 signal.signal(signal.SIGTERM, signal.SIG_DFL) 59 signal.signal(signal.SIGTERM, orig)
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | util.c | 112 signal(SIGTERM, SIG_DFL); in os_fix_helper_signals() 128 signal(SIGTERM, SIG_IGN); in os_dump_core() 129 kill(0, SIGTERM); in os_dump_core()
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | setns-dcache.c | 41 kill(pid, SIGTERM); in f() 108 kill(pid, SIGTERM); in main()
|
H A D | setns-sysvipc.c | 40 kill(pid, SIGTERM); in f() 107 kill(pid, SIGTERM); in main()
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | harness.c | 66 kill(-pid, SIGTERM); in run_test() 74 kill(-pid, SIGTERM); in run_test()
|
/openbmc/slpd-lite/ |
H A D | slp_server.cpp | 43 if (sigemptyset(&ss) < 0 || sigaddset(&ss, SIGTERM) < 0 || in run() 59 r = sd_event_add_signal(eventPtr.get(), NULL, SIGTERM, NULL, NULL); in run()
|
/openbmc/phosphor-networkd/src/ |
H A D | network_manager_main.cpp | 63 stdplus::signal::block(SIGTERM); in main() 64 sdeventplus::source::Signal(event, SIGTERM, termCb).set_floating(true); in main()
|
/openbmc/kcsbridge/src/ |
H A D | main.cpp | 46 stdplus::signal::block(SIGTERM); in execute() 47 Signal sig_term(event, SIGTERM, exit_handler); in execute()
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 142 signal.signal(signal.SIGTERM, signal.SIG_DFL) 143 os.killpg(0, signal.SIGTERM) 236 signal.signal(signal.SIGTERM, sigterm_handler) 396 signal.signal(signal.SIGTERM, self.sigterm_exception) 405 if signum == signal.SIGTERM: 410 signal.signal(signal.SIGTERM, signal.SIG_DFL) 411 os.kill(os.getpid(), signal.SIGTERM) 421 self.sigterm_exception(signal.SIGTERM, None) 551 os.kill(-k, signal.SIGTERM)
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runcmd.py | 83 self.assertEqual(result.status, -signal.SIGTERM) 93 self.assertEqual(result.status, -signal.SIGTERM) 109 self.assertEqual(result.status, -signal.SIGTERM)
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 79 kill(child_pid, SIGTERM); in kill_child_and_wait() 92 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | asm-offsets.h | 7 #define SIGTERM 15 macro
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fin_ack_lat.c | 106 kill(SIGTERM, child_pid); in sig_handler() 118 if (signal(SIGTERM, sig_handler) == SIG_ERR) in main()
|
/openbmc/linux/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 326 ret = kill(pid, SIGTERM); /* success */ in do_test() 342 if (sig == SIGTERM) in signal_handler() 372 ret = sigaction(SIGTERM, &act, NULL); in TEST()
|
/openbmc/openbmc-test-automation/templates/ |
H A D | pgm_template.tcl | 43 trap { exit_proc } [list SIGTERM SIGINT]
|
/openbmc/telemetry/src/ |
H A D | main.cpp | 14 boost::asio::signal_set signals(ioc, SIGINT, SIGTERM); in main()
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 28 #define SIGTERM 15 macro
|
/openbmc/linux/security/apparmor/include/ |
H A D | sig_names.h | 28 [SIGTERM] = 15,
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
H A D | ippool.service | 12 # ExecStop is not needed. systemd will send SIGTERM
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpuset.c | 133 (void)kill(object_pid, SIGTERM); in test_cpuset_perms_object() 219 (void)kill(object_pid, SIGTERM); in test_cpuset_perms_subtree()
|
/openbmc/u-boot/include/asm-generic/ |
H A D | signal.h | 25 #define SIGTERM 15 macro
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 33 #define SIGTERM 15 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 20 #define SIGTERM 15 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal.h | 26 #define SIGTERM 15 macro
|