Searched refs:tf_param (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/teken/stress/ |
H A D | teken_stress.c | 53 .tf_param = stress_param,
|
/freebsd/sys/teken/ |
H A D | teken.h | 120 tf_param_t *tf_param; member
|
H A D | teken.c | 159 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 D | vidconsole.c | 69 .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 D | efi_console.c | 83 .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 D | teken_demo.c | 64 .tf_param = test_param,
|
/freebsd/sys/kern/ |
H A D | subr_terminal.c | 118 .tf_param = termteken_param,
|
/freebsd/sys/dev/syscons/ |
H A D | scterm-teken.c | 112 .tf_param = scteken_param,
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 2176 gfx_state.tg_functions->tf_param(&gfx_state, TP_SHOWCURSOR, 0); in cons_clear()
|