Searched refs:dom_pipe_fds (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c86 int dom_pipe_fds[2]; member in struct:_dom_binding
90 #define READFD ypdb->dom_pipe_fds[0]
91 #define WRITEFD ypdb->dom_pipe_fds[1]
92 #define BROADFD broad_domain->dom_pipe_fds[1]
535 * must be sure to invalidate the dom_pipe_fds descriptors here:
672 if (pipe(ypdb->dom_pipe_fds) < 0) {

Completed in 61 milliseconds