Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/vt/
Dvc_screen.c250 int attr, uni_mode, row, col, maxcol, viewed; in vcs_read() local
318 maxcol = vc->vc_cols; in vcs_read()
327 col = p % maxcol; in vcs_read()
328 nr = maxcol - col; in vcs_read()
338 nr = maxcol; in vcs_read()
342 col = p % maxcol; in vcs_read()
343 p += maxcol - col; in vcs_read()
346 if (++col == maxcol) { in vcs_read()
349 p += maxcol; in vcs_read()
393 col = p % maxcol; in vcs_read()
[all …]
/Linux-v5.4/drivers/iommu/
Domap-iommu-debug.c34 const int maxcol = 32; \
35 bytes = snprintf(p, maxcol, str, __stringify(name), \
39 if (len < maxcol) \