Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h729 extern unsigned struct_kiockeymap_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc434 _(KIOCSKEY, READ, struct_kiockeymap_sz);
435 _(KIOCGKEY, READWRITE, struct_kiockeymap_sz);
H A Dsanitizer_platform_limits_netbsd.cpp862 unsigned struct_kiockeymap_sz = sizeof(kiockeymap); variable