Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvt_kern.h59 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list);
91 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap() function
/openbmc/linux/drivers/tty/vt/
H A Dvt_ioctl.c504 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), in do_unimap_ioctl()
1054 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp_entries); in compat_unimap_ioctl()
H A Dconsolemap.c785 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap() function