Searched refs:struct_input_keymap_entry_sz (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc384 _(EVIOCGKEYCODE_V2, WRITE, struct_input_keymap_entry_sz);
386 _(EVIOCSKEYCODE_V2, READ, struct_input_keymap_entry_sz);
H A Dsanitizer_platform_limits_posix.cpp448 unsigned struct_input_keymap_entry_sz = sizeof(struct input_keymap_entry); member in namespace:__sanitizer
450 unsigned struct_input_keymap_entry_sz = 0; member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h981 extern unsigned struct_input_keymap_entry_sz;

Completed in 165 milliseconds