Searched refs:pollfd (Results 1 – 13 of 13) sorted by relevance
/haiku/headers/posix/ |
H A D | poll.h | 15 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 D | poll.cpp | 19 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 D | null_poll_test.cpp | 17 struct pollfd pfd; in main()
|
H A D | fifo_poll_test.cpp | 20 struct pollfd pfd; in main()
|
/haiku/src/bin/debug/strace/ |
H A D | events.cpp | 155 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 D | TypeHandler.h | 149 struct pollfd; 168 DEFINE_FACTORY(pollfd_ptr, pollfd *);
|
/haiku/src/system/kernel/events/ |
H A D | wait_for_objects.cpp | 210 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 D | res_send.c | 874 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 D | AbstractSocket.cpp | 309 struct pollfd entry; in _WaitFor()
|
/haiku/src/system/libnetwork/netresolv/isc/ |
H A D | eventlib_p.h | 234 struct pollfd *pollfds; /* Allocated as needed */
|
/haiku/headers/private/kernel/ |
H A D | vfs.h | 39 struct pollfd; 215 ssize_t _user_poll(struct pollfd *fds, int numfds, bigtime_t timeout,
|
/haiku/src/apps/poorman/ |
H A D | PoorManServer.cpp | 218 pollfd fds[nfds]; in _Listener()
|
/haiku/headers/private/system/ |
H A D | syscalls.h | 33 struct pollfd; 304 extern ssize_t _kern_poll(struct pollfd *fds, int numFDs,
|