HomeSort by: relevance | last modified time | path
    Searched defs:dom_lockfd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ypbind/
ypbind.c 106 int dom_lockfd; member in struct:domain
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);
    [all...]
ypbind.c 106 int dom_lockfd; member in struct:domain
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);
    [all...]

Completed in 57 milliseconds