HomeSort by: relevance | last modified time | path
    Searched refs:pollfd (Results 1 - 25 of 234) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/mit/libuv/dist/include/uv/
posix.h 26 struct pollfd* poll_fds; \
  /src/sys/compat/sys/
poll.h 45 int pollts(struct pollfd * __restrict, nfds_t,
47 int __pollts50(struct pollfd * __restrict, nfds_t,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
poll.d 38 struct pollfd
47 int poll(pollfd[], nfds_t, int);
52 struct pollfd
61 int poll(pollfd*, nfds_t, int);
65 struct pollfd
74 int poll(pollfd*, nfds_t, int);
80 struct pollfd
87 int poll(pollfd*, nfds_t, int);
93 struct pollfd
100 int poll(pollfd*, nfds_t, int)
    [all...]
  /src/sys/sys/
poll.h 39 struct pollfd { struct
76 int pollcommon(register_t *, struct pollfd *, u_int,
83 int poll(struct pollfd *, nfds_t, int);
97 int pollts(struct pollfd * __restrict, nfds_t,
101 int ppoll(struct pollfd * __restrict, nfds_t,
  /src/crypto/external/apache2/openssl/dist/ssl/rio/
poll_builder.h 33 struct pollfd *pfd_heap;
34 struct pollfd pfds[RIO_NUM_STACK_PFDS];
poll_builder.c 47 struct pollfd *pfd_heap_new;
54 total_size = safe_mul_size_t(alloc, sizeof(struct pollfd), &error);
77 struct pollfd *pfds = (rpb->pfd_heap != NULL ? rpb->pfd_heap : rpb->pfds);
78 struct pollfd *pfd;
  /src/lib/libc/sys/
ppoll.c 40 ppoll(struct pollfd * restrict fds, nfds_t nfds,
  /src/sys/rump/net/lib/libsockin/
sockin_user.h 43 int rumpcomp_sockin_poll(struct pollfd *, int, int, int *);
  /src/external/ibm-public/postfix/dist/src/util/
poll_fd.c 234 struct pollfd pollfd; local
241 pollfd.fd = fd;
243 pollfd.events = POLLIN;
245 pollfd.events = POLLOUT;
251 switch (poll(&pollfd, 1, time_limit < 0 ?
263 if (pollfd.revents & POLLNVAL)
  /src/external/bsd/libevent/dist/
poll.c 79 struct pollfd *event_set;
80 struct pollfd *event_set_copy;
130 struct pollfd *pfd = &pop->event_set[i];
144 struct pollfd *event_set;
158 struct pollfd *tmp = mm_realloc(pop->event_set_copy,
159 pop->event_count * sizeof(struct pollfd));
168 sizeof(struct pollfd)*nfds);
236 struct pollfd *pfd = NULL;
246 struct pollfd *tmp_event_set;
256 tmp_event_count * sizeof(struct pollfd));
    [all...]
devpoll.c 60 struct pollfd *events;
63 struct pollfd *changes;
95 sizeof(struct pollfd) * devpollop->nchanges, 0) == -1)
104 struct pollfd *pfd;
149 devpollop->events = mm_calloc(nfiles, sizeof(struct pollfd));
157 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd));
174 struct pollfd *events = devpollop->events;
  /src/external/bsd/ntp/dist/sntp/libevent/
poll.c 78 struct pollfd *event_set;
79 struct pollfd *event_set_copy;
129 struct pollfd *pfd = &pop->event_set[i];
143 struct pollfd *event_set;
157 struct pollfd *tmp = mm_realloc(pop->event_set_copy,
158 pop->event_count * sizeof(struct pollfd));
167 sizeof(struct pollfd)*nfds);
235 struct pollfd *pfd = NULL;
245 struct pollfd *tmp_event_set;
255 tmp_event_count * sizeof(struct pollfd));
    [all...]
devpoll.c 59 struct pollfd *events;
62 struct pollfd *changes;
94 sizeof(struct pollfd) * devpollop->nchanges, 0) == -1)
103 struct pollfd *pfd;
148 devpollop->events = mm_calloc(nfiles, sizeof(struct pollfd));
156 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd));
173 struct pollfd *events = devpollop->events;
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
link_mon.c 31 static struct pollfd *pfds = NULL;
56 struct pollfd *tmp;
57 tmp = realloc(pfds, sizeof(struct pollfd) * ((used_pfds*2) + 1));
  /src/games/hunt/huntd/
extern.c 48 struct pollfd fdset[3+MAXPL+MAXMON];
  /src/usr.bin/nc/
atomicio.c 46 struct pollfd pfd;
  /src/lib/libc/rpc/
svc_fdset.c 68 struct pollfd *fdp;
171 svc_pollfd_init(struct pollfd *pfd, int nfd)
180 static struct pollfd *
198 struct pollfd *pfd;
229 struct pollfd *pfd;
448 struct pollfd *
449 svc_pollfd_copy(const struct pollfd *orig)
454 struct pollfd *copy = calloc(size, sizeof(*orig));
462 struct pollfd *
  /src/include/rpc/
svc.h 316 #define SVC_FDSET_MT 1 /* each thread gets own fd_set/pollfd */
331 extern struct pollfd *svc_pollfd_get(void);
334 extern struct pollfd *svc_pollfd_copy(const struct pollfd *);
340 struct pollfd;
341 extern void svc_getreq_poll(struct pollfd *, int);
  /src/external/mit/libuv/dist/src/unix/
posix-poll.c 58 struct pollfd* p;
79 struct pollfd pfd;
88 struct pollfd* pe;
146 struct pollfd* pe;
368 struct pollfd p[1];
  /src/tests/lib/libc/sys/
t_pollts.c 59 struct pollfd pfds[2];
129 struct pollfd pfd;
159 struct pollfd pfd;
  /src/crypto/external/bsd/openssh/dist/
monitor_fdpass.c 56 struct pollfd pfd;
112 struct pollfd pfd;
  /src/games/boggle/boggle/
timer.c 104 struct pollfd set[1];
  /src/games/tetris/
input.c 77 struct pollfd set[1];
  /src/sbin/mount_nfs/
udp_xfer.c 93 struct pollfd pfd = {d->socket, POLLIN, 0};
  /src/sbin/ping/
prog_ops.h 42 int (*op_poll)(struct pollfd *, nfds_t, int);

Completed in 59 milliseconds

1 2 3 4 5 6 7 8 910