Searched refs:exceptfds_found (Results 1 – 1 of 1) sorted by relevance
7907 nx_bsd_fd_set exceptfds_found; in nx_bsd_select() local7944 NX_BSD_FD_ZERO(&exceptfds_found); in nx_bsd_select()8183 NX_BSD_FD_SET(i + NX_BSD_SOCKFD_START, &exceptfds_found); in nx_bsd_select()8190 NX_BSD_FD_SET(i + NX_BSD_SOCKFD_START, &exceptfds_found); in nx_bsd_select()8196 if (readfds_found.fd_count || writefds_found.fd_count || exceptfds_found.fd_count) in nx_bsd_select()8209 *exceptfds = exceptfds_found; in nx_bsd_select()8215 return(readfds_found.fd_count + writefds_found.fd_count + exceptfds_found.fd_count); in nx_bsd_select()