Home
last modified time | relevance | path

Searched refs:nfds_t (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dpoll2.h26 extern int __REDIRECT (__poll_alias, (struct pollfd *__fds, nfds_t __nfds,
28 extern int __poll_chk (struct pollfd *__fds, nfds_t __nfds, int __timeout,
30 extern int __REDIRECT (__poll_chk_warn, (struct pollfd *__fds, nfds_t __nfds,
36 poll (struct pollfd *__fds, nfds_t __nfds, int __timeout) in poll()
52 extern int __REDIRECT (__ppoll_alias, (struct pollfd *__fds, nfds_t __nfds,
55 extern int __ppoll_chk (struct pollfd *__fds, nfds_t __nfds,
58 extern int __REDIRECT (__ppoll_chk_warn, (struct pollfd *__fds, nfds_t __nfds,
66 ppoll (struct pollfd *__fds, nfds_t __nfds, const struct timespec *__timeout, in ppoll()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dpoll2.h26 extern int __REDIRECT (__poll_alias, (struct pollfd *__fds, nfds_t __nfds,
28 extern int __poll_chk (struct pollfd *__fds, nfds_t __nfds, int __timeout,
30 extern int __REDIRECT (__poll_chk_warn, (struct pollfd *__fds, nfds_t __nfds,
36 poll (struct pollfd *__fds, nfds_t __nfds, int __timeout) in poll()
52 extern int __REDIRECT (__ppoll_alias, (struct pollfd *__fds, nfds_t __nfds,
55 extern int __ppoll_chk (struct pollfd *__fds, nfds_t __nfds,
58 extern int __REDIRECT (__ppoll_chk_warn, (struct pollfd *__fds, nfds_t __nfds,
66 ppoll (struct pollfd *__fds, nfds_t __nfds, const struct timespec *__timeout, in ppoll()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dpoll.h33 typedef unsigned long int nfds_t; typedef
54 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
63 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dpoll.h33 typedef unsigned long int nfds_t; typedef
54 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
63 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
/OK3568_Linux_fs/external/xserver/include/
H A Dxserver_poll.h49 typedef unsigned long nfds_t; typedef
51 int xserver_poll (struct pollfd *pArray, nfds_t n_fds, int timeout);
/OK3568_Linux_fs/external/xserver/os/
H A Dxserver_poll.c101 nfds_t n_fds, in map_poll_spec()
106 register nfds_t i; /* loop control */ in map_poll_spec()
/OK3568_Linux_fs/buildroot/package/openvmtools/
H A D0003-Rename-poll-h-into-vm_poll-h-to-fix-build-failure-on-musl.patch176 -typedef unsigned int nfds_t;
177 -int poll(struct pollfd *, nfds_t, long);
525 +typedef unsigned int nfds_t;
526 +int poll(struct pollfd *, nfds_t, long);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsock_server.c24 nfds_t nfds;