Searched defs:fh_size (Results 1 – 1 of 1) sorted by relevance
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2162 #define __sanitizer_syscall_pre___getfh30(fname, fhp, fh_size) \ argument 2165 #define __sanitizer_syscall_post___getfh30(res, fname, fhp, fh_size) \ argument 2168 #define __sanitizer_syscall_pre___fhopen40(fhp, fh_size, flags) \ argument 2171 #define __sanitizer_syscall_post___fhopen40(res, fhp, fh_size, flags) \ argument 2174 #define __sanitizer_syscall_pre_compat_90_fhstatvfs1(fhp, fh_size, buf, flags) \ argument 2178 #define __sanitizer_syscall_post_compat_90_fhstatvfs1(res, fhp, fh_size, buf, \ argument 2183 #define __sanitizer_syscall_pre_compat_50___fhstat40(fhp, fh_size, sb) \ argument 2186 #define __sanitizer_syscall_post_compat_50___fhstat40(res, fhp, fh_size, sb) \ argument 2515 #define __sanitizer_syscall_pre___fhstat50(fhp, fh_size, sb) \ argument 2518 #define __sanitizer_syscall_post___fhstat50(res, fhp, fh_size, sb) \ argument [all …]
|