Searched refs:txc_p (Results 1 – 2 of 2) sorted by relevance
39 #define __sanitizer_syscall_pre_adjtimex(txc_p) \ argument40 __sanitizer_syscall_pre_impl_adjtimex((long)(txc_p))41 #define __sanitizer_syscall_post_adjtimex(res, txc_p) \ argument42 __sanitizer_syscall_post_impl_adjtimex(res, (long)(txc_p))2039 void __sanitizer_syscall_pre_impl_adjtimex(long txc_p);2040 void __sanitizer_syscall_post_impl_adjtimex(long res, long txc_p);
261 PRE_SYSCALL(adjtimex)(void *txc_p) {}263 POST_SYSCALL(adjtimex)(long res, void *txc_p) {265 if (txc_p)266 POST_WRITE(txc_p, struct_timex_sz);