Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.c155 case SIGSTOP: /* sendable stop signal not from tty */ in maptonewsig()
197 return (SIGSTOP); in maptooldsig()
241 omask |= sigmask(SIGSTOP); in maptooldmask()
285 if (omask & sigmask(SIGSTOP)) in maptonewmask()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dassert.c85 #ifdef SIGSTOP
87 kill(getpid(), SIGSTOP);
/titanic_41/usr/src/lib/libc/port/sys/
H A Dsignal.c46 if ((s) <= 0 || (s) >= NSIG || (s) == SIGKILL || (s) == SIGSTOP) { \
55 ((s) == SIGSTOP || (s) == SIGTSTP || (s) == SIGTTOU || (s) == SIGTTIN)
H A Dbsd_signal.c41 if ((s) <= 0 || (s) >= NSIG || (s) == SIGKILL || (s) == SIGSTOP) { \
/titanic_41/usr/src/lib/libcurses/screen/
H A Dtermerr.c58 #ifdef SIGSTOP /* SVR4.0 and beyond */ in termerr()
H A Dcompiler.h193 #ifdef SIGSTOP /* SVR4.0 and beyond */
/titanic_41/usr/src/lib/libast/common/features/
H A Dsignal.c193 #ifdef SIGSTOP
195 "Stopped (signal)", "STOP", SIGSTOP,
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dposix_sig.c36 #define cantmask (sigmask(SIGKILL)|sigmask(SIGSTOP))
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dsignal.h38 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
/titanic_41/usr/src/lib/libshell/common/data/
H A Dsignals.c189 #ifdef SIGSTOP
190 "STOP", VAL(SIGSTOP,0), S("Stopped (SIGSTOP)"),
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dsiglist74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP)
75 0,"STOP",SIGSTOP,
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dsiglist74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP)
75 0,"STOP",SIGSTOP,
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dsiglist74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP)
75 0,"STOP",SIGSTOP,
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dsiglist74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP)
75 0,"STOP",SIGSTOP,
/titanic_41/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h76 #define SIGSTOP 23 /* stop (cannot be caught or ignored) */ macro
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_signal.c51 ASSERT(sig > 0 && sig < NSIG && sig != SIGKILL && sig != SIGSTOP); in mdb_signal_sethandler()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h87 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dstr2sig.c70 { "STOP", SIGSTOP },
/titanic_41/usr/src/cmd/format/
H A Dmisc.c376 if (sig != SIGSTOP) { /* Don't reset on suspend (converted to stop) */ in cleanup()
422 onsusp(SIGSTOP); in exit_critical()
/titanic_41/usr/src/uts/common/sys/
H A Dsignal.h271 #define CANTMASK0 (sigmask(SIGKILL)|sigmask(SIGSTOP))
/titanic_41/usr/src/cmd/captoinfo/
H A Dotermcap.c58 #ifdef SIGSTOP /* SVR4.0 and beyond */
/titanic_41/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()
/titanic_41/usr/src/ucbhead/sys/
H A Dsignal.h102 #define SIGSTOP 23 /* stop (cannot be caught or ignored) */ macro
/titanic_41/usr/src/uts/common/os/
H A Dsig.c83 {(sigmask(SIGSTOP)|sigmask(SIGTSTP)|sigmask(SIGTTOU)|sigmask(SIGTTIN)),
243 sigdelq(p, NULL, SIGSTOP); in sigtoproc()
252 sigdelq(p, tt, SIGSTOP); in sigtoproc()
279 (sig == SIGSTOP || !p->p_pgidp->pid_pgorphaned)) in sigtoproc()
365 (sig == SIGSTOP || !p->p_pgidp->pid_pgorphaned) && in isjobstop()
903 ASSERT(what == SIGSTOP || what == SIGTSTP || in stop()
1517 sigdelset(&temp, SIGSTOP); in fsig()
/titanic_41/usr/src/uts/common/syscall/
H A Duadmin.c99 sigtoproc(p, NULL, SIGSTOP); in killall()

123