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

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dlinux.c283 char *arg, *vga; local
311 if (arg && (vga = strstr(arg, "vga=")) != NULL) {
312 char *value = vga + 4;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dboot.c292 char *vga; local
294 /* Find the substring "vga=". */
295 vga = grub_strstr (arg, "vga=");
296 if (vga)
298 char *value = vga + 4;
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c96 * XXX should set vga mode so we don't depend on the
611 * "vga=keep" has been enabled, which is
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dimx51x.dtsi580 vga: ipu3@5e000000 {
H A Dimx53x.dtsi672 vga: ipu3@1E000000 {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c197 * Default to "vga" if we can't parse the console device.
210 console_dev = "console=vga";
413 * Default the console device to "text" if it was "vga" or was

Completed in 63 milliseconds