HomeSort by relevance Sort by last modified time
    Searched refs:forkx (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
fork.h 40 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.
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
syslog.c 357 pid = forkx(nowait? 0 : (FORK_NOSIGCHLD | FORK_WAITPID));
  /onnv/onnv-gate/usr/src/lib/c_synonyms/
syn_common 306 forkx
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
scalls.c 148 forkx(int flags) function
277 return (forkx(0));
281 * Much of the logic here is the same as in forkx().
282 * See the comments in forkx(), above.
  /onnv/onnv-gate/usr/src/lib/libc/amd64/
Makefile 296 forkx.o \
  /onnv/onnv-gate/usr/src/lib/libc/i386/
Makefile.com 322 forkx.o \
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/
Makefile.com 314 forkx.o \
  /onnv/onnv-gate/usr/src/lib/libc/port/
mapfile-vers 110 forkx;
  /onnv/onnv-gate/usr/src/lib/libc/sparc/
Makefile.com 332 forkx.o \

Completed in 120 milliseconds