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

/u-boot/include/asm-generic/
H A Dsignal.h25 #define SIGTERM 15 macro
/u-boot/arch/powerpc/include/asm/
H A Dsignal.h37 #define SIGTERM 15 macro
/u-boot/scripts/
H A Dcoccicheck88 trap kill_running SIGTERM SIGINT
/u-boot/common/
H A Dcli_hush.c1698 signal(SIGTERM, SIG_DFL);
3358 signal(SIGTERM, SIG_IGN);
H A Dcli_hush_upstream.c1922 * SIGTERM (interactive): ignore
2030 | (1 << SIGTERM)
2322 /* SIGTERM, SIGQUIT, SIGTTIN, SIGTTOU, SIGTSTP */
7822 * Same goes for SIGTERM, SIGHUP, SIGINT.
10918 /* if we are interactive, SIGHUP, SIGTERM and SIGINT are special sigs.
10923 /*+ (1 << SIGTERM)*/
11773 * SIGTERM:

Completed in 193 milliseconds