Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h946 extern unsigned struct_wsdisplay_param_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc570 _(WSDISPLAYIO_GETPARAM, READWRITE, struct_wsdisplay_param_sz);
571 _(WSDISPLAYIO_SETPARAM, READWRITE, struct_wsdisplay_param_sz);
H A Dsanitizer_platform_limits_netbsd.cpp1080 unsigned struct_wsdisplay_param_sz = sizeof(wsdisplay_param); variable