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

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_drv.c 28 static int vbox_modeset = -1; variable in typeref:typename:int
31 module_param_named(modeset, vbox_modeset, int, 0400);
212 if (vgacon_text_force() && vbox_modeset == -1)
216 if (vbox_modeset == 0)
vbox_drv.c 28 static int vbox_modeset = -1; variable in typeref:typename:int
31 module_param_named(modeset, vbox_modeset, int, 0400);
212 if (vgacon_text_force() && vbox_modeset == -1)
216 if (vbox_modeset == 0)

Completed in 26 milliseconds