Searched refs:daemon_pipe (Results 1 – 3 of 3) sorted by relevance
223 int daemon_pipe[2] = { -1, -1 }; variable983 if ( !nofork && pipe(daemon_pipe)) {1015 detach_from_terminal(daemon_pipe, wait_sync, logfilename);1427 if (daemon_pipe[1] != -1) {1428 write(daemon_pipe[1], "R\n", 2);
2949 if (daemon_pipe[1] != -1) { in clock_update()2950 write(daemon_pipe[1], "S\n", 2); in clock_update()2951 close(daemon_pipe[1]); in clock_update()2952 daemon_pipe[1] = -1; in clock_update()
571 extern int daemon_pipe[2]; /* startup monitoring */