Home
last modified time | relevance | path

Searched refs:vga (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c141 struct gfx_vga *vga; in gfxp_vga_attach() local
149 vga = kmem_zalloc(sizeof (*vga), KM_SLEEP); in gfxp_vga_attach()
150 softc->console = (union gfx_console *)vga; in gfxp_vga_attach()
170 vga->fb_regno = vgatext_get_isa_reg_index(devi, 0, in gfxp_vga_attach()
172 if (vga->fb_regno < 0) { in gfxp_vga_attach()
189 vga->fb_regno = vgatext_get_pci_reg_index(devi, in gfxp_vga_attach()
193 if (vga->fb_regno < 0) { in gfxp_vga_attach()
209 (caddr_t *)&vga->regs.addr, reg_offset, VGA_REG_SIZE, in gfxp_vga_attach()
210 &dev_attr, &vga->regs.handle); in gfxp_vga_attach()
213 vga->regs.mapped = B_TRUE; in gfxp_vga_attach()
[all …]
H A Dgfxp_fb.h85 struct gfx_vga vga; member
/illumos-gate/usr/src/boot/i386/libi386/
H A Dlinux.c281 char *arg, *vga; in linux_exec() local
308 if (arg && (vga = strstr(arg, "vga=")) != NULL) { in linux_exec()
309 char *value = vga + 4; in linux_exec()
H A DMakefile94 VGASUBR=$(SRC)/common/vga
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dboot.c292 char *vga; in load_image() local
295 vga = grub_strstr (arg, "vga="); in load_image()
296 if (vga) in load_image()
298 char *value = vga + 4; in load_image()
/illumos-gate/usr/src/cmd/bhyve/
H A DMakefile93 vga.c \
/illumos-gate/exception_lists/
H A Dwscheck108 usr/src/cmd/bhyve/vga.[ch]
H A Dhdrchk421 usr/src/cmd/bhyve/vga.h
H A Dcopyright541 usr/src/cmd/bhyve/vga.[ch]
H A Dcstyle1249 usr/src/cmd/bhyve/vga.[ch]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-1834 the command. For example, to set `vga' to `ext', do this:
836 grub> kernel /vmlinuz root=/dev/hda1 vga=ext
H A Dgrub.texi915 command. For example, to set @option{vga} to @samp{ext}, do this:
918 grub> @kbd{kernel /vmlinuz root=/dev/hda1 vga=ext}
3168 kernel /boot/vmlinuz root=/dev/sda1 vga=ext
H A Dgrub.info-3305 kernel /boot/vmlinuz root=/dev/sda1 vga=ext
H A Dgrub.info834 the command. For example, to set `vga' to `ext', do this:
836 grub> kernel /vmlinuz root=/dev/hda1 vga=ext
3014 kernel /boot/vmlinuz root=/dev/sda1 vga=ext
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules307 $(OBJS_DIR)/%.o: $(COMMONBASE)/vga/%.c
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog4426 * stage2/boot.c (load_image): Don't remove the vga option after
8073 * stage2/boot.c (load_image): When removing "vga=...", memmove