Searched defs:nent (Results 1 – 1 of 1) sorted by relevance
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2212 #define __sanitizer_syscall_pre_compat_50_aio_suspend(list, nent, timeout) \ argument 2215 #define __sanitizer_syscall_post_compat_50_aio_suspend(res, list, nent, \ argument 2223 #define __sanitizer_syscall_pre_lio_listio(mode, list, nent, sig) \ argument 2227 #define __sanitizer_syscall_post_lio_listio(res, mode, list, nent, sig) \ argument 2431 #define __sanitizer_syscall_pre___aio_suspend50(list, nent, timeout) \ argument 2434 #define __sanitizer_syscall_post___aio_suspend50(res, list, nent, timeout) \ argument
|