HomeSort by: relevance | last modified time | path
    Searched refs:struct_timespec_sz (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_syscalls.inc 187 if (timeout) POST_WRITE(timeout, struct_timespec_sz);
263 if (rqtp) POST_WRITE(rqtp, struct_timespec_sz);
264 if (rmtp) POST_WRITE(rmtp, struct_timespec_sz);
485 if (tp) PRE_READ(tp, struct_timespec_sz);
494 if (tp) POST_WRITE(tp, struct_timespec_sz);
512 if (tp) POST_WRITE(tp, struct_timespec_sz);
518 if (rqtp) PRE_READ(rqtp, struct_timespec_sz);
524 if (rmtp) POST_WRITE(rmtp, struct_timespec_sz);
590 if (interval) POST_WRITE(interval, struct_timespec_sz);
705 if (uts) PRE_READ(uts, struct_timespec_sz);
    [all...]
sanitizer_syscalls_netbsd.inc 1867 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...]
sanitizer_platform_limits_openbsd.h 59 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_solaris.h 48 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_freebsd.h 64 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_openbsd.cc 91 unsigned struct_timespec_sz = sizeof(struct timespec); variable in namespace:__sanitizer
sanitizer_platform_limits_solaris.cc 93 unsigned struct_timespec_sz = sizeof(struct timespec); variable in namespace:__sanitizer
sanitizer_platform_limits_freebsd.cc 122 unsigned struct_timespec_sz = sizeof(struct timespec); variable in namespace:__sanitizer
sanitizer_platform_limits_posix.h 129 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_posix.cc 221 unsigned struct_timespec_sz = sizeof(struct timespec); variable in namespace:__sanitizer
sanitizer_platform_limits_netbsd.h 59 extern unsigned struct_timespec_sz;
sanitizer_common_interceptors.inc 2157 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tp, struct_timespec_sz);
2169 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tp, struct_timespec_sz);
2185 COMMON_INTERCEPTOR_READ_RANGE(ctx, tp, struct_timespec_sz);
2975 if (timeout) COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout, struct_timespec_sz);
3888 COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout_ts, struct_timespec_sz);
3965 if (timeout) COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout, struct_timespec_sz);
6168 COMMON_INTERCEPTOR_READ_RANGE(ctx, abstime, struct_timespec_sz);
sanitizer_platform_limits_netbsd.cc 398 unsigned struct_timespec_sz = sizeof(struct timespec); variable in namespace:__sanitizer

Completed in 51 milliseconds