Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h646 extern unsigned struct_fbcmap_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc420 _(FBIOPUTCMAP, READ, struct_fbcmap_sz);
421 _(FBIOGETCMAP, READ, struct_fbcmap_sz);
H A Dsanitizer_platform_limits_netbsd.cc483 unsigned struct_fbcmap_sz = sizeof(fbcmap); variable