Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dwork_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()
H A Dwork_thread.c78 addremove_io_fd_func addremove_io_fd; variable
583 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, FALSE);
924 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, TRUE); in cleanup_after_child()
/freebsd/contrib/ntp/include/
H A Dntp_worker.h178 extern addremove_io_fd_func addremove_io_fd;
/freebsd/contrib/ntp/sntp/
H A Dmain.c252 addremove_io_fd = &sntp_addremove_fd; in sntp_main()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c468 addremove_io_fd = &ntpd_addremove_io_fd; in init_io()