Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/hpc/
Dhpcfb.c275 struct wsscreen_descr hpcfb_console_wsscreen; variable
407 hpcfb_console_wsscreen = hpcfb_stdscreen; in hpcfb_cnattach()
408 hpcfb_console_wsscreen.nrows = hpcfb_console_dc.dc_rows; in hpcfb_cnattach()
409 hpcfb_console_wsscreen.ncols = hpcfb_console_dc.dc_cols; in hpcfb_cnattach()
410 hpcfb_console_wsscreen.capabilities = hpcfb_console_dc.dc_rinfo.ri_caps; in hpcfb_cnattach()
418 wsdisplay_preattach(&hpcfb_console_wsscreen, &hpcfb_console_dc, in hpcfb_cnattach()
422 wsdisplay_cnattach(&hpcfb_console_wsscreen, &hpcfb_console_dc, in hpcfb_cnattach()