rset              686 lib/common/remote.c     fd_set rset, wset;
rset              694 lib/common/remote.c     FD_ZERO(&rset);
rset              695 lib/common/remote.c     FD_SET(sock, &rset);
rset              696 lib/common/remote.c     wset = rset;
rset              699 lib/common/remote.c     cb_arg = select(sock + 1, &rset, &wset, NULL, &ts);
rset              726 lib/common/remote.c     if (FD_ISSET(sock, &rset) || FD_ISSET(sock, &wset)) {
rset              536 tools/crm_node.c         fd_set rset;
rset              543 tools/crm_node.c             FD_ZERO(&rset);
rset              544 tools/crm_node.c             FD_SET(ccm_fd, &rset);
rset              547 tools/crm_node.c             rc = select(ccm_fd + 1, &rset, NULL, NULL, NULL);