Symbol: vga_set_seq
usr/src/boot/i386/libi386/vidconsole.c
752
vga_set_seq(VGA_REG_ADDR, 0x00, 0x01);
usr/src/boot/i386/libi386/vidconsole.c
757
vga_set_seq(VGA_REG_ADDR, 0x02, 0x04);
usr/src/boot/i386/libi386/vidconsole.c
762
vga_set_seq(VGA_REG_ADDR, 0x04, 0x07);
usr/src/boot/i386/libi386/vidconsole.c
764
vga_set_seq(VGA_REG_ADDR, 0x00, 0x03);
usr/src/boot/i386/libi386/vidconsole.c
798
vga_set_seq(VGA_REG_ADDR, 0x00, 0x01);
usr/src/boot/i386/libi386/vidconsole.c
800
vga_set_seq(VGA_REG_ADDR, 0x02, 0x03);
usr/src/boot/i386/libi386/vidconsole.c
805
vga_set_seq(VGA_REG_ADDR, 0x04, 0x03);
usr/src/boot/i386/libi386/vidconsole.c
809
vga_set_seq(VGA_REG_ADDR, 0x03, fsreg[s]);
usr/src/boot/i386/libi386/vidconsole.c
811
vga_set_seq(VGA_REG_ADDR, 0x00, 0x03);
usr/src/uts/common/sys/vgasubr.h
54
extern void vga_set_seq(vgaregmap_t reg, int i, int v);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
1091
vga_set_seq(&console->vga.regs, 0x00, 0x01);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
1096
vga_set_seq(&console->vga.regs, 0x02, 0x04);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
1101
vga_set_seq(&console->vga.regs, 0x04, 0x07);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
1103
vga_set_seq(&console->vga.regs, 0x00, 0x03);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
1137
vga_set_seq(&console->vga.regs, 0x00, 0x01);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
1139
vga_set_seq(&console->vga.regs, 0x02, 0x03);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
1144
vga_set_seq(&console->vga.regs, 0x04, 0x03);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
1148
vga_set_seq(&console->vga.regs, 0x03, fsreg[s]);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
1150
vga_set_seq(&console->vga.regs, 0x00, 0x03);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
904
vga_set_seq(regs, VGA_SEQ_RST_SYN,
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
908
vga_set_seq(regs, i, VGA_SEQ_TEXT[i]);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
910
vga_set_seq(regs, VGA_SEQ_RST_SYN,