Searched refs:fork (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.c40 if (fork() == 0)
H A Dtst.fork.ksh61 if (fork() == 0) {
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dvfork.c48 return(fork());
H A Dsetsid.c75 switch (fork())
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddaemon.c39 * Use fork/setsid/fork to go into background and permanently remove
48 * By the first fork+setsid, we disconnect from our current controlling
51 retv = fork();
63 retv = fork();
/illumos-gate/usr/src/test/zfs-tests/cmd/rename_dir/
H A Drename_dir.c56 switch (fork()) {
58 perror("fork");
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dcall_pass.c48 switch (cpid = fork()) {
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Dopenchild.c60 extern long fork();
86 switch (pid = fork()) {
/illumos-gate/usr/src/lib/libwrap/
H A Dshell_cmd.c58 switch (child_pid = fork()) {
60 tcpd_warn("cannot fork: %m");
/illumos-gate/usr/src/lib/libmail/common/
H A Dsystemvp.c56 if ((pid = fork()) == 0) {
/illumos-gate/usr/src/cmd/print/selector/
H A Ddesktop-print-management-applet66 my $pid = fork();
68 die "Error: fork() failed\n";
/illumos-gate/usr/src/cmd/refer/
H A Drefer3.c34 if (fork() == 0) {
/illumos-gate/usr/src/cmd/mail/
H A Dpipletr.c79 if ((pid = fork()) == CHILD) {
/illumos-gate/usr/src/cmd/bnu/
H A Dshio.c45 (Note - -1 means the fork failed)
62 if ((pid = fork()) == 0) {
85 * So we use the -1 value to indicate fork failed
H A Dxqt.c49 if (fork() == 0) { /* can't vfork() */
/illumos-gate/usr/src/uts/common/os/
H A Dproc.c41 void (*fork)(void *, void *),
50 pctx->fork_op = fork;
67 void (*fork)(void *, void *),
77 pctx->fork_op == fork &&
/illumos-gate/usr/src/cmd/mailx/
H A Dpopen.c63 extern int execlp(), fork(), pipe(), close(), fcntl();
91 if((pid = fork()) == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/netcfgd/
H A Dnetcfgd.c101 * A little bit of magic here. By the first fork+setsid, we
107 if ((pid = fork()) == -1) {
108 nlog(LOG_ERR, "fork 1 failed");
120 if ((pid = fork()) == -1) {
121 nlog(LOG_ERR, "fork 2 failed");
/illumos-gate/usr/src/man/man2/
H A DMakefile51 fork.2 \
303 fork1.2 := LINKSRC = fork.2
304 forkall.2 := LINKSRC = fork.2
305 forkallx.2 := LINKSRC = fork.2
306 forkx.2 := LINKSRC = fork.2
/illumos-gate/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c105 if ((pid = fork()) < 0) {
146 while ((pid = fork()) < 0) {
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dcrashtest1.c87 int pid = fork();
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dunistd.h123 extern pid_t fork(void);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Ddaemon.c62 * Block all signals prior to the fork and leave them blocked in the
82 if ((pid = fork()) == -1) {
83 fprintf(stderr, "failed to fork into background");
/illumos-gate/usr/src/cmd/lms/tools/
H A Ddaemonize.cpp85 pid = fork();
87 syslog(LOG_ERR, "unable to fork daemon, code=%d (%s)",
/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Darc4random_fork.c18 * state across a fork. This source file is used to make two tests. One which
53 p = fork();

Completed in 86 milliseconds

1234567891011>>