Searched refs:KDGKBMODE (Results 1 – 3 of 3) sorted by relevance
84 #define KDGKBMODE 0x4B44 /* gets current keyboard mode */ macro
176 if ( ioctl(keyboard_fd, KDGKBMODE, &saved_kbd_mode) < 0 ) { in GS_EnterGraphicsMode()288 if ( ioctl(keyboard_fd, KDGKBMODE, &dummy) < 0 ) { in GS_OpenKeyboard()
183 if ( ioctl(keyboard_fd, KDGKBMODE, &saved_kbd_mode) < 0 ) { in FB_EnterGraphicsMode()305 if ( ioctl(keyboard_fd, KDGKBMODE, &dummy) < 0 ) { in FB_OpenKeyboard()