Symbol: vgaregmap_t
usr/src/common/vga/vgasubr.c
100
vga_get_reg(vgaregmap_t reg, int indexreg)
usr/src/common/vga/vgasubr.c
106
vga_set_reg(vgaregmap_t reg, int indexreg, int v)
usr/src/common/vga/vgasubr.c
112
vga_get_crtc(vgaregmap_t reg, int i)
usr/src/common/vga/vgasubr.c
118
vga_set_crtc(vgaregmap_t reg, int i, int v)
usr/src/common/vga/vgasubr.c
124
vga_get_seq(vgaregmap_t reg, int i)
usr/src/common/vga/vgasubr.c
130
vga_set_seq(vgaregmap_t reg, int i, int v)
usr/src/common/vga/vgasubr.c
136
vga_get_grc(vgaregmap_t reg, int i)
usr/src/common/vga/vgasubr.c
142
vga_set_grc(vgaregmap_t reg, int i, int v)
usr/src/common/vga/vgasubr.c
148
vga_get_atr(vgaregmap_t reg, int i)
usr/src/common/vga/vgasubr.c
163
vga_set_atr(vgaregmap_t reg, int i, int v)
usr/src/common/vga/vgasubr.c
175
vgaregmap_t reg,
usr/src/common/vga/vgasubr.c
187
vgaregmap_t reg,
usr/src/common/vga/vgasubr.c
203
vgaregmap_t reg,
usr/src/common/vga/vgasubr.c
218
vgaregmap_t reg,
usr/src/common/vga/vgasubr.c
233
vga_dump_regs(vgaregmap_t reg, int maxseq, int maxcrtc, int maxatr, int maxgrc)
usr/src/common/vga/vgasubr.c
92
vga_get_hardware_settings(vgaregmap_t reg, int *width, int *height)
usr/src/uts/common/sys/vgasubr.h
49
extern int vga_get_reg(vgaregmap_t reg, int i);
usr/src/uts/common/sys/vgasubr.h
50
extern void vga_set_reg(vgaregmap_t reg, int i, int v);
usr/src/uts/common/sys/vgasubr.h
51
extern int vga_get_crtc(vgaregmap_t reg, int i);
usr/src/uts/common/sys/vgasubr.h
52
extern void vga_set_crtc(vgaregmap_t reg, int i, int v);
usr/src/uts/common/sys/vgasubr.h
53
extern int vga_get_seq(vgaregmap_t reg, int i);
usr/src/uts/common/sys/vgasubr.h
54
extern void vga_set_seq(vgaregmap_t reg, int i, int v);
usr/src/uts/common/sys/vgasubr.h
55
extern int vga_get_grc(vgaregmap_t reg, int i);
usr/src/uts/common/sys/vgasubr.h
56
extern void vga_set_grc(vgaregmap_t reg, int i, int v);
usr/src/uts/common/sys/vgasubr.h
57
extern int vga_get_atr(vgaregmap_t reg, int i);
usr/src/uts/common/sys/vgasubr.h
58
extern void vga_set_atr(vgaregmap_t reg, int i, int v);
usr/src/uts/common/sys/vgasubr.h
59
extern void vga_put_cmap(vgaregmap_t reg,
usr/src/uts/common/sys/vgasubr.h
61
extern void vga_get_cmap(vgaregmap_t reg,
usr/src/uts/common/sys/vgasubr.h
63
extern void vga_get_hardware_settings(vgaregmap_t reg,
usr/src/uts/common/sys/vgasubr.h
65
extern void vga_set_indexed(vgaregmap_t reg, int indexreg,
usr/src/uts/common/sys/vgasubr.h
67
extern int vga_get_indexed(vgaregmap_t reg, int indexreg,
usr/src/uts/common/sys/vgasubr.h
83
extern void vga_dump_regs(vgaregmap_t reg,