/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/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 152 signal.signal(signal.SIGTERM, signal.SIG_DFL) 153 os.killpg(0, signal.SIGTERM) 246 signal.signal(signal.SIGTERM, sigterm_handler) 406 signal.signal(signal.SIGTERM, self.sigterm_exception) 415 if signum == signal.SIGTERM: 420 signal.signal(signal.SIGTERM, signal.SIG_DFL) 421 os.kill(os.getpid(), signal.SIGTERM) 431 self.sigterm_exception(signal.SIGTERM, None) 561 os.kill(-k, signal.SIGTERM)
|
/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 | 42 if (sigemptyset(&ss) < 0 || sigaddset(&ss, SIGTERM) < 0 || in run() 58 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/phosphor-host-ipmid/transport/serialbridge/ |
H A D | serialbridged.cpp | 40 stdplus::signal::block(SIGTERM); in execute() 41 Signal sig_term(event, SIGTERM, exit_handler); in execute()
|
/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/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/linux/tools/testing/selftests/arm64/fp/ |
H A D | asm-offsets.h | 7 #define SIGTERM 15 macro
|
/openbmc/openbmc-test-automation/templates/ |
H A D | pgm_template.tcl | 43 trap { exit_proc } [list SIGTERM SIGINT]
|
/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/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | ssh.py | 23 elif status == 255 or status == -signal.SIGTERM:
|
/openbmc/telemetry/src/ |
H A D | main.cpp | 14 boost::asio::signal_set signals(ioc, SIGINT, SIGTERM); in main()
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | sk_storage_map.c | 403 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_free() 420 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_free() 437 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_change() 446 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_change()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 136 case SIGTERM: in signal_handler() 169 sigaction(SIGTERM, &sig_actions, NULL);
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd.c | 84 case SIGTERM: in poll_loop() 147 sigaddset(set, SIGTERM); in init_signals()
|
/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,
|