Searched refs:tf_copy (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/teken/stress/ |
H A D | teken_stress.c | 52 .tf_copy = stress_copy,
|
/freebsd/sys/teken/ |
H A D | teken.h | 117 tf_copy_t *tf_copy; member
|
H A D | teken.c | 135 teken_assert(t->t_funcs->tf_copy != NULL); in teken_funcs_copy() 136 t->t_funcs->tf_copy(t->t_softc, r, p); in teken_funcs_copy()
|
/freebsd/sys/teken/demo/ |
H A D | teken_demo.c | 63 .tf_copy = test_copy,
|
/freebsd/stand/i386/libi386/ |
H A D | vidconsole.c | 68 .tf_copy = vidc_text_copy, 78 .tf_copy = gfx_fb_copy,
|
/freebsd/stand/efi/libefi/ |
H A D | efi_console.c | 82 .tf_copy = efi_text_copy, 92 .tf_copy = gfx_fb_copy,
|
/freebsd/sys/kern/ |
H A D | subr_terminal.c | 115 .tf_copy = termteken_copy,
|
/freebsd/sys/dev/syscons/ |
H A D | scterm-teken.c | 111 .tf_copy = scteken_copy,
|