Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 25 of 49) sorted by relevance

12

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dassert.c83 #ifdef SIGSTOP
85 kill(getpid(), SIGSTOP);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsignal.c44 if ((s) <= 0 || (s) >= NSIG || (s) == SIGKILL || (s) == SIGSTOP) { \
53 ((s) == SIGSTOP || (s) == SIGTSTP || (s) == SIGTTOU || (s) == SIGTTIN)
H A Dbsd_signal.c39 if ((s) <= 0 || (s) >= NSIG || (s) == SIGKILL || (s) == SIGSTOP) { \
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtermerr.c56 #ifdef SIGSTOP /* SVR4.0 and beyond */ in termerr()
H A Dcompiler.h193 #ifdef SIGSTOP /* SVR4.0 and beyond */
H A Dprint.c46 #ifdef SIGSTOP /* SVR4.0 and beyond */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsignal.c197 #ifdef SIGSTOP
199 "Stopped (signal)", "STOP", SIGSTOP,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dsignals.c187 #ifdef SIGSTOP
188 "STOP", VAL(SIGSTOP,0), S("Stopped (SIGSTOP)"),
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dsiglist74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP)
75 0,"STOP",SIGSTOP,
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsiglist74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP)
75 0,"STOP",SIGSTOP,
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dsiglist74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP)
75 0,"STOP",SIGSTOP,
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dsiglist74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP)
75 0,"STOP",SIGSTOP,
/illumos-gate/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h76 #define SIGSTOP 23 /* stop (cannot be caught or ignored) */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstr2sig.c70 { "STOP", SIGSTOP },
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_signal.c49 ASSERT(sig > 0 && sig < NSIG && sig != SIGKILL && sig != SIGSTOP); in mdb_signal_sethandler()
/illumos-gate/usr/src/cmd/format/
H A Dmisc.c352 if (sig != SIGSTOP) { /* Don't reset on suspend (converted to stop) */ in cleanup()
398 onsusp(SIGSTOP); in exit_critical()
/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h267 #define CANTMASK0 (sigmask(SIGKILL)|sigmask(SIGSTOP))
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h87 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
/illumos-gate/usr/src/cmd/captoinfo/
H A Dotermcap.c56 #ifdef SIGSTOP /* SVR4.0 and beyond */
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c936 if (sig == SIGSTOP) { in sigv()
989 sigv(cmd, SIGSTOP, *argv); in sysstop()
1049 sigv(argv[0], SIGSTOP, "0"); in syssusp()
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h102 #define SIGSTOP 23 /* stop (cannot be caught or ignored) */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c84 {(sigmask(SIGSTOP)|sigmask(SIGTSTP)|sigmask(SIGTTOU)|sigmask(SIGTTIN)),
250 sigdelq(p, NULL, SIGSTOP); in sigtoproc()
259 sigdelq(p, tt, SIGSTOP); in sigtoproc()
286 (sig == SIGSTOP || !p->p_pgidp->pid_pgorphaned)) in sigtoproc()
381 (sig == SIGSTOP || !p->p_pgidp->pid_pgorphaned) && in isjobstop()
919 ASSERT(what == SIGSTOP || what == SIGTSTP || in stop()
1533 sigdelset(&temp, SIGSTOP); in fsig()
/illumos-gate/usr/src/uts/common/syscall/
H A Duadmin.c99 sigtoproc(p, NULL, SIGSTOP); in killall()
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c292 if (sig == SIGKILL || sig == SIGSTOP) in ucbsigvec()
/illumos-gate/usr/src/cmd/truss/
H A Dactions.c208 case SIGSTOP: in stopsig()
209 sig = SIGSTOP; in stopsig()

12