Searched refs:max_fd (Results 1 – 1 of 1) sorted by relevance
15407 INT max_fd; in nx_bsd_poll() local15429 max_fd = 0; in nx_bsd_poll()15457 if (poll_fd -> fd > max_fd) in nx_bsd_poll()15458 max_fd = poll_fd -> fd; in nx_bsd_poll()15492 n_ready_fds = nx_bsd_select(max_fd + 1, &read_fds, &write_fds, &except_fds, ptime); in nx_bsd_poll()