VSF Documented
Data Structures | Macros
kd.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  kbentry
 

Macros

#define K_RAW   0
 
#define K_XLATE   1
 
#define K_MEDIUMRAW   2
 
#define K_UNICODE   3
 
#define K_OFF   4
 
#define KDSETMODE   (('K' << 8) | 0)
 
#define KD_TEXT   0
 
#define KD_GRAPHICS   1
 
#define KDGETMODE   (('K' << 8) | 1)
 
#define KDGKBMODE   (('K' << 8) | 2)
 
#define KDSKBMODE   (('K' << 8) | 3)
 
#define KDGETLED   (('K' << 8) | 4)
 
#define LED_CAP   0x04
 
#define LED_NUM   0x02
 
#define LED_SCR   0x01
 
#define KDGKBENT   (('K' << 8) | 5)
 
#define KDSKBENT   (('K' << 8) | 6)
 
#define KDGKBTYPE   (('K' << 8) | 7)
 
#define KB_84   1
 
#define KB_101   2
 
#define KB_OTHER   3
 

Macro Definition Documentation

◆ K_RAW

#define K_RAW   0

◆ K_XLATE

#define K_XLATE   1

◆ K_MEDIUMRAW

#define K_MEDIUMRAW   2

◆ K_UNICODE

#define K_UNICODE   3

◆ K_OFF

#define K_OFF   4

◆ KDSETMODE

#define KDSETMODE   (('K' << 8) | 0)

◆ KD_TEXT

#define KD_TEXT   0

◆ KD_GRAPHICS

#define KD_GRAPHICS   1

◆ KDGETMODE

#define KDGETMODE   (('K' << 8) | 1)

◆ KDGKBMODE

#define KDGKBMODE   (('K' << 8) | 2)

◆ KDSKBMODE

#define KDSKBMODE   (('K' << 8) | 3)

◆ KDGETLED

#define KDGETLED   (('K' << 8) | 4)

◆ LED_CAP

#define LED_CAP   0x04

◆ LED_NUM

#define LED_NUM   0x02

◆ LED_SCR

#define LED_SCR   0x01

◆ KDGKBENT

#define KDGKBENT   (('K' << 8) | 5)

◆ KDSKBENT

#define KDSKBENT   (('K' << 8) | 6)

◆ KDGKBTYPE

#define KDGKBTYPE   (('K' << 8) | 7)

◆ KB_84

#define KB_84   1

◆ KB_101

#define KB_101   2

◆ KB_OTHER

#define KB_OTHER   3