/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | signalmap.c | 155 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 D | assert.c | 85 #ifdef SIGSTOP 87 kill(getpid(), SIGSTOP);
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | signal.c | 46 if ((s) <= 0 || (s) >= NSIG || (s) == SIGKILL || (s) == SIGSTOP) { \ 55 ((s) == SIGSTOP || (s) == SIGTSTP || (s) == SIGTTOU || (s) == SIGTTIN)
|
H A D | bsd_signal.c | 41 if ((s) <= 0 || (s) >= NSIG || (s) == SIGKILL || (s) == SIGSTOP) { \
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | termerr.c | 58 #ifdef SIGSTOP /* SVR4.0 and beyond */ in termerr()
|
H A D | compiler.h | 193 #ifdef SIGSTOP /* SVR4.0 and beyond */
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | signal.c | 193 #ifdef SIGSTOP 195 "Stopped (signal)", "STOP", SIGSTOP,
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | posix_sig.c | 36 #define cantmask (sigmask(SIGKILL)|sigmask(SIGSTOP))
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | signal.h | 38 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
|
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | signals.c | 189 #ifdef SIGSTOP 190 "STOP", VAL(SIGSTOP,0), S("Stopped (SIGSTOP)"),
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | siglist | 74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP) 75 0,"STOP",SIGSTOP,
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | siglist | 74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP) 75 0,"STOP",SIGSTOP,
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | siglist | 74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP) 75 0,"STOP",SIGSTOP,
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | siglist | 74 #if defined(SIGSTOP) && !defined(HAD_SIGSTOP) 75 0,"STOP",SIGSTOP,
|
/titanic_41/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 76 #define SIGSTOP 23 /* stop (cannot be caught or ignored) */ macro
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_signal.c | 51 ASSERT(sig > 0 && sig < NSIG && sig != SIGKILL && sig != SIGSTOP); in mdb_signal_sethandler()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | signal.h | 87 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | str2sig.c | 70 { "STOP", SIGSTOP },
|
/titanic_41/usr/src/cmd/format/ |
H A D | misc.c | 376 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 D | signal.h | 271 #define CANTMASK0 (sigmask(SIGKILL)|sigmask(SIGSTOP))
|
/titanic_41/usr/src/cmd/captoinfo/ |
H A D | otermcap.c | 58 #ifdef SIGSTOP /* SVR4.0 and beyond */
|
/titanic_41/usr/src/cmd/sh/ |
H A D | jobs.c | 936 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 D | signal.h | 102 #define SIGSTOP 23 /* stop (cannot be caught or ignored) */ macro
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sig.c | 83 {(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 D | uadmin.c | 99 sigtoproc(p, NULL, SIGSTOP); in killall()
|