Home
last modified time | relevance | path

Searched refs:tmplut (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/vt/
H A Dselection.c125 u32 tmplut[ARRAY_SIZE(inwordLut)]; in sel_loadlut() local
127 if (copy_from_user(tmplut, lut, sizeof(inwordLut))) in sel_loadlut()
131 memcpy(inwordLut, tmplut, sizeof(inwordLut)); in sel_loadlut()