Searched refs:USER_MAP (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/tty/vt/ |
H A D | consolemap.c | 148 [USER_MAP] = { 337 set_inverse_transl(vc_cons[i].d, p, USER_MAP); in update_user_maps() 365 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_old() 374 unsigned short *p = translations[USER_MAP]; in con_get_trans_old() 396 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_new() 407 memcpy(outbuf, translations[USER_MAP], sizeof(outbuf)); in con_get_trans_new() 849 unsigned short uni = translations[USER_MAP][c]; in conv_8bit_to_uni() 856 for (c = 0; c < ARRAY_SIZE(translations[USER_MAP]); c++) in conv_uni_to_8bit() 857 if (translations[USER_MAP][c] == uni || in conv_uni_to_8bit() 858 (translations[USER_MAP][c] == (c | 0xf000) && uni == c)) in conv_uni_to_8bit()
|
H A D | vt.c | 2099 *charset = USER_MAP; in vc_setGx()
|
/openbmc/linux/include/linux/ |
H A D | consolemap.h | 14 USER_MAP, enumerator 17 LAST_MAP = USER_MAP,
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | unicode.rst | 34 USER_MAP User defined ESC ( K
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | unicode.rst | 37 USER_MAP User defined ESC ( K
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | unicode.rst | 28 USER_MAP User defined ESC ( K
|