Searched refs:poll_fd (Results 1 – 1 of 1) sorted by relevance
15409 struct nx_bsd_pollfd *poll_fd; in nx_bsd_poll() local15432 poll_fd = &fds[i]; in nx_bsd_poll()15435 if (poll_fd -> fd < 0) in nx_bsd_poll()15439 if (poll_fd -> events & POLLIN) in nx_bsd_poll()15441 NX_BSD_FD_SET(poll_fd -> fd, &read_fds); in nx_bsd_poll()15445 if (poll_fd -> events & POLLOUT) in nx_bsd_poll()15447 NX_BSD_FD_SET(poll_fd -> fd, &write_fds); in nx_bsd_poll()15451 if (poll_fd -> events & POLLPRI) in nx_bsd_poll()15453 NX_BSD_FD_SET(poll_fd -> fd, &except_fds); in nx_bsd_poll()15457 if (poll_fd -> fd > max_fd) in nx_bsd_poll()[all …]