Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscvtb.c54 vtb->vtb_rows = rows; in sc_vtb_init()
92 vtb->vtb_rows = 0; in sc_vtb_destroy()
H A Dsyscons.h156 int vtb_rows; member
648 #define sc_vtb_rows(vtb) ((vtb)->vtb_rows)
H A Dsyscons.c1019 (scp->history != NULL) ? scp->history->vtb_rows : 0; in sctty_ioctl()
1123 hist_rsz = (scp->history != NULL) ? scp->history->vtb_rows : 0; in sctty_ioctl()
1152 hstp += scp->history->vtb_rows * lsize; in sctty_ioctl()