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

/linux-master/drivers/tty/vt/
H A Dvt.c331 u32 **uni_lines; local
333 unsigned int memsize, i, col_size = cols * sizeof(**uni_lines);
337 memsize += rows * sizeof(*uni_lines);
338 uni_lines = vzalloc(memsize);
339 if (!uni_lines)
343 p = uni_lines + rows;
345 uni_lines[i] = p;
349 return uni_lines;
352 static void vc_uniscr_free(u32 **uni_lines) argument
354 vfree(uni_lines);
432 u32 **uni_lines = vc->vc_uni_lines; local
486 u32 **uni_lines; local
531 u32 **uni_lines = vc->vc_uni_lines; local
4872 u32 **uni_lines = vc->vc_uni_lines; local
[all...]

Completed in 124 milliseconds