Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscvtb.c57 vtb->vtb_tail = 0; in sc_vtb_init()
94 vtb->vtb_tail = 0; in sc_vtb_destroy()
202 len = imin(count, vtb2->vtb_size - vtb2->vtb_tail); in sc_vtb_append()
205 sc_vtb_pointer(vtb2, vtb2->vtb_tail), in sc_vtb_append()
209 (void *)sc_vtb_pointer(vtb2, vtb2->vtb_tail), in sc_vtb_append()
213 vtb2->vtb_tail = vtb_wrap(vtb2, vtb2->vtb_tail, len); in sc_vtb_append()
220 vtb->vtb_tail = pos%vtb->vtb_size; in sc_vtb_seek()
H A Dsyscons.h159 int vtb_tail; /* valid for VTB_RINGBUFFER only */ member
647 #define sc_vtb_tail(vtb) ((vtb)->vtb_tail)