Searched refs:writefds_found (Results 1 – 1 of 1) sorted by relevance
7906 nx_bsd_fd_set writefds_found; in nx_bsd_select() local7943 NX_BSD_FD_ZERO(&writefds_found); in nx_bsd_select()8145 NX_BSD_FD_SET(i + NX_BSD_SOCKFD_START, &writefds_found); in nx_bsd_select()8153 NX_BSD_FD_SET(i + NX_BSD_SOCKFD_START, &writefds_found); in nx_bsd_select()8160 NX_BSD_FD_SET(i + NX_BSD_SOCKFD_START, &writefds_found); in nx_bsd_select()8196 if (readfds_found.fd_count || writefds_found.fd_count || exceptfds_found.fd_count) in nx_bsd_select()8206 *writefds = writefds_found; in nx_bsd_select()8215 return(readfds_found.fd_count + writefds_found.fd_count + exceptfds_found.fd_count); in nx_bsd_select()