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

/freebsd-11.0-release/cddl/compat/opensolaris/include/
H A Dunistd.h35 #define fork1 fork macro
/freebsd-11.0-release/bin/sh/tests/execution/
H A DMakefile20 ${PACKAGE}FILES+= fork1.0
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_fork.c81 if ((error = fork1(td, &fr)) != 0)
117 if ((error = fork1(td, &fr)) != 0)
184 error = fork1(td, &fr);
/freebsd-11.0-release/sys/compat/cloudabi/
H A Dcloudabi_proc.c88 error = fork1(td, &fr);
/freebsd-11.0-release/sys/kern/
H A Dkern_fork.c110 error = fork1(td, &fr);
135 error = fork1(td, &fr);
154 error = fork1(td, &fr);
176 error = fork1(td, &fr);
786 fork1(struct thread *td, struct fork_req *fr) function
1002 * Handle the return of a child process from fork1(). This function
H A Dkern_kthread.c76 * flags are flags to fork1 (in unistd.h)
96 error = fork1(&thread0, &fr);
249 * ** XXX fix this --> flags are flags to fork1 (in unistd.h)
H A Dinit_main.c839 error = fork1(&thread0, &fr);
/freebsd-11.0-release/sys/sys/
H A Dproc.h230 /* Cleared during fork1() */
287 /* Copied during fork1() or create_thread(). */
304 * Fields that must be manually set in fork1() or create_thread()
976 int fork1(struct thread *, struct fork_req *);
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1977 if ((pid = fork1()) == -1) {

Completed in 132 milliseconds