Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/wscons/
Dwsmoused.h79 #define WS_NCOLS(scr) N_COLS((scr)->scr_dconf)
80 #define WS_NROWS(scr) N_ROWS((scr)->scr_dconf)
88 ((scr)->sc->sc_accesscookie, (pos) / N_COLS((scr)->scr_dconf), \
89 (pos) % N_COLS((scr)->scr_dconf), cellp))
Dwsdisplay.c85 struct wsscreen_internal *scr_dconf; member
310 scr->scr_dconf = dconf; in wsscreen_attach()
331 (*scr->scr_dconf->wsemul->detach)(scr->scr_dconf->wsemulcookie, in wsscreen_detach()
334 free(scr->scr_dconf, M_DEVBUF, sizeof(*scr->scr_dconf)); in wsscreen_detach()
368 sc->sc_scr[idx]->scr_dconf->scrdata->name, in wsdisplay_addscreen_print()
369 sc->sc_scr[idx]->scr_dconf->wsemul->name); in wsdisplay_addscreen_print()
410 scr->scr_dconf->emulcookie, 0, 0, 0); in wsdisplay_addscreen()
438 strlcpy(sd->screentype, scr->scr_dconf->scrdata->name, in wsdisplay_getscreen()
440 strlcpy(sd->emul, scr->scr_dconf->wsemul->name, WSEMUL_NAME_SIZE); in wsdisplay_getscreen()
486 if (scr->scr_dconf == &wsdisplay_console_conf || in wsdisplay_delscreen()
[all …]