Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/vt/
H A Dvt.c446 unsigned int dst_cols, in vc_uniscr_copy_area() argument
463 if (dst_cols - src_cols) in vc_uniscr_copy_area()
464 memset32(dst_line + src_cols, ' ', dst_cols - src_cols); in vc_uniscr_copy_area()
471 memset32(dst_line, ' ', dst_cols); in vc_uniscr_copy_area()