Home
last modified time | relevance | path

Searched refs:gfx_fb_setcolors (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/common/
H A Dgfx_fb.h280 void gfx_fb_setcolors(teken_attr_t *, ev_sethook_t, ev_unsethook_t);
H A Dgfx_fb.c276 gfx_fb_setcolors(teken_attr_t *attr, ev_sethook_t sethook, in gfx_fb_setcolors() function
/freebsd/stand/i386/libi386/
H A Dvidconsole.c959 gfx_fb_setcolors(&attr, vidc_set_colors, env_nounset); in cons_update_mode()
/freebsd/stand/efi/libefi/
H A Defi_console.c1044 gfx_fb_setcolors(&attr, efi_set_colors, env_nounset); in cons_update_mode()