Searched refs:nfds (Results 1 – 1 of 1) sorted by relevance
539 win_nm_poll(struct pollfd *fds, int nfds, int timeout) in win_nm_poll() argument543 if (nfds != 1 || fds == NULL || (h = win_get_netmap_handle(fds->fd)) == NULL) {; in win_nm_poll()544 return poll(fds, nfds, timeout); in win_nm_poll()