Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c285 static int startup_daemonize_pipe[2]; variable
481 if (pipe (startup_daemonize_pipe) != 0) { in main()
516 exit (parent_wait_for_child (startup_daemonize_pipe[0], child_pid)); in main()
623 (void) write (startup_daemonize_pipe[1], buf, sizeof (buf)); in osspec_probe_done()
624 close (startup_daemonize_pipe[0]); in osspec_probe_done()
625 close (startup_daemonize_pipe[1]); in osspec_probe_done()