Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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
/Linux-v6.6/drivers/tty/vt/
Dconsolemap.c763 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() argument
767 if (!*src_vc->uni_pagedict_loc) in con_copy_unimap()
769 if (*dst_vc->uni_pagedict_loc == *src_vc->uni_pagedict_loc) in con_copy_unimap()
772 src = *src_vc->uni_pagedict_loc; in con_copy_unimap()