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

1234

/external/fio/os/windows/posix/include/sys/
H A Dpoll.h6 struct pollfd struct
13 int poll(struct pollfd fds[], nfds_t nfds, int timeout);
/external/valgrind/memcheck/tests/
H A Dbadpoll.c12 struct pollfd* ufds = malloc(2 * sizeof(struct pollfd) - 1);
/external/dhcpcd-6.8.2/compat/
H A Dpollts.h36 pollts(struct pollfd *__restrict, nfds_t, const struct timespec *__restrict,
H A Dpollts.c42 pollts(struct pollfd *__restrict fds, nfds_t nfds,
H A Dpselect.c39 pollts(struct pollfd *__restrict fds, nfds_t nfds,
/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_spdy.h37 spdy_ctl_poll(struct pollfd *pollfd,
73 spdy_get_pollfdset(struct pollfd fds[],
89 spdy_run(struct pollfd fds[],
/external/kernel-headers/original/uapi/asm-generic/
H A Dpoll.h35 struct pollfd { struct
/external/dhcpcd-6.8.2/
H A Deloop.h51 struct pollfd *pollfd; member in struct:eloop_event
79 struct pollfd *fds;
/external/libevent/
H A Dpoll.c61 struct pollfd *event_set;
62 struct pollfd *event_set_copy;
110 struct pollfd *pfd = &pop->event_set[i];
124 struct pollfd *event_set;
138 struct pollfd *tmp = mm_realloc(pop->event_set_copy,
139 pop->event_count * sizeof(struct pollfd));
148 sizeof(struct pollfd)*nfds);
214 struct pollfd *pfd = NULL;
224 struct pollfd *tmp_event_set;
234 tmp_event_count * sizeof(struct pollfd));
[all...]
H A Ddevpoll.c54 struct pollfd *events;
57 struct pollfd *changes;
89 sizeof(struct pollfd) * devpollop->nchanges, 0) == -1)
98 struct pollfd *pfd;
143 devpollop->events = mm_calloc(nfiles, sizeof(struct pollfd));
151 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd));
168 struct pollfd *events = devpollop->events;
/external/curl/lib/
H A Dselect.h34 * Definition of pollfd struct and constants for platforms lacking them.
48 struct pollfd struct
82 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
/external/strace/tests/
H A Dppoll.c41 struct pollfd fds[] = {
60 struct pollfd fds[] = {
/external/avahi/avahi-glib/
H A Dglib-watch.c34 GPollFD pollfd; member in struct:AvahiWatch
72 g_source_remove_poll(&w->glib_poll->source, &w->pollfd);
124 w->pollfd.fd = fd;
125 w->pollfd.events = map_events_to_glib(events);
126 w->pollfd.revents = 0;
131 g_source_add_poll(&g->source, &w->pollfd);
143 w->pollfd.events = map_events_to_glib(events);
150 return map_events_from_glib(w->pollfd.revents);
158 g_source_remove_poll(&w->glib_poll->source, &w->pollfd);
310 if (w->pollfd
[all...]
/external/avahi/avahi-common/
H A Dsimple-watch.h63 typedef int (*AvahiPollFunc)(struct pollfd *ufds, unsigned int nfds, int timeout, void *userdata);
H A Dsimple-watch.c42 struct pollfd pollfd; member in struct:AvahiWatch
68 struct pollfd* pollfds;
152 w->pollfd.fd = fd;
153 w->pollfd.events = event;
154 w->pollfd.revents = 0;
175 w->pollfd.events = events;
179 w->simple_poll->pollfds[w->idx] = w->pollfd;
392 struct pollfd *n;
396 if (!(n = avahi_realloc(s->pollfds, sizeof(struct pollfd) *
[all...]
/external/netcat/
H A Datomicio.c46 struct pollfd pfd;
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstransd.c267 add_pollfd(struct pollfd **ufds, int *nfds, int connfd)
278 struct pollfd *tmp = (struct pollfd *)realloc(*ufds,
279 (*nfds+1)*sizeof(struct pollfd));
297 adj_pollfds(struct pollfd **ufds, int *nfds)
313 process_events(struct pollfd **ufds, int *nfds)
346 /* Setup pollfd for deletion later. */
359 /* Set the pollfd up for deletion later. */
369 /* Set the pollfd up for deletion later. */
392 struct pollfd *ufd
[all...]
/external/strace/
H A Dpoll.c35 print_pollfd(struct tcb *tcp, const struct pollfd *fds)
49 struct pollfd fds;
100 struct pollfd fds;
/external/toybox/lib/
H A Dnet.c46 int xpoll(struct pollfd *fds, int nfds, int timeout)
/external/valgrind/memcheck/tests/linux/
H A Dsyscalls-2007.c41 struct pollfd pfd[2];
/external/toybox/toys/other/
H A Dnetcat.c96 struct pollfd pollfds[2];
98 memset(pollfds, 0, 2*sizeof(struct pollfd));
H A Dinotifyd.c39 struct pollfd fds;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.c84 struct pollfd *pollfds;
85 struct pollfd **pollfds_map;
280 struct pollfd **nmap;
282 sizeof(struct pollfd *));
291 struct pollfd *n;
294 sizeof(struct pollfd));
427 static struct pollfd * find_pollfd(struct pollfd **pollfds_map, int fd, int mx)
438 struct pollfd *pollfds,
439 struct pollfd **pollfds_ma
[all...]
/external/wpa_supplicant_8/src/utils/
H A Deloop.c84 struct pollfd *pollfds;
85 struct pollfd **pollfds_map;
280 struct pollfd **nmap;
282 sizeof(struct pollfd *));
291 struct pollfd *n;
294 sizeof(struct pollfd));
427 static struct pollfd * find_pollfd(struct pollfd **pollfds_map, int fd, int mx)
438 struct pollfd *pollfds,
439 struct pollfd **pollfds_ma
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c84 struct pollfd *pollfds;
85 struct pollfd **pollfds_map;
280 struct pollfd **nmap;
282 sizeof(struct pollfd *));
291 struct pollfd *n;
294 sizeof(struct pollfd));
427 static struct pollfd * find_pollfd(struct pollfd **pollfds_map, int fd, int mx)
438 struct pollfd *pollfds,
439 struct pollfd **pollfds_ma
[all...]

Completed in 3393 milliseconds

1234