Home
last modified time | relevance | path

Searched refs:i_nfd (Results 1 – 2 of 2) sorted by relevance

/dports/net/axa/axa-2.2.0/sratool/
H A Dio.c48 int cmd_nfd, i_nfd, o_nfd, tun_nfd, nfds, i; in io_wait() local
54 i_nfd = -1; in io_wait()
137 i_nfd = nfds++; in io_wait()
199 if (i_nfd >= 0 && pollfds[i_nfd].revents != 0) { in io_wait()
200 pollfds[i_nfd].revents = 0; in io_wait()
231 if (i_nfd >= 0 && pollfds[i_nfd].revents != 0) in io_wait()
/dports/net/axa/axa-2.2.0/axalib/
H A Dwire.c1958 int nfds, i_nfd, o_nfd, tun_nfd; in axa_io_wait() local
1972 i_nfd = -1; in axa_io_wait()
1980 i_nfd = nfds++; in axa_io_wait()
2007 if ((i_nfd >= 0 && pollfds[i_nfd].revents != 0) in axa_io_wait()