Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ypbind/
H A Dypbind.c506 if (READFD > 0 && FD_ISSET(READFD, &fdsr)) { in main()
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()
[all …]