Searched +defs:ufds +defs:fd (Results 1 – 3 of 3) sorted by relevance
| /external/compiler-rt/include/sanitizer/ |
| D | linux_syscall_hooks.h | 441 #define __sanitizer_syscall_pre_fsync(fd) \ argument 443 #define __sanitizer_syscall_post_fsync(res, fd) \ argument 445 #define __sanitizer_syscall_pre_fdatasync(fd) \ argument 447 #define __sanitizer_syscall_post_fdatasync(res, fd) \ argument 474 #define __sanitizer_syscall_pre_ftruncate(fd, length) \ argument 476 #define __sanitizer_syscall_post_ftruncate(res, fd, length) \ argument 491 #define __sanitizer_syscall_pre_fstatfs(fd, buf) \ argument 493 #define __sanitizer_syscall_post_fstatfs(res, fd, buf) \ argument 495 #define __sanitizer_syscall_pre_fstatfs64(fd, sz, buf) \ argument 497 #define __sanitizer_syscall_post_fstatfs64(res, fd, sz, buf) \ argument [all …]
|
| /external/valgrind/main/coregrind/m_syswrap/ |
| D | syswrap-generic.c | 146 UInt flags, Int fd, Off64T offset) in notify_core_of_mmap() 512 Int fd; /* The file descriptor */ member 527 void record_fd_close(Int fd) in record_fd_close() 706 getsockdetails(Int fd) in getsockdetails() 3857 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in PRE() local 3877 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in POST() local
|
| D | syswrap-linux.c | 1259 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in PRE() local 1286 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in POST() local 2253 Int fd, read; in linux_kernel_2_6_22() local
|