/titanic_51/usr/src/lib/libc/port/sys/ |
H A D | signal.c | 81 nact.sa_flags |= SA_NOCLDSTOP; in signal() 144 act.sa_flags |= SA_NOCLDSTOP; in sigignore() 211 nact.sa_flags |= SA_NOCLDSTOP; in sigset()
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | signal.c | 57 #if !_std_signal && (_lib_sigaction && defined(SA_NOCLDSTOP) || _lib_sigvec && defined(SV_INTERRUPT… 59 #if !defined(SA_NOCLDSTOP) || !defined(SA_INTERRUPT) && defined(SV_INTERRUPT)
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | signal.c | 57 #if !_std_signal && (_lib_sigaction && defined(SA_NOCLDSTOP) || _lib_sigvec && defined(SV_INTERRUPT)) 59 #if !defined(SA_NOCLDSTOP) || !defined(SA_INTERRUPT) && defined(SV_INTERRUPT)
|
/titanic_51/usr/src/lib/libbc/libc/sys/common/ |
H A D | sigaction.c | 90 if (act->sa_flags & SA_NOCLDSTOP) 122 oact->sa_flags |= SA_NOCLDSTOP;
|
/titanic_51/usr/src/uts/common/syscall/ |
H A D | sigaction.c | 106 flags |= SA_NOCLDSTOP; in sigaction() 199 flags |= SA_NOCLDSTOP; in sigaction32()
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | signal.h | 318 #define SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */ macro 391 #define SV_NOCLDSTOP SA_NOCLDSTOP
|
/titanic_51/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 337 sp->sa_flags & (SA_NOCLDWAIT|SA_NOCLDSTOP)); in look() 377 flagmask |= (SA_NOCLDSTOP|SA_NOCLDWAIT); in sigflags() 399 if (flags & SA_NOCLDSTOP) in sigflags()
|
/titanic_51/usr/src/lib/libbc/inc/include/ |
H A D | signal.h | 68 #define SA_NOCLDSTOP 0x0008 /* don't send a SIGCHLD on child stop */ macro
|
/titanic_51/usr/src/lib/libbc/inc/include/sys/ |
H A D | signal.h | 134 * If any SA_NOCLDSTOP or SV_NOCLDSTOP is change, the same 142 #define SA_NOCLDSTOP SV_NOCLDSTOP macro
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | signal.h | 127 #define SA_NOCLDSTOP 0x00020000 /* don't send job control SIGCLD's */ macro
|
/titanic_51/usr/src/ucbhead/sys/ |
H A D | signal.h | 173 #define SA_NOCLDSTOP 0x00020000 /* don't send job control SIGCLD's */ macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 575 # if defined(SA_NOCLDSTOP) || defined(SA_NOCLDWAIT) in job_init() 576 # if !defined(SA_NOCLDSTOP) in job_init() 577 # define SA_NOCLDSTOP 0 in job_init() macro 582 sigflag(SIGCHLD, SA_NOCLDSTOP|SA_NOCLDWAIT, 0); in job_init()
|
/titanic_51/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 240 sa.sa_flags = SA_NOCLDSTOP; in main()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | jobs.c | 711 # if defined(SA_NOCLDSTOP) || defined(SA_NOCLDWAIT) in job_init() 712 # if !defined(SA_NOCLDSTOP) in job_init() 713 # define SA_NOCLDSTOP 0 in job_init() macro 718 sigflag(SIGCHLD, SA_NOCLDSTOP|SA_NOCLDWAIT, 0); in job_init() 719 # endif /* SA_NOCLDSTOP || SA_NOCLDWAIT */ in job_init()
|
/titanic_51/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 600 SA_NOCLDSTOP; in main()
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 403 @ MSG_SA_NOCLDSTOP "SA_NOCLDSTOP"
|
H A D | corenote.c | 1388 { SA_NOCLDSTOP, MSG_SA_NOCLDSTOP }, in conv_cnote_sa_flags()
|
/titanic_51/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1141 sp->sa_flags |= SA_NOCLDSTOP; in gcore_prgetaction()
|
/titanic_51/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 1332 sp->sa_flags |= SA_NOCLDSTOP; in prgetaction() 1362 sp->sa_flags |= SA_NOCLDSTOP; in prgetaction32()
|
/titanic_51/usr/src/uts/common/os/ |
H A D | sig.c | 1637 if (flags & SA_NOCLDSTOP) in setsigact()
|