Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dvc_screen.c232 int attr, uni_mode, row, col, maxcol, viewed; in vcs_read() local
300 maxcol = vc->vc_cols; in vcs_read()
309 col = p % maxcol; in vcs_read()
310 nr = maxcol - col; in vcs_read()
320 nr = maxcol; in vcs_read()
324 col = p % maxcol; in vcs_read()
325 p += maxcol - col; in vcs_read()
328 if (++col == maxcol) { in vcs_read()
331 p += maxcol; in vcs_read()
374 col = p % maxcol; in vcs_read()
[all …]
/Linux-v4.19/drivers/iommu/
Domap-iommu-debug.c37 const int maxcol = 32; \
38 bytes = snprintf(p, maxcol, str, __stringify(name), \
42 if (len < maxcol) \