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

/netbsd-current/sys/dev/wscons/
H A Dwsdisplay.c90 const struct wsemul_ops *wsemul; member in struct:wsscreen_internal
229 #define WSSCREEN_HAS_EMULATOR(scr) ((scr)->scr_dconf->wsemul != NULL)
330 if (dconf->wsemul != NULL)
331 (*dconf->wsemul->attach)(1, 0, 0, 0, 0, scr, 0);
338 dconf->wsemul = wsemul_pick(emul);
339 if (dconf->wsemul == NULL) {
345 (*dconf->wsemul->attach)(0, type, cookie,
348 dconf->wsemul = NULL;
386 (*scr->scr_dconf->wsemul->detach)(scr->scr_dconf->wsemulcookie,
388 wsemul_drop(scr->scr_dconf->wsemul);
924 const struct wsemul_ops *wsemul; local
956 const struct wsemul_ops *wsemul; local
[all...]

Completed in 108 milliseconds