Home
last modified time | relevance | path

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

/freebsd-13.1/sys/teken/stress/
H A Dteken_stress.c55 .tf_param = stress_param,
/freebsd-13.1/sys/teken/
H A Dteken.h122 tf_param_t *tf_param; member
H A Dteken.c161 teken_assert(t->t_funcs->tf_param != NULL); in teken_funcs_param()
162 t->t_funcs->tf_param(t->t_softc, cmd, value); in teken_funcs_param()
/freebsd-13.1/stand/i386/libi386/
H A Dvidconsole.c73 .tf_param = vidc_text_param,
83 .tf_param = gfx_fb_param,
988 gfx_state.tg_functions->tf_param(&gfx_state, TP_SHOWCURSOR, 1); in cons_update_mode()
/freebsd-13.1/stand/efi/libefi/
H A Defi_console.c85 .tf_param = efi_text_param,
95 .tf_param = gfx_fb_param,
1087 gfx_state.tg_functions->tf_param(&gfx_state, in cons_update_mode()
/freebsd-13.1/sys/teken/demo/
H A Dteken_demo.c66 .tf_param = test_param,
/freebsd-13.1/sys/kern/
H A Dsubr_terminal.c121 .tf_param = termteken_param,
/freebsd-13.1/sys/dev/syscons/
H A Dscterm-teken.c114 .tf_param = scteken_param,
/freebsd-13.1/stand/common/
H A Dgfx_fb.c2173 gfx_state.tg_functions->tf_param(&gfx_state, TP_SHOWCURSOR, 0); in cons_clear()