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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.h 119 extern unsigned struct_statvfs_sz;
sanitizer_platform_limits_solaris.h 103 extern unsigned struct_statvfs_sz;
sanitizer_platform_limits_freebsd.h 132 extern unsigned struct_statvfs_sz;
sanitizer_platform_limits_openbsd.cc 95 unsigned struct_statvfs_sz = sizeof(struct statvfs); variable in namespace:__sanitizer
sanitizer_platform_limits_solaris.cc 97 unsigned struct_statvfs_sz = sizeof(struct statvfs); variable in namespace:__sanitizer
sanitizer_platform_limits_freebsd.cc 128 unsigned struct_statvfs_sz = sizeof(struct statvfs); variable in namespace:__sanitizer
sanitizer_platform_limits_posix.h 306 extern unsigned struct_statvfs_sz;
sanitizer_platform_limits_posix.cc 248 unsigned struct_statvfs_sz = sizeof(struct statvfs); variable in namespace:__sanitizer
sanitizer_platform_limits_netbsd.h 155 extern unsigned struct_statvfs_sz;
sanitizer_common_interceptors.inc 4277 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
4289 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
7297 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, *mntbufp, cnt * struct_statvfs_sz);
7381 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, ret * struct_statvfs_sz);
7811 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
7820 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs_sz);
sanitizer_platform_limits_netbsd.cc 411 unsigned struct_statvfs_sz = sizeof(struct statvfs); variable in namespace:__sanitizer

Completed in 53 milliseconds