Home | History | Annotate | Download | only in qbus

Lines Matching defs:color_buf

144 #define COLOR_BUFSIZ  ((sizeof(struct color_buf) + 512) & ~0x01FF)
213 struct color_buf *color_buf[NQD]; /* pointers to color bufs */
996 ptep = (int *) ((VTOP(color_buf[unit]) * 4)
1000 color_buf[unit]->status = 0;
1315 ptep = (int *) ((VTOP(color_buf[unit]) * 4)
1329 *(int *)datap = (int) color_buf[unit];
1338 ptep = (int *) ((VTOP(color_buf[unit]) * 4)
2209 struct color_buf *cbuf;
2227 cbuf = color_buf[unit];
3344 color_buf[unit] = (struct color_buf *)
3347 color_buf[unit]->status = 0;
3348 color_buf[unit]->count = 0;