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

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

Completed in 49 milliseconds