Searched refs:struct_timespec_sz (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc186 if (timeout) POST_WRITE(timeout, struct_timespec_sz);
262 if (rqtp) POST_WRITE(rqtp, struct_timespec_sz);
263 if (rmtp) POST_WRITE(rmtp, struct_timespec_sz);
484 if (tp) PRE_READ(tp, struct_timespec_sz);
493 if (tp) POST_WRITE(tp, struct_timespec_sz);
511 if (tp) POST_WRITE(tp, struct_timespec_sz);
517 if (rqtp) PRE_READ(rqtp, struct_timespec_sz);
523 if (rmtp) POST_WRITE(rmtp, struct_timespec_sz);
589 if (interval) POST_WRITE(interval, struct_timespec_sz);
704 if (uts) PRE_READ(uts, struct_timespec_sz);
[all...]
H A Dsanitizer_syscalls_netbsd.inc1866 PRE_READ(abstime_, struct_timespec_sz);
3047 PRE_READ(tptr[0], struct_timespec_sz);
3048 PRE_READ(tptr[1], struct_timespec_sz);
3065 PRE_READ(tptr[0], struct_timespec_sz);
3066 PRE_READ(tptr[1], struct_timespec_sz);
3077 PRE_READ(tptr[0], struct_timespec_sz);
3078 PRE_READ(tptr[1], struct_timespec_sz);
3088 POST_READ(tptr[0], struct_timespec_sz);
3089 POST_READ(tptr[1], struct_timespec_sz);
3115 PRE_READ(tp_, struct_timespec_sz);
[all...]
H A Dsanitizer_platform_limits_openbsd.h58 extern unsigned struct_timespec_sz;
H A Dsanitizer_platform_limits_solaris.h47 extern unsigned struct_timespec_sz;
H A Dsanitizer_platform_limits_freebsd.h63 extern unsigned struct_timespec_sz;
H A Dsanitizer_platform_limits_openbsd.cpp90 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_solaris.cpp92 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_freebsd.cpp122 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h135 extern unsigned struct_timespec_sz;
H A Dsanitizer_platform_limits_netbsd.h58 extern unsigned struct_timespec_sz;
H A Dsanitizer_platform_limits_posix.cpp223 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc2166 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tp, struct_timespec_sz);
2178 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tp, struct_timespec_sz);
2194 COMMON_INTERCEPTOR_READ_RANGE(ctx, tp, struct_timespec_sz);
2984 if (timeout) COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout, struct_timespec_sz);
3925 COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout_ts, struct_timespec_sz);
4002 if (timeout) COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout, struct_timespec_sz);
6269 COMMON_INTERCEPTOR_READ_RANGE(ctx, abstime, struct_timespec_sz);
H A Dsanitizer_platform_limits_netbsd.cpp275 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer

Completed in 289 milliseconds