Searched refs:SIGCONT (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/asm-generic/
H A Dsignal.h28 #define SIGCONT 18 macro
/u-boot/arch/powerpc/include/asm/
H A Dsignal.h40 #define SIGCONT 18 macro
/u-boot/common/
H A Dcli_hush.c691 if ( (i=kill(- pi->pgrp, SIGCONT)) < 0) {
695 perror_msg("kill (SIGCONT)");
H A Dcli_hush_upstream.c1924 * Send SIGCONT to stopped jobs, send SIGHUP to all jobs and exit.
2290 * or stopped. Stopped jobs are sent SIGCONT
2302 kill(- job->pgrp, SIGCONT);
12598 i = kill(- pi->pgrp, SIGCONT);
12604 bb_simple_perror_msg("kill (SIGCONT)");

Completed in 315 milliseconds