Searched refs:vt_fb_setpixel (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.h49 vd_setpixel_t vt_fb_setpixel; variable
H A Dvt_fb.c57 .vd_setpixel = vt_fb_setpixel,
162 vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color) function
207 vt_fb_setpixel(vd, x, y, color);
209 vt_fb_setpixel(vd, x1, y, color);
210 vt_fb_setpixel(vd, x2, y, color);
H A Dvt_early_fb.c66 .vd_setpixel = vt_fb_setpixel,
/freebsd-13-stable/sys/dev/vt/hw/efifb/
H A Defifb.c64 .vd_setpixel = vt_fb_setpixel,
/freebsd-13-stable/sys/dev/vt/hw/vbefb/
H A Dvbefb.c64 .vd_setpixel = vt_fb_setpixel,
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3_syscons.c82 .vd_setpixel = vt_fb_setpixel,

Completed in 116 milliseconds