Searched refs:SIG_DFL (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/powerpc/include/asm/
H A Dsignal.h121 #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ macro
/u-boot/test/py/
H A Du_boot_spawn.py57 signal.signal(signal.SIGHUP, signal.SIG_DFL)
/u-boot/common/
H A Dcli_hush.c1696 signal(SIGINT, SIG_DFL);
1697 signal(SIGQUIT, SIG_DFL);
1698 signal(SIGTERM, SIG_DFL);
1699 signal(SIGTSTP, SIG_DFL);
1700 signal(SIGTTIN, SIG_DFL);
1701 signal(SIGTTOU, SIG_DFL);
1702 signal(SIGCHLD, SIG_DFL);
H A Dcli_hush_upstream.c1918 * Signals which differ from SIG_DFL action
2008 * else: set handler back to SIG_DFL
2014 * set signals with special interactive handling to SIG_DFL
2021 * otherwise (if we leave it SIG_DFL) sigsuspend in wait builtin will not wake up on it.
2156 sighandler_t handler = SIG_DFL;
7799 install_sighandler(sig, SIG_DFL);
7959 * to SIG_DFL.
11163 //it resets SIG_IGNed HUP to SIG_DFL:
/u-boot/arch/sandbox/cpu/
H A Dos.c141 handler = SIG_DFL;
329 signal(SIGINT, SIG_DFL);

Completed in 186 milliseconds