Home
last modified time | relevance | path

Searched refs:tf_param (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/teken/stress/
H A Dteken_stress.c53 .tf_param = stress_param,
/freebsd/sys/teken/
H A Dteken.h120 tf_param_t *tf_param; member
H A Dteken.c159 teken_assert(t->t_funcs->tf_param != NULL); in teken_funcs_param()
160 t->t_funcs->tf_param(t->t_softc, cmd, value); in teken_funcs_param()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c69 .tf_param = vidc_text_param,
79 .tf_param = gfx_fb_param,
994 gfx_state.tg_functions->tf_param(&gfx_state, TP_SHOWCURSOR, 1); in cons_update_mode()
/freebsd/stand/efi/libefi/
H A Defi_console.c83 .tf_param = efi_text_param,
93 .tf_param = gfx_fb_param,
1093 gfx_state.tg_functions->tf_param(&gfx_state, in cons_update_mode()
/freebsd/sys/teken/demo/
H A Dteken_demo.c64 .tf_param = test_param,
/freebsd/sys/kern/
H A Dsubr_terminal.c118 .tf_param = termteken_param,
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c112 .tf_param = scteken_param,
/freebsd/stand/common/
H A Dgfx_fb.c2176 gfx_state.tg_functions->tf_param(&gfx_state, TP_SHOWCURSOR, 0); in cons_clear()