Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/wscons/
Dwsdisplay.c92 const struct wsemul_ops *wsemul; member
292 (void)(*dconf->wsemul->attach)(1, 0, 0, 0, 0, scr, 0); in wsscreen_attach()
301 (dconf->wsemul = wsemul_pick(emul)) == NULL) in wsscreen_attach()
303 dconf->wsemulcookie = (*dconf->wsemul->attach)(0, type, cookie, in wsscreen_attach()
345 (*scr->scr_dconf->wsemul->detach)(scr->scr_dconf->wsemulcookie, in wsscreen_detach()
382 sc->sc_scr[idx]->scr_dconf->wsemul->name); in wsdisplay_addscreen_print()
453 strncpy(sd->emul, scr->scr_dconf->wsemul->name, WSEMUL_NAME_SIZE); in wsdisplay_getscreen()
704 wsdisplay_console_conf.wsemul->name); in wsdisplay_common_attach()
780 const struct wsemul_ops *wsemul; in wsdisplay_cnattach() local
792 wsemul = wsemul_pick(""); /* default */ in wsdisplay_cnattach()
[all …]