Home
last modified time | relevance | path

Searched refs:txc_p (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h39 #define __sanitizer_syscall_pre_adjtimex(txc_p) \ argument
40 __sanitizer_syscall_pre_impl_adjtimex((long)(txc_p))
41 #define __sanitizer_syscall_post_adjtimex(res, txc_p) \ argument
42 __sanitizer_syscall_post_impl_adjtimex(res, (long)(txc_p))
2032 void __sanitizer_syscall_pre_impl_adjtimex(long txc_p);
2033 void __sanitizer_syscall_post_impl_adjtimex(long res, long txc_p);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc247 PRE_SYSCALL(adjtimex)(void *txc_p) {}
249 POST_SYSCALL(adjtimex)(long res, void *txc_p) {
251 if (txc_p)
252 POST_WRITE(txc_p, struct_timex_sz);