Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tc/
H A Dtfb.c186 static struct wsscreen_descr tfb_stdscreen = { variable
194 &tfb_stdscreen,
366 tfb_stdscreen.nrows = ri->ri_rows; in tfb_common_init()
367 tfb_stdscreen.ncols = ri->ri_cols; in tfb_common_init()
368 tfb_stdscreen.textops = &ri->ri_ops; in tfb_common_init()
369 tfb_stdscreen.capabilities = ri->ri_caps; in tfb_common_init()
533 wsdisplay_cnattach(&tfb_stdscreen, ri, 0, 0, defattr); in tfb_cnattach()