Searched refs:e_tabsz (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc393 _(GIO_SCRNMAP, WRITE, e_tabsz);
395 _(GIO_UNISCRNMAP, WRITE, sizeof(short) * e_tabsz);
438 _(PIO_SCRNMAP, READ, e_tabsz);
441 _(PIO_UNISCRNMAP, READ, sizeof(short) * e_tabsz);
H A Dsanitizer_platform_limits_posix.h691 extern int e_tabsz;
H A Dsanitizer_platform_limits_posix.cpp260 int e_tabsz = (int)E_TABSZ; member in namespace:__sanitizer

Completed in 116 milliseconds