Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvt_kern.h62 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);
107 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() argument
/openbmc/linux/drivers/tty/vt/
H A Dconsolemap.c763 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() argument
769 if (*dst_vc->uni_pagedict_loc == *src_vc->uni_pagedict_loc) in con_copy_unimap()
771 con_free_unimap(dst_vc); in con_copy_unimap()
774 *dst_vc->uni_pagedict_loc = src; in con_copy_unimap()