Searched refs:KDGKBMODE (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/ui/ozone/platform/dri/ |
H A D | virtual_terminal_manager.cc | 52 if (ioctl(fd_, KDGKBMODE, &previous_keyboard_mode_))
|
/external/kernel-headers/original/uapi/linux/ |
H A D | kd.h | 85 #define KDGKBMODE 0x4B44 /* gets current keyboard mode */ macro
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
H A D | SDL_fbevents.c | 183 if ( ioctl(keyboard_fd, KDGKBMODE, &saved_kbd_mode) < 0 ) { 305 if ( ioctl(keyboard_fd, KDGKBMODE, &dummy) < 0 ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
H A D | SDL_gsevents.c | 176 if ( ioctl(keyboard_fd, KDGKBMODE, &saved_kbd_mode) < 0 ) { 288 if ( ioctl(keyboard_fd, KDGKBMODE, &dummy) < 0 ) {
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_ioctl.inc | 401 _(KDGKBMODE, WRITE, sizeof(int));
|
H A D | sanitizer_platform_limits_posix.cc | 833 unsigned IOCTL_KDGKBMODE = KDGKBMODE;
|
Completed in 147 milliseconds