Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/hpc/
Dhpcfb.c100 struct hpcfb_vchar { struct
108 struct hpcfb_vchar col[HPCFB_MAX_COLUMN]; argument
987 struct hpcfb_vchar *vc = &vscn[row].col[col]; in hpcfb_tv_putchar()
988 struct hpcfb_vchar *vcb; in hpcfb_tv_putchar()
1006 sizeof(struct hpcfb_vchar)*(col-vscn[row].maxcol-1)); in hpcfb_tv_putchar()
1070 struct hpcfb_vchar *svc = &vscn[row].col[srccol]; in hpcfb_tv_copycols()
1071 struct hpcfb_vchar *dvc = &vscn[row].col[dstcol]; in hpcfb_tv_copycols()
1084 memcpy(dvc, svc, ncols*sizeof(struct hpcfb_vchar)); in hpcfb_tv_copycols()
1246 memcpy(&dvc->col[0], &svc->col[0], sizeof(struct hpcfb_vchar)*(svc->maxcol+1)); in hpcfb_tv_copyrows()
1266 struct hpcfb_vchar *svc; in hpcfb_redraw()