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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c300 parent_wait_for_child (int child_fd, pid_t child_pid) argument
312 * o Child writes something to the child_fd; means that device
324 FD_SET(child_fd, &rfds);
326 FD_SET(child_fd, &efds);
331 retval = select (child_fd + 1, &rfds, NULL, &efds, &tv);

Completed in 59 milliseconds