Home
last modified time | relevance | path

Searched refs:FORK_NOSIGCHLD (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfork.h61 #define FORK_NOSIGCHLD 0x0001 macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dsyslog.c359 pid = forkx(nowait? 0 : (FORK_NOSIGCHLD | FORK_WAITPID)); in vsyslog()
/titanic_41/usr/src/uts/common/os/
H A Dfork.c151 if ((flags & ~(FORK_NOSIGCHLD | FORK_WAITPID)) != 0) { in cfork()
525 if (flags & FORK_NOSIGCHLD) in cfork()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dspawn.c241 flags |= FORK_NOSIGCHLD; in forkflags()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c2688 else if (raw || (val & ~(FORK_NOSIGCHLD | FORK_WAITPID))) in prt_fxf()
2693 if (val & FORK_NOSIGCHLD) in prt_fxf()