/openbmc/linux/fs/jffs2/ |
H A D | background.c | 31 send_sig(SIGHUP, c->gc_task, 1); in jffs2_garbage_collect_trigger() 80 siginitset(&hupmask, sigmask(SIGHUP)); in jffs2_garbage_collect_thread() 83 allow_signal(SIGHUP); in jffs2_garbage_collect_thread() 142 case SIGHUP: in jffs2_garbage_collect_thread()
|
/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/linux/drivers/tty/ |
H A D | tty_jobctrl.c | 218 send_signal_locked(SIGHUP, SEND_SIG_PRIV, p, PIDTYPE_TGID); in tty_signal_session_leader() 234 kill_pgrp(tty_pgrp, SIGHUP, exit_session); in tty_signal_session_leader() 280 kill_pgrp(tty_pgrp, SIGHUP, on_exit); in disassociate_ctty() 296 kill_pgrp(old_pgrp, SIGHUP, on_exit); in disassociate_ctty()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | main.cpp | 102 stdplus::signal::block(SIGHUP); in main() 104 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/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/linux/tools/testing/selftests/mm/ |
H A D | migration.c | 160 prctl(PR_SET_PDEATHSIG, SIGHUP); 163 kill(getpid(), SIGHUP);
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 13 #define SIGHUP 1 macro
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd.c | 88 case SIGHUP: in poll_loop() 145 sigaddset(set, SIGHUP); in init_signals()
|
/openbmc/linux/security/apparmor/include/ |
H A D | sig_names.h | 14 [SIGHUP] = 1,
|
/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/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 18 #define SIGHUP 1 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 5 #define SIGHUP 1 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal.h | 11 #define SIGHUP 1 macro
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 26 #define SIGHUP 1 macro
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 18 #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/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 35 #define SIGHUP 1 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | signal.h | 23 #define SIGHUP 1 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 25 #define SIGHUP 1 /* Hangup (POSIX). */ macro
|