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

/freebsd-current/sys/dev/vt/
H A Dvt.h134 term_color_t vd_mcursor_fg; /* (?) Cursor fg color. */ member in struct:vt_device
H A Dvt_core.c225 .vd_mcursor_fg = TC_WHITE,
1444 vd->vd_mcursor_fg, vd->vd_mcursor_bg);
/freebsd-current/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c293 vd->vd_mcursor_fg, vd->vd_mcursor_bg);
/freebsd-current/sys/dev/vt/hw/fb/
H A Dvt_fb.c400 vd->vd_mcursor_fg, vd->vd_mcursor_bg);
/freebsd-current/sys/dev/vt/hw/vga/
H A Dvt_vga.c758 vd->vd_mcursor_fg, vd->vd_mcursor_bg, 1);
760 if ((used_colors_list[vd->vd_mcursor_fg] & 0x1) != 0x1)

Completed in 131 milliseconds