Searched refs:n_pollfds (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-sunos4.c84 static int n_pollfds; variable
163 n_pollfds = 0;
583 if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR) {
600 for (n = 0; n < n_pollfds; ++n)
603 if (n_pollfds < MAX_POLLFDS) {
604 pollfds[n_pollfds].fd = fd;
605 pollfds[n_pollfds].events = POLLIN | POLLPRI | POLLHUP;
606 ++n_pollfds;
619 for (n = 0; n < n_pollfds; ++n) {
621 while (++n < n_pollfds)
[all...]
H A Dsys-solaris.c184 static int n_pollfds; variable
719 n_pollfds = 0;
1301 if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR)
1313 for (n = 0; n < n_pollfds; ++n)
1316 if (n_pollfds < MAX_POLLFDS) {
1317 pollfds[n_pollfds].fd = fd;
1318 pollfds[n_pollfds].events = POLLIN | POLLPRI | POLLHUP;
1319 ++n_pollfds;
1332 for (n = 0; n < n_pollfds; ++n) {
1334 while (++n < n_pollfds)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-sunos4.c132 static int n_pollfds; variable
211 n_pollfds = 0;
656 if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR) {
673 for (n = 0; n < n_pollfds; ++n)
676 if (n_pollfds < MAX_POLLFDS) {
677 pollfds[n_pollfds].fd = fd;
678 pollfds[n_pollfds].events = POLLIN | POLLPRI | POLLHUP;
679 ++n_pollfds;
692 for (n = 0; n < n_pollfds; ++n) {
694 while (++n < n_pollfds)
[all...]
H A Dsys-solaris.c233 static int n_pollfds; variable
768 n_pollfds = 0;
1375 if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR)
1387 for (n = 0; n < n_pollfds; ++n)
1390 if (n_pollfds < MAX_POLLFDS) {
1391 pollfds[n_pollfds].fd = fd;
1392 pollfds[n_pollfds].events = POLLIN | POLLPRI | POLLHUP;
1393 ++n_pollfds;
1406 for (n = 0; n < n_pollfds; ++n) {
1408 while (++n < n_pollfds)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-sunos4.c132 static int n_pollfds; variable
211 n_pollfds = 0;
656 if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR) {
673 for (n = 0; n < n_pollfds; ++n)
676 if (n_pollfds < MAX_POLLFDS) {
677 pollfds[n_pollfds].fd = fd;
678 pollfds[n_pollfds].events = POLLIN | POLLPRI | POLLHUP;
679 ++n_pollfds;
692 for (n = 0; n < n_pollfds; ++n) {
694 while (++n < n_pollfds)
[all...]
H A Dsys-solaris.c233 static int n_pollfds; variable
768 n_pollfds = 0;
1375 if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR)
1387 for (n = 0; n < n_pollfds; ++n)
1390 if (n_pollfds < MAX_POLLFDS) {
1391 pollfds[n_pollfds].fd = fd;
1392 pollfds[n_pollfds].events = POLLIN | POLLPRI | POLLHUP;
1393 ++n_pollfds;
1406 for (n = 0; n < n_pollfds; ++n) {
1408 while (++n < n_pollfds)
[all...]

Completed in 130 milliseconds