Home
last modified time | relevance | path

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

1234

/openbmc/linux/fs/jffs2/
H A Dbackground.c31 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 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/linux/drivers/tty/
H A Dtty_jobctrl.c218 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 Dmain.cpp102 stdplus::signal::block(SIGHUP); in main()
104 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/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/linux/tools/testing/selftests/mm/
H A Dmigration.c160 prctl(PR_SET_PDEATHSIG, SIGHUP);
163 kill(getpid(), SIGHUP);
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h13 #define SIGHUP 1 macro
/openbmc/phosphor-mboxd/
H A Dmboxd.c88 case SIGHUP: in poll_loop()
145 sigaddset(set, SIGHUP); in init_signals()
/openbmc/linux/security/apparmor/include/
H A Dsig_names.h14 [SIGHUP] = 1,
/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/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h18 #define SIGHUP 1 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h5 #define SIGHUP 1 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal.h11 #define SIGHUP 1 macro
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsignal.h26 #define SIGHUP 1 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsignal.h18 #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/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h35 #define SIGHUP 1 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsignal.h23 #define SIGHUP 1 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h25 #define SIGHUP 1 /* Hangup (POSIX). */ macro

1234