Home
last modified time | relevance | path

Searched refs:is_pipe (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dwork_fork.c447 int is_pipe; in fork_blocking_child() local
466 rc = pipe_socketpair(&blocking_pipes[2], &is_pipe); in fork_blocking_child()
472 INSIST(was_pipe == is_pipe); in fork_blocking_child()
523 c->ispipe = is_pipe; in fork_blocking_child()
532 (*addremove_io_fd)(c->resp_read_pipe, is_pipe, FALSE); in fork_blocking_child()
H A Dntp_worker.c44 int * is_pipe in pipe_socketpair() argument
69 if (is_pipe != NULL) in pipe_socketpair()
70 *is_pipe = called_pipe; in pipe_socketpair()
H A Dwork_thread.c545 int is_pipe;
564 rc = pipe_socketpair(&pipe_ends[0], &is_pipe);
571 c->ispipe = is_pipe;
/freebsd/contrib/ntp/include/
H A Dntp_worker.h168 extern int pipe_socketpair(int fds[2], int *is_pipe);
/freebsd/contrib/ntp/sntp/
H A Dmain.c106 void sntp_addremove_fd(int fd, int is_pipe, int remove_it);
949 int is_pipe, in sntp_addremove_fd() argument
958 if (is_pipe) { in sntp_addremove_fd()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c481 int is_pipe, in ntpd_addremove_io_fd() argument
485 UNUSED_ARG(is_pipe); in ntpd_addremove_io_fd()