Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/libntp/
HDwork_fork.c25 addremove_io_fd_func addremove_io_fd; variable
229 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, TRUE); in cleanup_after_child()
532 (*addremove_io_fd)(c->resp_read_pipe, is_pipe, FALSE); in fork_blocking_child()
HDwork_thread.c88 addremove_io_fd_func addremove_io_fd; variable
586 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, FALSE);
914 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, TRUE); in cleanup_after_child()
/freebsd-11-stable/contrib/ntp/include/
HDntp_worker.h178 extern addremove_io_fd_func addremove_io_fd;
/freebsd-11-stable/contrib/ntp/sntp/
HDmain.c251 addremove_io_fd = &sntp_addremove_fd; in sntp_main()
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_io.c460 addremove_io_fd = &ntpd_addremove_io_fd; in init_io()