Symbol: vga_set_crtc
usr/src/boot/i386/libi386/vidconsole.c
496
vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CLAH, addr >> 8);
usr/src/boot/i386/libi386/vidconsole.c
497
vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CLAL, addr & 0xff);
usr/src/boot/i386/libi386/vidconsole.c
502
vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CSSL, s);
usr/src/boot/i386/libi386/vidconsole.c
503
vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CESL, e);
usr/src/uts/common/sys/vgasubr.h
52
extern void vga_set_crtc(vgaregmap_t reg, int i, int v);
usr/src/uts/i86pc/boot/boot_vga.c
172
vga_set_crtc(VGA_CRTC_CSSL, val);
usr/src/uts/i86pc/boot/boot_vga.c
182
vga_set_crtc(VGA_CRTC_CESL, msl);
usr/src/uts/i86pc/boot/boot_vga.c
301
vga_set_crtc(VGA_CRTC_CLAH, off >> 8);
usr/src/uts/i86pc/boot/boot_vga.c
302
vga_set_crtc(VGA_CRTC_CLAL, off & 0xff);
usr/src/uts/i86pc/boot/boot_vga.c
77
static void vga_set_crtc(int index, unsigned char val);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
804
vga_set_crtc(&console->vga.regs, VGA_CRTC_CSSL, s);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
805
vga_set_crtc(&console->vga.regs, VGA_CRTC_CESL, msl);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
823
vga_set_crtc(&console->vga.regs, VGA_CRTC_CLAH, addr >> 8);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
824
vga_set_crtc(&console->vga.regs, VGA_CRTC_CLAL, addr & 0xff);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
827
vga_set_crtc(&console->vga.regs, VGA_CRTC_CSSL, s);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
828
vga_set_crtc(&console->vga.regs, VGA_CRTC_CESL, msl);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
916
vga_set_crtc(regs, VGA_CRTC_VRE,
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
919
vga_set_crtc(regs, i, VGA_CRTC_TEXT[i]);