Searched refs:vga (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 141 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 D | gfxp_fb.h | 85 struct gfx_vga vga; member
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | linux.c | 281 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 D | Makefile | 94 VGASUBR=$(SRC)/common/vga
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | Makefile | 36 vga.o \
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | boot.c | 292 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/grub/grub-0.97/docs/ |
H A D | grub.info-1 | 834 the command. For example, to set `vga' to `ext', do this: 836 grub> kernel /vmlinuz root=/dev/hda1 vga=ext
|
H A D | grub.texi | 915 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 D | grub.info-3 | 305 kernel /boot/vmlinuz root=/dev/sda1 vga=ext
|
H A D | grub.info | 834 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 D | Makefile.rules | 310 $(OBJS_DIR)/%.o: $(COMMONBASE)/vga/%.c
|
/illumos-gate/exception_lists/ |
H A D | cstyle | 1199 usr/src/cmd/bhyve/amd64/vga.c
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4426 * stage2/boot.c (load_image): Don't remove the vga option after 8073 * stage2/boot.c (load_image): When removing "vga=...", memmove
|