Home
last modified time | relevance | path

Searched defs:ufds (Results 1 – 10 of 10) sorted by relevance

/external/selinux/mcstrans/src/
Dmcstransd.c256 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/
Dppoll.c45 sys_ppoll(const kernel_ulong_t ufds, in sys_ppoll()
/external/strace/tests/
Dppoll.c45 sys_ppoll(const kernel_ulong_t ufds, in sys_ppoll()
/external/strace/tests-m32/
Dppoll.c45 sys_ppoll(const kernel_ulong_t ufds, in sys_ppoll()
/external/curl/lib/
Dselect.c392 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms) in Curl_poll()
Dmulti.c1012 struct pollfd *ufds = &a_few_on_stack[0]; in Curl_multi_wait() local
/external/python/cpython2/Modules/
Dselectmodule.c319 struct pollfd *ufds; member
/external/python/cpython3/Modules/
Dselectmodule.c343 struct pollfd *ufds; member
/external/adhd/cras/src/server/
Dcras_alsa_io.c413 struct pollfd *ufds; in configure_dev() local
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1184 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument
1186 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument