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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_ioctl.inc 435 _(MTIOCGETCONFIG, WRITE, struct_mtconfiginfo_sz);
436 _(MTIOCSETCONFIG, READ, struct_mtconfiginfo_sz);
sanitizer_platform_limits_posix.h 993 extern unsigned struct_mtconfiginfo_sz;
sanitizer_platform_limits_posix.cc 454 unsigned struct_mtconfiginfo_sz = sizeof(struct mtconfiginfo); member in namespace:__sanitizer
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_ioctl.inc 429 _(MTIOCGETCONFIG, WRITE, struct_mtconfiginfo_sz);
430 _(MTIOCSETCONFIG, READ, struct_mtconfiginfo_sz);
sanitizer_platform_limits_posix.h 1006 extern unsigned struct_mtconfiginfo_sz;
sanitizer_platform_limits_posix.cpp 479 unsigned struct_mtconfiginfo_sz = sizeof(struct mtconfiginfo); member in namespace:__sanitizer

Completed in 28 milliseconds