Home
last modified time | relevance | path

Searched refs:struct_statvfs_sz (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h103 extern unsigned struct_statvfs_sz;
H A Dsanitizer_platform_limits_solaris.cpp97 unsigned struct_statvfs_sz = sizeof(struct statvfs); variable
H A Dsanitizer_platform_limits_freebsd.h150 extern unsigned struct_statvfs_sz;
H A Dsanitizer_platform_limits_freebsd.cpp143 unsigned struct_statvfs_sz = sizeof(struct statvfs); variable
H A Dsanitizer_platform_limits_posix.h312 extern unsigned struct_statvfs_sz;
H A Dsanitizer_platform_limits_posix.cpp303 unsigned struct_statvfs_sz = sizeof(struct statvfs); variable
H A Dsanitizer_platform_limits_netbsd.h148 extern unsigned struct_statvfs_sz;
H A Dsanitizer_platform_limits_netbsd.cpp572 unsigned struct_statvfs_sz = sizeof(struct statvfs); variable
H A Dsanitizer_common_interceptors.inc4537 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
4549 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
7822 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, *mntbufp, cnt * struct_statvfs_sz);
7906 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, ret * struct_statvfs_sz);
8337 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
8346 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);