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

/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.h70 unsigned int v_columns; /* characters */ member in struct:vc_info
H A Dvideo_console.c309 end = vinfo.v_columns-1;
317 end = vinfo.v_columns-1;
425 buffer_columns = vinfo.v_columns;
579 if (gc_x >= vinfo.v_columns) {
580 if (0 == vinfo.v_columns)
583 gc_x = vinfo.v_columns - 1;
649 for (xx = 0; xx < vinfo.v_columns; xx++)
782 if (gc_x >= vinfo.v_columns)
783 gc_x = vinfo.v_columns-1;
821 for (i = 0; i <= vinfo.v_columns;
[all...]

Completed in 21 milliseconds