Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDscvtb.c87 vtb->vtb_tail = 0; in sc_vtb_init()
122 vtb->vtb_tail = 0; in sc_vtb_destroy()
222 len = imin(count, vtb2->vtb_size - vtb2->vtb_tail); in sc_vtb_append()
225 vtb2->vtb_buffer + vtb2->vtb_tail, in sc_vtb_append()
229 vtb2->vtb_buffer + vtb2->vtb_tail, in sc_vtb_append()
234 vtb2->vtb_tail = vtb_wrap(vtb2, vtb2->vtb_tail, len); in sc_vtb_append()
241 vtb->vtb_tail = pos%vtb->vtb_size; in sc_vtb_seek()
HDsyscons.h163 int vtb_tail; /* valid for VTB_RINGBUFFER only */ member
609 #define sc_vtb_tail(vtb) ((vtb)->vtb_tail)