Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscvtb.c56 vtb->vtb_buffer = 0; in sc_vtb_init()
63 vtb->vtb_buffer = in sc_vtb_init()
67 if (vtb->vtb_buffer != 0) { in sc_vtb_init()
73 vtb->vtb_buffer = (vm_offset_t)buf; in sc_vtb_init()
78 vtb->vtb_buffer = (vm_offset_t)buf; in sc_vtb_init()
96 p = vtb->vtb_buffer; in sc_vtb_destroy()
97 vtb->vtb_buffer = 0; in sc_vtb_destroy()
157 return (vtb->vtb_buffer + sizeof(u_int16_t)*(at)); in sc_vtb_pointer()
H A Dsyscons.h158 vm_offset_t vtb_buffer; member
H A Dsyscons.c1133 frbp = scp->vtb.vtb_buffer + scp->ysize * lsize + in sctty_ioctl()
1139 hstp = scp->history->vtb_buffer + in sctty_ioctl()
1151 if (hstp < scp->history->vtb_buffer) in sctty_ioctl()