Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDschistory.c66 static void copy_history(sc_vtb_t *from, sc_vtb_t *to);
131 copy_history(prev_history, history); in sc_alloc_history_buffer()
164 copy_history(sc_vtb_t *from, sc_vtb_t *to) in copy_history() function