Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/vt/
H A Dselection.c121 u32 tmplut[ARRAY_SIZE(inwordLut)]; in sel_loadlut() local
122 if (copy_from_user(tmplut, (u32 __user *)(p+4), sizeof(inwordLut))) in sel_loadlut()
124 memcpy(inwordLut, tmplut, sizeof(inwordLut)); in sel_loadlut()