Home | History | Annotate | Download | only in ypbind

Lines Matching defs:dom_lockfd

106 	int dom_lockfd;
329 dom->dom_lockfd = -1;
648 if (dom->dom_lockfd != -1)
649 (void)close(dom->dom_lockfd);
654 dom->dom_lockfd = fd;
668 result = writev(dom->dom_lockfd, iov, 2);
674 (void)close(dom->dom_lockfd);
676 dom->dom_lockfd = -1;
1390 if (dom->dom_lockfd != -1) {
1391 (void)close(dom->dom_lockfd);
1392 dom->dom_lockfd = -1;