Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dvidconsole.c908 gfx_state.tg_functions = &tfx; in cons_update_mode()
923 gfx_state.tg_functions = &tf; in cons_update_mode()
937 teken_init(&gfx_state.tg_teken, gfx_state.tg_functions, &gfx_state); in cons_update_mode()
994 gfx_state.tg_functions->tf_param(&gfx_state, TP_SHOWCURSOR, 1); in cons_update_mode()
/freebsd/stand/efi/libefi/
H A Defi_console.c968 gfx_state.tg_functions = &tf; in cons_update_mode()
1016 gfx_state.tg_functions = &tfx; in cons_update_mode()
1033 teken_init(&gfx_state.tg_teken, gfx_state.tg_functions, in cons_update_mode()
1093 gfx_state.tg_functions->tf_param(&gfx_state, in cons_update_mode()
/freebsd/stand/common/
H A Dgfx_fb.h219 teken_funcs_t *tg_functions; member
H A Dgfx_fb.c2176 gfx_state.tg_functions->tf_param(&gfx_state, TP_SHOWCURSOR, 0); in cons_clear()