| /openbmc/qemu/system/ |
| H A D | async-teardown.c | 58 sigaction(SIGHUP, &sa, NULL); in async_teardown_fn() 60 sigaddset(&hup_signal, SIGHUP); in async_teardown_fn() 64 prctl(PR_SET_PDEATHSIG, SIGHUP); in async_teardown_fn()
|
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | main.cpp | 37 stdplus::signal::block(SIGHUP); in main() 39 event, SIGHUP, in main()
|
| /openbmc/phosphor-fan-presence/presence/ |
| H A D | tach_detect.cpp | 46 stdplus::signal::block(SIGHUP); in main() 48 event, SIGHUP, in main()
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | main.cpp | 82 stdplus::signal::block(SIGHUP); in main() 84 event, SIGHUP, in main()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | multipathd.oe | 102 trap "" SIGHUP 103 killall $DAEMON -s SIGHUP -v
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | main.cpp | 101 stdplus::signal::block(SIGHUP); in main() 103 event, SIGHUP, in main()
|
| /openbmc/bmcweb/http/ |
| H A D | http_server.hpp | 49 signals(getIoContext(), SIGINT, SIGTERM, SIGHUP), handler(handlerIn) in Server() 112 if (signalNo == SIGHUP) in startAsyncWaitForSignal()
|
| /openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/ |
| H A D | parsec_init | 51 start-stop-daemon --stop --signal SIGHUP --exec /usr/libexec/parsec/parsec
|
| /openbmc/u-boot/include/asm-generic/ |
| H A D | signal.h | 10 #define SIGHUP 1 macro
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/ |
| H A D | bios-update.sh | 53 trap cleanup EXIT SIGHUP SIGINT SIGTERM
|
| /openbmc/ipmitool/lib/ |
| H A D | helper.c | 618 #ifdef SIGHUP in ipmi_start_daemon() 622 #ifdef SIGHUP in ipmi_start_daemon() 624 sigaddset(&sighup, SIGHUP); in ipmi_start_daemon() 627 signal(SIGHUP, SIG_IGN); in ipmi_start_daemon()
|
| /openbmc/phosphor-mboxd/ |
| H A D | mboxd.c | 88 case SIGHUP: in poll_loop() 145 sigaddset(set, SIGHUP); in init_signals()
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | signal.h | 22 #define SIGHUP 1 macro
|
| /openbmc/qemu/ |
| H A D | os-wasm.c | 71 sigaction(SIGHUP, &act, NULL); in os_setup_signal_handling()
|
| H A D | os-posix.c | 65 sigaction(SIGHUP, &act, NULL); in os_setup_signal_handling()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
| H A D | 0008-net-snmp-fix-engineBoots-value-on-SIGHUP.patch | 4 Subject: [PATCH] net snmp: fix engineBoots value on SIGHUP
|
| /openbmc/hiomapd/ |
| H A D | mboxd.c | 154 case SIGHUP: in poll_loop() 194 sigaddset(set, SIGHUP); in init_signals()
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/ |
| H A D | gbs-sysinit.sh | 153 trap unbind_host_mtd EXIT SIGHUP SIGINT SIGTERM
|
| /openbmc/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 56 signal.signal(signal.SIGHUP, signal.SIG_DFL)
|
| /openbmc/u-boot/arch/powerpc/lib/ |
| H A D | kgdb.c | 76 return SIGHUP; /* default for things we don't know about */ in computeSignal()
|
| /openbmc/qemu/tests/qtest/fuzz/ |
| H A D | fuzz.c | 238 signal(SIGHUP, SIG_DFL); in LLVMFuzzerInitialize()
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | toaster | 117 trap - SIGHUP
|
| H A D | bitbake-worker | 249 signal.signal(signal.SIGHUP, sigterm_handler) 409 signal.signal(signal.SIGHUP, self.sigterm_exception) 418 elif signum == signal.SIGHUP:
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
| H A D | chassis-powercycle | 130 trap lock_cleanup SIGINT SIGTERM SIGHUP SIGQUIT
|
| /openbmc/qemu/tools/i386/ |
| H A D | qemu-vmsr-helper.c | 357 sigaction(SIGHUP, &sa_sigterm, NULL); in main()
|