Searched refs:tf_fill (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/teken/stress/ |
H A D | teken_stress.c | 51 .tf_fill = stress_fill,
|
/freebsd/sys/teken/ |
H A D | teken.h | 116 tf_fill_t *tf_fill; member
|
H A D | teken.c | 120 teken_assert(t->t_funcs->tf_fill != NULL); in teken_funcs_fill() 121 t->t_funcs->tf_fill(t->t_softc, r, c, a); in teken_funcs_fill()
|
/freebsd/sys/teken/demo/ |
H A D | teken_demo.c | 62 .tf_fill = test_fill,
|
/freebsd/stand/i386/libi386/ |
H A D | vidconsole.c | 67 .tf_fill = vidc_text_fill, 77 .tf_fill = gfx_fb_fill,
|
/freebsd/stand/efi/libefi/ |
H A D | efi_console.c | 81 .tf_fill = efi_text_fill, 91 .tf_fill = gfx_fb_fill,
|
/freebsd/sys/kern/ |
H A D | subr_terminal.c | 114 .tf_fill = termteken_fill,
|
/freebsd/sys/dev/syscons/ |
H A D | scterm-teken.c | 110 .tf_fill = scteken_fill,
|