Searched refs:daemon_pipe (Results 1 – 3 of 3) sorted by relevance
220 int daemon_pipe[2] = { -1, -1 }; variable1002 if ( !nofork && pipe(daemon_pipe)) {1034 detach_from_terminal(daemon_pipe, wait_sync, logfilename);1444 if (daemon_pipe[1] != -1 && 0 == wait_sync) {1445 if (2 != write(daemon_pipe[1], "R\n", 2)) {1448 close(daemon_pipe[1]);1449 daemon_pipe[1] = -1;
1036 if (daemon_pipe[1] != -1) { in rstclock()1037 if (2 != write(daemon_pipe[1], "S\n", 2)) { in rstclock()1040 close(daemon_pipe[1]); in rstclock()1041 daemon_pipe[1] = -1; in rstclock()
616 extern int daemon_pipe[2]; /* startup monitoring */