Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvt_kern.h66 int con_get_trans_old(unsigned char __user * table);
83 static inline int con_get_trans_old(unsigned char __user *table) in con_get_trans_old() function
/Linux-v4.19/drivers/tty/vt/
Dconsolemap.c341 int con_get_trans_old(unsigned char __user * arg) in con_get_trans_old() function
Dvt_ioctl.c981 ret = con_get_trans_old(up); in vt_ioctl()