Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.h395 size_t te_size; /* size of internal buffer */ member
H A Dsyscons.c584 if (sc_console->tsw->te_size > 0) { in sc_attach_unit()
589 ts = malloc(sc_console->tsw->te_size, M_DEVBUF, in sc_attach_unit()
3723 if (sc_malloc && (sw->te_size > 0)) in sc_init_emulator()
3724 p = malloc(sw->te_size, M_DEVBUF, M_NOWAIT); in sc_init_emulator()