Home
last modified time | relevance | path

Searched defs:nfds (Results 101 - 125 of 125) sorted by relevance

12345

/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_notls.c648 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() local
H A Dtest_request_response.c698 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop.c690 static void eloop_sock_table_dispatch(struct epoll_event *events, int nfds) in eloop_sock_table_dispatch() argument
712 static void eloop_sock_table_dispatch(struct kevent *events, int nfds) in eloop_sock_table_dispatch() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop.c693 static void eloop_sock_table_dispatch(struct epoll_event *events, int nfds) in eloop_sock_table_dispatch() argument
715 static void eloop_sock_table_dispatch(struct kevent *events, int nfds) in eloop_sock_table_dispatch() argument
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dnettest.c945 int nfds; in msg_loop() local
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dnettest.c1254 int nfds; in msg_loop() local
/kernel/liteos_a/syscall/
H A Dfs_syscall.c180 static int PollfdToSystem(struct pollfd *fds, nfds_t nfds, int **pollFdsBak) in PollfdToSystem() argument
208 static void RestorePollfd(struct pollfd *fds, nfds_t nfds, const int *pollFds) in RestorePollfd() argument
219 static int UserPoll(struct pollfd *fds, nfds_t nfds, int timeout) in UserPoll() argument
1147 SysSelect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) SysSelect() argument
1552 SysPoll(struct pollfd *fds, nfds_t nfds, int timeout) SysPoll() argument
2657 SysPpoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p, const sigset_t *sigMask, int nsig) SysPpoll() argument
2691 SysPselect6(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct timespec *timeout, const long data[2]) SysPselect6() argument
[all...]
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h832 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() argument
850 int poll(struct pollfd *fds, int nfds, int timeout) in poll() argument
914 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() argument
942 select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) select() argument
[all...]
/third_party/eudev/src/shared/
H A Dutil.c1093 static inline int ppoll_fallback(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout_ts, const sigset_t *sigmask) { in ppoll_fallback() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c751 int snd_pcm_direct_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) argument
H A Dpcm_hw.c247 static int snd_pcm_hw_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned nfds, unsigned short *revents) in snd_pcm_hw_poll_revents() argument
H A Dpcm_rate.c1113 static int snd_pcm_rate_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_pcm_rate_poll_revents() argument
H A Dpcm.c1865 int snd_pcm_poll_descriptors_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_pcm_poll_descriptors_revents() argument
1876 __snd_pcm_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) __snd_pcm_poll_revents() argument
/third_party/backends/frontend/
H A Dsaned.c108 poll (struct pollfd *ufds, unsigned int nfds, int timeout) in poll() argument
2476 saned_avahi (struct pollfd *fds, int nfds) argument
2836 do_bindings_family (int family, int *nfds, struct pollfd **fds, struct addrinfo *res) argument
2947 do_bindings(int *nfds, struct pollfd **fds) global() argument
3011 do_bindings(int *nfds, struct pollfd **fds) global() argument
3194 int nfds; global() local
[all...]
/third_party/curl/lib/
H A Dmulti.c1225 unsigned int nfds = 0; local
[all...]
/third_party/lwip/src/api/
H A Dsockets.c2270 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan() argument
2361 lwip_poll_inc_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_inc_sockets_used() argument
2376 lwip_poll_dec_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_dec_sockets_used() argument
2396 lwip_poll(struct pollfd *fds, nfds_t nfds, in argument
[all...]
/third_party/python/Modules/
H A Dselectmodule.c1537 int nfds, i; in select_epoll_poll_impl() local
H A D_ssl.c2267 int nfds; in PySSL_select() local
/kernel/linux/linux-5.10/tools/include/nolibc/
H A Dnolibc.h1636 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() argument
1660 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() argument
2073 int poll(struct pollfd *fds, int nfds, int timeout) in poll() argument
2134 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select() argument
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol.c349 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_ctl_poll_descriptors_revents() argument
/third_party/libuv/src/unix/
H A Dlinux.c64 int nfds = 0; in uv__epoll_wait() local
724 int nfds; member
1401 int nfds; in uv__io_poll() local
[all...]
/third_party/libcoap/src/
H A Dcoap_gnutls.c1967 int nfds = c_session->sock.fd +1; in receive_timeout() local
/third_party/libcoap/examples/
H A Dcoap-server.c2723 int nfds = 0; in main() local
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c2084 nfds_t nfds = 1; in udev_event_listener_thread() local
/third_party/alsa-lib/src/seq/
H A Dseq.c1133 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_seq_poll_descriptors_revents() argument

Completed in 84 milliseconds

12345