Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h656 extern unsigned struct_fbcmap_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc416 _(FBIOPUTCMAP, READ, struct_fbcmap_sz);
417 _(FBIOGETCMAP, READ, struct_fbcmap_sz);
H A Dsanitizer_platform_limits_netbsd.cc789 unsigned struct_fbcmap_sz = sizeof(fbcmap); variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h657 extern unsigned struct_fbcmap_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc416 _(FBIOPUTCMAP, READ, struct_fbcmap_sz);
417 _(FBIOGETCMAP, READ, struct_fbcmap_sz);
H A Dsanitizer_platform_limits_netbsd.cpp790 unsigned struct_fbcmap_sz = sizeof(fbcmap); variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h629 extern unsigned struct_fbcmap_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc417 _(FBIOPUTCMAP, READ, struct_fbcmap_sz);
418 _(FBIOGETCMAP, READ, struct_fbcmap_sz);
H A Dsanitizer_platform_limits_netbsd.cc628 unsigned struct_fbcmap_sz = sizeof(fbcmap); variable