Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dvt_ioctl.c259 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp.entries); in do_unimap_ioctl()
1154 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp_entries); in compat_unimap_ioctl()
Dconsolemap.c672 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list) in con_get_unimap() function