Symbol: term_color_t
sys/dev/virtio/gpu/virtio_gpu.c
129
vtgpu_fb_blank(struct vt_device *vd, term_color_t color)
sys/dev/virtio/gpu/virtio_gpu.c
171
unsigned int x, unsigned int y, term_color_t fg, term_color_t bg)
sys/dev/virtio/gpu/virtio_gpu.c
197
int fill, term_color_t color)
sys/dev/virtio/gpu/virtio_gpu.c
215
vtgpu_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color)
sys/dev/vt/hw/fb/vt_fb.c
184
vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color)
sys/dev/vt/hw/fb/vt_fb.c
220
term_color_t color)
sys/dev/vt/hw/fb/vt_fb.c
236
vt_fb_blank(struct vt_device *vd, term_color_t color)
sys/dev/vt/hw/fb/vt_fb.c
282
unsigned int x, unsigned int y, term_color_t fg, term_color_t bg)
sys/dev/vt/hw/fb/vt_fb.c
396
term_color_t fg, bg;
sys/dev/vt/hw/fb/vt_fb.c
522
term_color_t c;
sys/dev/vt/hw/ofwfb/ofwfb.c
136
unsigned int x, unsigned int y, term_color_t fg, term_color_t bg)
sys/dev/vt/hw/ofwfb/ofwfb.c
264
term_color_t fg, bg;
sys/dev/vt/hw/vga/vt_vga.c
149
vga_setfg(struct vt_device *vd, term_color_t color)
sys/dev/vt/hw/vga/vt_vga.c
164
vga_setbg(struct vt_device *vd, term_color_t color)
sys/dev/vt/hw/vga/vt_vga.c
326
vga_blank(struct vt_device *vd, term_color_t color)
sys/dev/vt/hw/vga/vt_vga.c
337
vga_bitblt_put(struct vt_device *vd, u_long dst, term_color_t color,
sys/dev/vt/hw/vga/vt_vga.c
363
vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color)
sys/dev/vt/hw/vga/vt_vga.c
375
term_color_t color)
sys/dev/vt/hw/vga/vt_vga.c
438
term_color_t fg, term_color_t bg, int overwrite)
sys/dev/vt/hw/vga/vt_vga.c
504
term_color_t fg, term_color_t bg,
sys/dev/vt/hw/vga/vt_vga.c
59
term_color_t vga_curfg, vga_curbg;
sys/dev/vt/hw/vga/vt_vga.c
620
term_color_t fg, bg;
sys/dev/vt/hw/vga/vt_vga.c
871
term_color_t fg, bg;
sys/dev/vt/hw/vga/vt_vga.c
964
unsigned int x, unsigned int y, term_color_t fg, term_color_t bg)
sys/dev/vt/vt.h
133
term_color_t vd_mcursor_fg; /* (?) Cursor fg color. */
sys/dev/vt/vt.h
134
term_color_t vd_mcursor_bg; /* (?) Cursor bg color. */
sys/dev/vt/vt.h
165
term_color_t *vd_drawnfg; /* (?) Most recent fg color drawn. */
sys/dev/vt/vt.h
166
term_color_t *vd_drawnbg; /* (?) Most recent bg color drawn. */
sys/dev/vt/vt.h
338
typedef void vd_blank_t(struct vt_device *vd, term_color_t color);
sys/dev/vt/vt.h
346
unsigned int x, unsigned int y, term_color_t fg, term_color_t bg);
sys/dev/vt/vt.h
355
term_color_t);
sys/dev/vt/vt.h
356
typedef void vd_setpixel_t(struct vt_device *, int, int, term_color_t);
sys/dev/vt/vt.h
452
term_color_t *fg, term_color_t *bg);
sys/dev/vt/vt_core.c
1244
term_color_t *fg, term_color_t *bg)
sys/dev/vt/vt_core.c
1246
term_color_t tmp;
sys/dev/vt/vt_core.c
1337
term_color_t c)
sys/dev/vt/vt_core.c
1371
term_color_t fg, bg;
sys/dev/vt/vt_core.c
1412
term_color_t fg, bg;
sys/dev/vt/vt_core.c
209
static term_color_t vt_consdrawnfg[PIXEL_HEIGHT(VT_FB_MAX_HEIGHT) * PIXEL_WIDTH(VT_FB_MAX_WIDTH)];
sys/dev/vt/vt_core.c
210
static term_color_t vt_consdrawnbg[PIXEL_HEIGHT(VT_FB_MAX_HEIGHT) * PIXEL_WIDTH(VT_FB_MAX_WIDTH)];