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

/freebsd-current/sys/dev/vt/
H A Dvt.h135 term_color_t vd_mcursor_bg; /* (?) Cursor bg color. */ member in struct:vt_device
H A Dvt_core.c226 .vd_mcursor_bg = TC_BLACK,
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);
762 if ((used_colors_list[vd->vd_mcursor_bg] & 0x2) != 0x2)

Completed in 166 milliseconds