Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/syscons/
H A Dscvtb.c58 vtb->vtb_buffer = 0; in sc_vtb_init()
65 vtb->vtb_buffer = in sc_vtb_init()
69 if (vtb->vtb_buffer != 0) { in sc_vtb_init()
75 vtb->vtb_buffer = (vm_offset_t)buf; in sc_vtb_init()
81 vtb->vtb_buffer = (vm_offset_t)buf; in sc_vtb_init()
100 p = vtb->vtb_buffer; in sc_vtb_destroy()
101 vtb->vtb_buffer = 0; in sc_vtb_destroy()
169 return (vtb->vtb_buffer + sizeof(u_int16_t)*(at)); in sc_vtb_pointer()
H A Dsyscons.h168 vm_offset_t vtb_buffer; member
H A Dsyscons.c1125 frbp = scp->vtb.vtb_buffer + scp->ysize * lsize + ptr->x * in sctty_ioctl()
1131 hstp = scp->history->vtb_buffer + sc_vtb_tail(scp->history) * in sctty_ioctl()
1142 if (hstp < scp->history->vtb_buffer) in sctty_ioctl()