Searched refs:struct_statvfs_sz (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h118 extern unsigned struct_statvfs_sz;
H A Dsanitizer_platform_limits_solaris.h102 extern unsigned struct_statvfs_sz;
H A Dsanitizer_platform_limits_freebsd.h137 extern unsigned struct_statvfs_sz;
H A Dsanitizer_platform_limits_openbsd.cpp94 unsigned struct_statvfs_sz = sizeof(struct statvfs); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_solaris.cpp96 unsigned struct_statvfs_sz = sizeof(struct statvfs); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_freebsd.cpp128 unsigned struct_statvfs_sz = sizeof(struct statvfs); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h299 extern unsigned struct_statvfs_sz;
H A Dsanitizer_platform_limits_netbsd.h154 extern unsigned struct_statvfs_sz;
H A Dsanitizer_platform_limits_posix.cpp251 unsigned struct_statvfs_sz = sizeof(struct statvfs); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc4349 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
4361 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
7426 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, *mntbufp, cnt * struct_statvfs_sz);
7510 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, ret * struct_statvfs_sz);
7941 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
7950 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
H A Dsanitizer_platform_limits_netbsd.cpp288 unsigned struct_statvfs_sz = sizeof(struct statvfs); member in namespace:__sanitizer

Completed in 147 milliseconds