HomeSort by: relevance | last modified time | path
    Searched defs:wsemul (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/wscons/
wsdisplay.c 90 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 in function:wsdisplay_cnattach
956 const struct wsemul_ops *wsemul; local in function:wsdisplay_preattach
    [all...]

Completed in 34 milliseconds