Home
last modified time | relevance | path

Searched refs:tf_putchar (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/teken/stress/
H A Dteken_stress.c50 .tf_putchar = stress_putchar,
/freebsd/sys/teken/
H A Dteken.h115 tf_putchar_t *tf_putchar; member
H A Dteken.c106 teken_assert(t->t_funcs->tf_putchar != NULL); in teken_funcs_putchar()
107 t->t_funcs->tf_putchar(t->t_softc, p, c, a); in teken_funcs_putchar()
/freebsd/sys/teken/demo/
H A Dteken_demo.c61 .tf_putchar = test_putchar,
/freebsd/stand/i386/libi386/
H A Dvidconsole.c66 .tf_putchar = vidc_text_putchar,
76 .tf_putchar = gfx_fb_putchar,
/freebsd/stand/efi/libefi/
H A Defi_console.c80 .tf_putchar = efi_text_putchar,
90 .tf_putchar = gfx_fb_putchar,
/freebsd/sys/kern/
H A Dsubr_terminal.c113 .tf_putchar = termteken_putchar,
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c109 .tf_putchar = scteken_putchar,