Searched refs:K_OFF (Results 1 – 6 of 6) sorted by relevance
45 #ifndef K_OFF46 #define K_OFF 0x4 macro262 SYSCALL(ret = ioctl(xf86Info.consoleFd, KDSKBMODE, K_OFF)); in xf86OpenConsole()
85 #define K_OFF 0x04 macro
1828 case K_OFF: in vt_do_kdskbmode()2180 return K_OFF; in vt_do_kdgkbmode()
66847 linux: Prefer ioctl(KDSKBMUTE, 1) over ioctl(KDSKBMODE, K_OFF)66849 K_OFF is a slightly broken interface, since if some other process66851 K_OFF, and now Alt-F2 will switch terminals instead of summoning the79224 linux: Use K_OFF VT KB mode over K_RAW if available.79226 Linux kernels since 2.6.38 (March 2011) have an VT KB mode K_OFF in79233 If K_OFF is not defined or not understood by the kernel, K_RAW and the