Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 13 of 13) sorted by relevance

/haiku/headers/posix/
H A Dpoll.h15 struct pollfd { struct
40 extern int poll(struct pollfd *fds, nfds_t numfds, int timeout); argument
41 extern int ppoll(struct pollfd *fds, nfds_t numfds,
/haiku/src/system/libroot/posix/
H A Dpoll.cpp19 extern "C" int __ppoll(struct pollfd *fds, nfds_t numfds, const struct timespec *tv,
23 poll(struct pollfd *fds, nfds_t numfds, int timeout) in poll()
31 __ppoll(struct pollfd *fds, nfds_t numfds, const struct timespec *tv, in __ppoll()
/haiku/src/tests/system/kernel/
H A Dnull_poll_test.cpp17 struct pollfd pfd; in main()
H A Dfifo_poll_test.cpp20 struct pollfd pfd; in main()
/haiku/src/bin/debug/strace/
H A Devents.cpp155 pollfd tmp[numfds]; in read_pollfd()
198 TypeHandlerImpl<pollfd *>::GetParameterValue(Context &context, Parameter *, in GetParameterValue()
210 TypeHandlerImpl<pollfd *>::GetReturnValue(Context &context, uint64 value) in GetReturnValue()
357 DEFINE_TYPE(pollfd_ptr, pollfd *) in DEFINE_TYPE()
H A DTypeHandler.h149 struct pollfd;
168 DEFINE_FACTORY(pollfd_ptr, pollfd *);
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp210 PollTraceEntry(pollfd* fds, int count, bool resultEvents) in PollTraceEntry()
294 PollBegin(pollfd* fds, int count, bigtime_t timeout) in PollBegin()
316 PollDone(pollfd* fds, int count, int result) in PollDone()
569 common_poll(struct pollfd *fds, nfds_t numFDs, bigtime_t timeout, in common_poll()
924 _kern_poll(struct pollfd *fds, int numFDs, bigtime_t timeout, in _kern_poll()
1041 _user_poll(struct pollfd *userfds, int numFDs, bigtime_t timeout, in _user_poll()
1054 BStackOrHeapArray<struct pollfd, 16> fds(numFDs); in _user_poll()
1058 const size_t bytes = numFDs * sizeof(struct pollfd); in _user_poll()
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c874 struct pollfd pollfd; in send_dg() local
996 pollfd.fd = s; in send_dg()
997 pollfd.events = POLLRDNORM; in send_dg()
998 n = poll(&pollfd, 1, polltimeout); in send_dg()
/haiku/src/kits/network/libnetapi/
H A DAbstractSocket.cpp309 struct pollfd entry; in _WaitFor()
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h234 struct pollfd *pollfds; /* Allocated as needed */
/haiku/headers/private/kernel/
H A Dvfs.h39 struct pollfd;
215 ssize_t _user_poll(struct pollfd *fds, int numfds, bigtime_t timeout,
/haiku/src/apps/poorman/
H A DPoorManServer.cpp218 pollfd fds[nfds]; in _Listener()
/haiku/headers/private/system/
H A Dsyscalls.h33 struct pollfd;
304 extern ssize_t _kern_poll(struct pollfd *fds, int numFDs,