Go to the documentation of this file. 1 #ifndef _UAPI_LINUX_VT_H
2 #define _UAPI_LINUX_VT_H
9 #define MIN_NR_CONSOLES 1
10 #define MAX_NR_CONSOLES 63
11 #define MAX_NR_USER_CONSOLES 63
17 #define VT_OPENQRY 0x5600
26 #define VT_GETMODE 0x5601
27 #define VT_SETMODE 0x5602
29 #define VT_PROCESS 0x01
30 #define VT_ACKACQ 0x02
37 #define VT_GETSTATE 0x5603
38 #define VT_SENDSIG 0x5604
40 #define VT_RELDISP 0x5605
42 #define VT_ACTIVATE 0x5606
43 #define VT_WAITACTIVE 0x5607
44 #define VT_DISALLOCATE 0x5608
51 #define VT_RESIZE 0x5609
61 #define VT_RESIZEX 0x560A
62 #define VT_LOCKSWITCH 0x560B
63 #define VT_UNLOCKSWITCH 0x560C
64 #define VT_GETHIFONTMASK 0x560D
68 #define VT_EVENT_SWITCH 0x0001
69 #define VT_EVENT_BLANK 0x0002
70 #define VT_EVENT_UNBLANK 0x0004
71 #define VT_EVENT_RESIZE 0x0008
72 #define VT_MAX_EVENT 0x000F
78 #define VT_WAITEVENT 0x560E
85 #define VT_SETACTIVATE 0x560F
88 #define vt_get_kmsg_redirect() vt_kmsg_redirect(-1)