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

  /src/sys/dev/wscons/
wsdisplay.c 319 struct wsscreen_internal *dconf; local in function:wsscreen_attach
325 dconf = &wsdisplay_console_conf;
330 if (dconf->wsemul != NULL)
331 (*dconf->wsemul->attach)(1, 0, 0, 0, 0, scr, 0);
333 dconf = malloc(sizeof(struct wsscreen_internal),
335 dconf->emulops = type->textops;
336 dconf->emulcookie = cookie;
337 if (dconf->emulops) {
338 dconf->wsemul = wsemul_pick(emul);
339 if (dconf->wsemul == NULL)
    [all...]

Completed in 13 milliseconds