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

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc441 _(TIOCGSERIAL, WRITE, struct_serial_struct_sz);
444 _(TIOCSSERIAL, READ, struct_serial_struct_sz);
H A Dsanitizer_platform_limits_posix.h915 extern unsigned struct_serial_struct_sz;
H A Dsanitizer_platform_limits_posix.cc465 unsigned struct_serial_struct_sz = sizeof(struct serial_struct); member in namespace:__sanitizer

Completed in 167 milliseconds