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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c286 static int startup_daemonize_pipe[2]; variable
484 if (pipe (startup_daemonize_pipe) != 0) {
519 exit (parent_wait_for_child (startup_daemonize_pipe[0], child_pid));
627 written = write (startup_daemonize_pipe[1], buf, sizeof (buf));
628 close (startup_daemonize_pipe[0]);
629 close (startup_daemonize_pipe[1]);

Completed in 57 milliseconds