Searched refs:KDSKBMODE (Results 1 – 6 of 6) sorted by relevance
262 SYSCALL(ret = ioctl(xf86Info.consoleFd, KDSKBMODE, K_OFF)); in xf86OpenConsole()266 SYSCALL(ret = ioctl(xf86Info.consoleFd, KDSKBMODE, K_RAW)); in xf86OpenConsole()321 SYSCALL(ioctl(xf86Info.consoleFd, KDSKBMODE, tty_mode)); in xf86CloseConsole()
87 #define KDSKBMODE 0x4B45 /* sets current keyboard mode */ macro
396 case KDSKBMODE: in vt_k_ioctl()1098 case KDSKBMODE: in vt_compat_ioctl()
66847 linux: Prefer ioctl(KDSKBMUTE, 1) over ioctl(KDSKBMODE, K_OFF)