Home
last modified time | relevance | path

Searched refs:struct_mtconfiginfo_sz (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc437 _(MTIOCGETCONFIG, WRITE, struct_mtconfiginfo_sz);
438 _(MTIOCSETCONFIG, READ, struct_mtconfiginfo_sz);
H A Dsanitizer_platform_limits_posix.h1045 extern unsigned struct_mtconfiginfo_sz;
H A Dsanitizer_platform_limits_posix.cpp521 unsigned struct_mtconfiginfo_sz = sizeof(struct mtconfiginfo); variable