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

/freebsd-10.2-release/sys/dev/vt/hw/fb/
H A Dvt_fb.h44 vd_setpixel_t vt_fb_setpixel; variable
H A Dvt_fb.c51 .vd_setpixel = vt_fb_setpixel,
149 vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color) function
192 vt_fb_setpixel(vd, x, y, color);
194 vt_fb_setpixel(vd, x1, y, color);
195 vt_fb_setpixel(vd, x2, y, color);
H A Dvt_early_fb.c65 .vd_setpixel = vt_fb_setpixel,
/freebsd-10.2-release/sys/dev/vt/hw/efifb/
H A Defifb.c66 .vd_setpixel = vt_fb_setpixel,
/freebsd-10.2-release/sys/powerpc/ps3/
H A Dps3_syscons.c82 .vd_setpixel = vt_fb_setpixel,

Completed in 166 milliseconds