Home
last modified time | relevance | path

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

/freebsd-13.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()
80 vtb->vtb_buffer = (vm_offset_t)buf; in sc_vtb_init()
98 p = vtb->vtb_buffer; in sc_vtb_destroy()
99 vtb->vtb_buffer = 0; in sc_vtb_destroy()
159 return (vtb->vtb_buffer + sizeof(u_int16_t)*(at)); in sc_vtb_pointer()
H A Dsyscons.h160 vm_offset_t vtb_buffer; member
H A Dsyscons.c1135 frbp = scp->vtb.vtb_buffer + scp->ysize * lsize + in sctty_ioctl()
1141 hstp = scp->history->vtb_buffer + in sctty_ioctl()
1153 if (hstp < scp->history->vtb_buffer) in sctty_ioctl()