Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntpd.c223 int daemon_pipe[2] = { -1, -1 }; variable
983 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);
H A Dntp_proto.c2949 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()
/freebsd-13.1/contrib/ntp/include/
H A Dntpd.h571 extern int daemon_pipe[2]; /* startup monitoring */