HomeSort by: relevance | last modified time | path
    Searched refs:spacecol (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hpc/
hpcfb.c 107 int spacecol; member in struct:hpcfb_tvrow
1160 if (vscn[row].spacecol < startcol+ncols-1)
1161 vscn[row].spacecol = startcol+ncols-1;
1247 if (svc->maxcol < dvc->maxcol && dvc->spacecol < dvc->maxcol)
1248 dvc->spacecol = dvc->maxcol;
1311 cols = vscn[row+i].spacecol;
1319 vscn[row+i].spacecol = 0;
1484 if (vscn[row+i].spacecol < cols)
1485 vscn[row+i].spacecol = cols;
hpcfb.c 107 int spacecol; member in struct:hpcfb_tvrow
1160 if (vscn[row].spacecol < startcol+ncols-1)
1161 vscn[row].spacecol = startcol+ncols-1;
1247 if (svc->maxcol < dvc->maxcol && dvc->spacecol < dvc->maxcol)
1248 dvc->spacecol = dvc->maxcol;
1311 cols = vscn[row+i].spacecol;
1319 vscn[row+i].spacecol = 0;
1484 if (vscn[row+i].spacecol < cols)
1485 vscn[row+i].spacecol = cols;
hpcfb.c 107 int spacecol; member in struct:hpcfb_tvrow
1160 if (vscn[row].spacecol < startcol+ncols-1)
1161 vscn[row].spacecol = startcol+ncols-1;
1247 if (svc->maxcol < dvc->maxcol && dvc->spacecol < dvc->maxcol)
1248 dvc->spacecol = dvc->maxcol;
1311 cols = vscn[row+i].spacecol;
1319 vscn[row+i].spacecol = 0;
1484 if (vscn[row+i].spacecol < cols)
1485 vscn[row+i].spacecol = cols;

Completed in 155 milliseconds