Searched refs:READFD (Results 1 - 1 of 1) sorted by path

/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c87 #define READFD ypdb->dom_pipe_fds[0] macro
501 if (READFD > 0 && FD_ISSET(READFD, &fdsr)) {
546 if ((d = read(READFD, &buf, sizeof(buf))) <= 0)
549 if ((a = read(READFD, &addr, sizeof(struct sockaddr_in))) < 0)
552 close(READFD);
553 FD_CLR(READFD, &fdsr);
554 FD_CLR(READFD, &svc_fdset);
555 READFD = WRITEFD = -1;
685 close(READFD);
[all...]

Completed in 213 milliseconds