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

/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c90 #define READFD ypdb->dom_pipe_fds[0] macro
506 if (READFD > 0 && FD_ISSET(READFD, &fdsr)) {
551 if ((d = read(READFD, &buf, sizeof(buf))) <= 0)
554 if ((a = read(READFD, &addr, sizeof(struct sockaddr_in))) < 0)
557 close(READFD);
558 FD_CLR(READFD, &fdsr);
559 FD_CLR(READFD, &svc_fdset);
560 READFD = WRITEFD = -1;
690 close(READFD);
[all...]

Completed in 55 milliseconds