Home
last modified time | relevance | path

Searched refs:SIGHUP (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/qemu/system/
H A Dasync-teardown.c58 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 Dmain.cpp37 stdplus::signal::block(SIGHUP); in main()
39 event, SIGHUP, in main()
/openbmc/phosphor-fan-presence/presence/
H A Dtach_detect.cpp46 stdplus::signal::block(SIGHUP); in main()
48 event, SIGHUP, in main()
/openbmc/phosphor-fan-presence/monitor/
H A Dmain.cpp82 stdplus::signal::block(SIGHUP); in main()
84 event, SIGHUP, in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A Dmultipathd.oe102 trap "" SIGHUP
103 killall $DAEMON -s SIGHUP -v
/openbmc/phosphor-fan-presence/control/
H A Dmain.cpp101 stdplus::signal::block(SIGHUP); in main()
103 event, SIGHUP, in main()
/openbmc/bmcweb/http/
H A Dhttp_server.hpp49 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 Dparsec_init51 start-stop-daemon --stop --signal SIGHUP --exec /usr/libexec/parsec/parsec
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h10 #define SIGHUP 1 macro
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/
H A Dbios-update.sh53 trap cleanup EXIT SIGHUP SIGINT SIGTERM
/openbmc/ipmitool/lib/
H A Dhelper.c618 #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 Dmboxd.c88 case SIGHUP: in poll_loop()
145 sigaddset(set, SIGHUP); in init_signals()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h22 #define SIGHUP 1 macro
/openbmc/qemu/
H A Dos-wasm.c71 sigaction(SIGHUP, &act, NULL); in os_setup_signal_handling()
H A Dos-posix.c65 sigaction(SIGHUP, &act, NULL); in os_setup_signal_handling()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0008-net-snmp-fix-engineBoots-value-on-SIGHUP.patch4 Subject: [PATCH] net snmp: fix engineBoots value on SIGHUP
/openbmc/hiomapd/
H A Dmboxd.c154 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 Dgbs-sysinit.sh153 trap unbind_host_mtd EXIT SIGHUP SIGINT SIGTERM
/openbmc/u-boot/test/py/
H A Du_boot_spawn.py56 signal.signal(signal.SIGHUP, signal.SIG_DFL)
/openbmc/u-boot/arch/powerpc/lib/
H A Dkgdb.c76 return SIGHUP; /* default for things we don't know about */ in computeSignal()
/openbmc/qemu/tests/qtest/fuzz/
H A Dfuzz.c238 signal(SIGHUP, SIG_DFL); in LLVMFuzzerInitialize()
/openbmc/openbmc/poky/bitbake/bin/
H A Dtoaster117 trap - SIGHUP
H A Dbitbake-worker249 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 Dchassis-powercycle130 trap lock_cleanup SIGINT SIGTERM SIGHUP SIGQUIT
/openbmc/qemu/tools/i386/
H A Dqemu-vmsr-helper.c357 sigaction(SIGHUP, &sa_sigterm, NULL); in main()

12