Searched refs:forkx (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfork.h40 extern pid_t forkx(int);
49 * The argument to any of the forkx() functions is a set of flags
52 * forkx()/forkallx()/vforkx() functions with a zero argument.
/illumos-gate/usr/src/man/man2/
H A DMakefile195 forkx.2 \
306 forkx.2 := LINKSRC = fork.2
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsyslog.c357 pid = forkx(nowait? 0 : (FORK_NOSIGCHLD | FORK_WAITPID));
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c151 forkx(int flags) function
280 return (forkx(0));
284 * Much of the logic here is the same as in forkx().
285 * See the comments in forkx(), above.
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com317 forkx.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com318 forkx.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile290 forkx.o \
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c756 pid = forkx(0);
2263 pid = forkx(0);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com337 forkx.o \

Completed in 65 milliseconds