Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/vt/
H A Dvt.c329 u32 **uni_lines; in vc_uniscr_alloc() local
337 if (!uni_lines) in vc_uniscr_alloc()
341 p = uni_lines + rows; in vc_uniscr_alloc()
343 uni_lines[i] = p; in vc_uniscr_alloc()
347 return uni_lines; in vc_uniscr_alloc()
352 vfree(uni_lines); in vc_uniscr_free()
433 if (!uni_lines) in vc_uniscr_scroll()
484 u32 **uni_lines; in vc_uniscr_check() local
497 if (!uni_lines) in vc_uniscr_check()
509 u32 *line = uni_lines[y]; in vc_uniscr_check()
[all …]