Home
last modified time | relevance | path

Searched refs:struct_mtget_sz (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h527 extern unsigned struct_mtget_sz;
H A Dsanitizer_platform_limits_freebsd.cpp193 unsigned struct_mtget_sz = sizeof(struct mtget); variable
H A Dsanitizer_platform_limits_posix.h1104 extern unsigned struct_mtget_sz;
H A Dsanitizer_platform_limits_posix.cpp513 unsigned struct_mtget_sz = sizeof(struct mtget); variable
H A Dsanitizer_common_interceptors_ioctl.inc218 _(MTIOCGET, WRITE, struct_mtget_sz);
H A Dsanitizer_platform_limits_netbsd.h754 extern unsigned struct_mtget_sz;
H A Dsanitizer_platform_limits_netbsd.cpp886 unsigned struct_mtget_sz = sizeof(mtget); variable
H A Dsanitizer_interceptors_ioctl_netbsd.inc1107 _(MTIOCGET, WRITE, struct_mtget_sz);