HomeSort by: relevance | last modified time | path
    Searched refs:wsemul (Results 1 - 2 of 2) 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
956 const struct wsemul_ops *wsemul; local
    [all...]
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
956 const struct wsemul_ops *wsemul; local
    [all...]

Completed in 466 milliseconds