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

/osnet-11/usr/src/cmd/hal/hald/
H A Dhald.c286 static int startup_daemonize_pipe[2]; variable
480 if (pipe (startup_daemonize_pipe) != 0) {
515 exit (parent_wait_for_child (startup_daemonize_pipe[0], child_pid));
623 written = write (startup_daemonize_pipe[1], buf, sizeof (buf));
624 close (startup_daemonize_pipe[0]);
625 close (startup_daemonize_pipe[1]);

Completed in 14 milliseconds