Searched refs:revents (Results 1 - 25 of 39) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dpoll.h21 short revents; member in struct:pollfd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dselect.c186 pfd[num].revents = 0;
192 pfd[num].revents = 0;
222 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP))
224 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL))
229 if(pfd[num].revents & (POLLWRNORM|POLLOUT))
231 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL))
392 if(ufds[i].revents & POLLHUP)
393 ufds[i].revents |= POLLIN;
394 if(ufds[i].revents & POLLERR)
395 ufds[i].revents |
[all...]
H A Dselect.h70 short revents; member in struct:pollfd
H A Dasyn-ares.c271 pfd[i].revents = 0;
300 pfd[i].revents & (POLLRDNORM|POLLIN)?
302 pfd[i].revents & (POLLWRNORM|POLLOUT)?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dpoll.h34 short revents; member in struct:pollfd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dirq.c50 if (pollfds[i].revents != 0) {
51 irq_fd->current_events = pollfds[i].revents;
80 .revents = 0 });
H A Dsigio.c70 if(p->revents == 0) continue;
240 .revents = 0 });
352 .revents = 0 });
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dos_support.c149 fds[i].revents = 0;
151 if (FD_ISSET(fds[i].fd, &read_set)) fds[i].revents |= POLLIN;
152 if (FD_ISSET(fds[i].fd, &write_set)) fds[i].revents |= POLLOUT;
153 if (FD_ISSET(fds[i].fd, &exception_set)) fds[i].revents |= POLLERR;
H A Dos_support.h80 short revents; /* events that occurred */ member in struct:pollfd
83 /* events & revents */
92 /* revents only */
H A Davio.h61 int revents; member in struct:URLPollEntry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Devhiperfifo.c111 static void timer_cb(EV_P_ struct ev_timer *w, int revents);
186 static void event_cb(EV_P_ struct ev_io *w, int revents) argument
188 DPRINT("%s w %p revents %i\n", __PRETTY_FUNCTION__, w, revents);
192 int action = (revents&EV_READ?CURL_POLL_IN:0)|
193 (revents&EV_WRITE?CURL_POLL_OUT:0);
205 static void timer_cb(EV_P_ struct ev_timer *w, int revents) argument
207 DPRINT("%s w %p revents %i\n", __PRETTY_FUNCTION__, w, revents);
359 static void fifo_cb(EV_P_ struct ev_io *w, int revents) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsimcons.c123 if (pfd.revents & POLLIN) {
133 } else if (pfd.revents & POLLERR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-watch.c128 w->pollfd.revents = 0;
152 return map_events_from_glib(w->pollfd.revents);
312 if (w->pollfd.revents > 0)
339 if (w->pollfd.revents > 0) {
341 w->callback(w, w->pollfd.fd, map_events_from_glib(w->pollfd.revents), w->userdata);
342 w->pollfd.revents = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c220 pset.revents = 0;
225 try_read = (pset.revents & POLLIN) != 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Deventpoll.c723 int error, revents, pwake = 0; local
754 revents = tfile->f_op->poll(tfile, &epq.pt);
779 if ((revents & event->events) && !ep_is_linked(&epi->rdllink)) {
826 unsigned int revents; local
841 revents = epi->ffd.file->f_op->poll(epi->ffd.file, NULL);
852 if (revents & event->events) {
877 unsigned int revents; local
918 revents = epi->ffd.file->f_op->poll(epi->ffd.file, NULL);
919 revents &= epi->event.events;
927 if (revents) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunsvdir.c304 pfd[0].revents = 0;
313 if (pfd[0].revents & POLLIN) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dsimple-watch.c156 w->pollfd.revents = 0;
191 return w->simple_poll->pollfds[w->idx].revents;
407 s->pollfds[0].revents = 0;
576 if (s->pollfds[w->idx].revents != 0) {
577 w->callback(w, w->pollfd.fd, s->pollfds[w->idx].revents, w->userdata);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dzcip.c288 fds[0].revents = 0;
406 if ((fds[0].revents & POLLIN) == 0) {
407 if (fds[0].revents & POLLERR) {
H A Dtelnet.c636 if (ufds[0].revents) /* well, should check POLLIN, but ... */
649 if (ufds[1].revents) /* well, should check POLLIN, but ... */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/connector/
H A Ducon.c152 pfd.revents = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c1359 if (pollfds[FD_ARP].revents) {
1361 if (pollfds[FD_ARP].revents == POLLERR) {
1373 assert(pollfds[FD_ARP].revents == POLLIN);
1384 pollfds[FD_IFACE].revents) {
1386 assert(pollfds[FD_IFACE].revents == POLLIN);
1393 pollfds[FD_SIGNAL].revents) {
1396 assert(pollfds[FD_SIGNAL].revents == POLLIN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Drtacct.c369 p.events = p.revents = POLLIN;
390 && (p.revents&POLLIN)) {
H A Darpd.c809 pset[0].revents = 0;
811 pset[1].revents = 0;
830 if (pset[0].revents&EVENTS)
832 if (pset[1].revents&EVENTS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavformat/
H A Davio.h61 int revents; member in struct:URLPollEntry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dmount.c187 if (res == 1 && (pfd.revents & POLLERR))

Completed in 223 milliseconds

12