Searched refs:pollfd (Results 1 - 25 of 49) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Dpoll.h18 struct pollfd { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Dpoll.h31 struct pollfd { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dsigio.c40 struct pollfd *poll;
55 struct pollfd *p;
102 struct pollfd *new;
107 new = um_kmalloc_atomic(n * sizeof(struct pollfd));
113 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd));
160 struct pollfd *p;
184 current_poll.used * sizeof(struct pollfd));
195 struct pollfd *p;
229 static struct pollfd *setup_initial_poll(int fd)
231 struct pollfd *
[all...]
H A Dirq.c26 static struct pollfd *pollfds = NULL;
78 pollfds[pollfds_num] = ((struct pollfd) { .fd = fd,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dselect.h52 * Definition of pollfd struct and constants for platforms lacking them.
66 struct pollfd struct
90 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
H A Dselect.c149 struct pollfd pfd[2];
324 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dos_support.h77 struct pollfd { struct
98 int poll(struct pollfd *fds, nfds_t numfds, int timeout);
H A Dos_support.c92 int poll(struct pollfd *fds, nfds_t numfds, int timeout)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-watch.c36 GPollFD pollfd; member in struct:AvahiWatch
74 g_source_remove_poll(&w->glib_poll->source, &w->pollfd);
126 w->pollfd.fd = fd;
127 w->pollfd.events = map_events_to_glib(events);
128 w->pollfd.revents = 0;
133 g_source_add_poll(&g->source, &w->pollfd);
145 w->pollfd.events = map_events_to_glib(events);
152 return map_events_from_glib(w->pollfd.revents);
160 g_source_remove_poll(&w->glib_poll->source, &w->pollfd);
312 if (w->pollfd
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dsimple-watch.h65 typedef int (*AvahiPollFunc)(struct pollfd *ufds, unsigned int nfds, int timeout, void *userdata);
H A Dsimple-watch.c44 struct pollfd pollfd; member in struct:AvahiWatch
70 struct pollfd* pollfds;
154 w->pollfd.fd = fd;
155 w->pollfd.events = event;
156 w->pollfd.revents = 0;
177 w->pollfd.events = events;
181 w->simple_poll->pollfds[w->idx] = w->pollfd;
394 struct pollfd *n;
398 if (!(n = avahi_realloc(s->pollfds, sizeof(struct pollfd) *
[all...]
H A Dthread-watch.c50 static int poll_func(struct pollfd *ufds, unsigned int nfds, int timeout, void *userdata) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dsocket.c423 * Add a fd to a dynamic pollfd array that is allocated and grown as needed
433 * @param fdsetp (rw) pointer to callers pointer to the pollfd array
441 void fdset_add_fd(struct pollfd **fdsetp,
449 struct pollfd *fdset = *fdsetp;
457 fdset = calloc(POLL_FD_SET_STARTSIZE, sizeof(struct pollfd));
472 fdset = realloc(fdset, sizeof(struct pollfd) * (fdset_size + POLL_FD_SET_INCREASE));
495 * Remove a fd from our pollfd array
505 * @param fdsetp (rw) pointer to callers pointer to the pollfd array
511 void fdset_del_fd(struct pollfd **fdsetp,
517 struct pollfd *fdse
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dselect.c542 struct pollfd entries[0];
545 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd))
548 * Fish for pollable events on the pollfd->fd file descriptor. We're only
549 * interested in events matching the pollfd->events mask, and the result
550 * matching that mask is both recorded in pollfd->revents and returned. The
554 static inline unsigned int do_pollfd(struct pollfd *pollfd, poll_table *pwait) argument
560 fd = pollfd->fd;
572 mask &= pollfd->events | POLLERR | POLLHUP;
576 pollfd
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dutil.h149 /* Structures and functions dealing with dynamic pollfd arrays */
157 extern void fdset_add_fd(struct pollfd **fdsetp,
164 extern void fdset_del_fd(struct pollfd **fdsetp,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpoll.h116 extern int do_sys_poll(struct pollfd __user * ufds, unsigned int nfds,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Dsimcons.c118 struct pollfd pfd;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c216 struct pollfd pset;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/connector/
H A Ducon.c92 struct pollfd pfd;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dmount.c180 struct pollfd pfd;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Ddv1394.c143 struct pollfd p;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/runit/
H A Drunsvdir.c51 static struct pollfd pfd[1];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dinit.c181 struct pollfd pfd = { STDIN_FILENO, POLLIN, 0 };
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dmain.c62 static struct pollfd *fdset;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/
H A Dirq.c125 struct pollfd *tmp_pfd;
176 * It means we couldn't put new pollfd to current pollfds
183 * so we will not be able to put new pollfd struct to pollfds

Completed in 215 milliseconds

12