Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h940 extern unsigned struct_wsdisplay_cursor_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc561 _(WSDISPLAYIO_GCURSOR, READWRITE, struct_wsdisplay_cursor_sz);
562 _(WSDISPLAYIO_SCURSOR, READ, struct_wsdisplay_cursor_sz);
H A Dsanitizer_platform_limits_netbsd.cpp1074 unsigned struct_wsdisplay_cursor_sz = sizeof(wsdisplay_cursor); variable