Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dtem.h69 void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
H A Dtem_impl.h291 void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1309 tem_get_colors((tem_vt_state_t)tems.ts_active, &fg, &bg); in gfx_fb_setpixel()
1330 tem_get_colors((tem_vt_state_t)tems.ts_active, &fg, &bg); in gfx_fb_drawrect()
H A Dtem.c2927 tem_get_colors(tem_vt_state_t tem_arg, text_color_t *fg, text_color_t *bg) in tem_get_colors() function