Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc431 _(MTIOCGETCONFIG, WRITE, struct_mtconfiginfo_sz);
432 _(MTIOCSETCONFIG, READ, struct_mtconfiginfo_sz);
Dsanitizer_platform_limits_posix.h931 extern unsigned struct_mtconfiginfo_sz;
Dsanitizer_platform_limits_posix.cc464 unsigned struct_mtconfiginfo_sz = sizeof(struct mtconfiginfo); variable