Searched refs:SIG_IGN (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/powerpc/include/asm/
H A Dsignal.h122 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
/u-boot/common/
H A Dcli_hush.c3356 signal(SIGINT, SIG_IGN);
3357 signal(SIGQUIT, SIG_IGN);
3358 signal(SIGTERM, SIG_IGN);
3359 signal(SIGTSTP, SIG_IGN);
3360 signal(SIGTTIN, SIG_IGN);
3361 signal(SIGTTOU, SIG_IGN);
3362 signal(SIGCHLD, SIG_IGN);
H A Dcli_hush_upstream.c1910 * have SIGINT, SIGQUIT set to SIG_IGN.
1913 * have SIGTTIN, SIGTTOU, SIGTSTP set to SIG_IGN.
1915 * Ordinary commands have signals set to SIG_IGN/DFL as inherited
2012 * set handler to SIG_IGN.
2175 handler = SIG_IGN;
7792 /* trap is '', has to remain SIG_IGN */
7846 continue; /* empty trap: has to remain SIG_IGN */
7989 /* Don't propagate SIG_IGN to the child */
8177 , SIG_IGN);
9052 /* Don't propagate SIG_IGN t
[all...]

Completed in 70 milliseconds