Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/tests/
Dbadpoll.c12 struct pollfd* ufds = malloc(2 * sizeof(struct pollfd) - 1); in main() local
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c3857 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in PRE() local
3877 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in POST() local
Dsyswrap-linux.c1259 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in PRE() local
1286 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in POST() 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