Searched refs:con_get_unimap (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | vt_kern.h | 71 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list);105 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct,  in con_get_unimap()  function
 
 | 
| /Linux-v5.4/drivers/tty/vt/ | 
| D | vt_ioctl.c | 280 		return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp.entries);  in do_unimap_ioctl()1168 		return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp_entries);  in compat_unimap_ioctl()
 
 | 
| D | consolemap.c | 738 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list)  in con_get_unimap()  function
 |