Searched defs:ufds (Results 1 – 10 of 10) sorted by relevance
/external/selinux/mcstrans/src/ |
D | mcstransd.c | 256 add_pollfd(struct pollfd **ufds, int *nfds, int connfd) in add_pollfd() 286 adj_pollfds(struct pollfd **ufds, int *nfds) in adj_pollfds() 302 process_events(struct pollfd **ufds, int *nfds) in process_events() 381 struct pollfd *ufds = (struct pollfd *)malloc(sizeof(struct pollfd)); in process_connections() local
|
/external/strace/tests-mx32/ |
D | ppoll.c | 45 sys_ppoll(const kernel_ulong_t ufds, in sys_ppoll()
|
/external/strace/tests/ |
D | ppoll.c | 45 sys_ppoll(const kernel_ulong_t ufds, in sys_ppoll()
|
/external/strace/tests-m32/ |
D | ppoll.c | 45 sys_ppoll(const kernel_ulong_t ufds, in sys_ppoll()
|
/external/curl/lib/ |
D | select.c | 392 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms) in Curl_poll()
|
D | multi.c | 1012 struct pollfd *ufds = &a_few_on_stack[0]; in Curl_multi_wait() local
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 319 struct pollfd *ufds; member
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 343 struct pollfd *ufds; member
|
/external/adhd/cras/src/server/ |
D | cras_alsa_io.c | 413 struct pollfd *ufds; in configure_dev() local
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1184 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument 1186 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument
|