Lines Matching refs:READFD
90 #define READFD ypdb->dom_pipe_fds[0] macro
506 if (READFD > 0 && FD_ISSET(READFD, &fdsr)) { in main()
551 if ((d = read(READFD, &buf, sizeof(buf))) <= 0) in handle_children()
554 if ((a = read(READFD, &addr, sizeof(struct sockaddr_in))) < 0) in handle_children()
557 close(READFD); in handle_children()
558 FD_CLR(READFD, &fdsr); in handle_children()
559 FD_CLR(READFD, &svc_fdset); in handle_children()
560 READFD = WRITEFD = -1; in handle_children()
690 close(READFD); in broadcast()
696 close(READFD); in broadcast()
701 FD_SET(READFD, &svc_fdset); in broadcast()
853 close(READFD); in rpc_received()
854 FD_CLR(READFD, &fdsr); in rpc_received()
855 FD_CLR(READFD, &svc_fdset); in rpc_received()
856 READFD = WRITEFD = -1; in rpc_received()