sys/dev/fb/vesa.c
1806
if (get_palette(adp, ((struct fbcmap *)arg)->index,
sys/dev/fb/vesa.c
1807
((struct fbcmap *)arg)->count,
sys/dev/fb/vesa.c
1808
((struct fbcmap *)arg)->red,
sys/dev/fb/vesa.c
1809
((struct fbcmap *)arg)->green,
sys/dev/fb/vesa.c
1810
((struct fbcmap *)arg)->blue, NULL))
sys/dev/fb/vesa.c
1815
if (set_palette(adp, ((struct fbcmap *)arg)->index,
sys/dev/fb/vesa.c
1816
((struct fbcmap *)arg)->count,
sys/dev/fb/vesa.c
1817
((struct fbcmap *)arg)->red,
sys/dev/fb/vesa.c
1818
((struct fbcmap *)arg)->green,
sys/dev/fb/vesa.c
1819
((struct fbcmap *)arg)->blue, NULL))
sys/dev/fb/vga.c
2966
return get_palette(adp, ((struct fbcmap *)arg)->index,
sys/dev/fb/vga.c
2967
((struct fbcmap *)arg)->count,
sys/dev/fb/vga.c
2968
((struct fbcmap *)arg)->red,
sys/dev/fb/vga.c
2969
((struct fbcmap *)arg)->green,
sys/dev/fb/vga.c
2970
((struct fbcmap *)arg)->blue, NULL);
sys/dev/fb/vga.c
2973
return set_palette(adp, ((struct fbcmap *)arg)->index,
sys/dev/fb/vga.c
2974
((struct fbcmap *)arg)->count,
sys/dev/fb/vga.c
2975
((struct fbcmap *)arg)->red,
sys/dev/fb/vga.c
2976
((struct fbcmap *)arg)->green,
sys/dev/fb/vga.c
2977
((struct fbcmap *)arg)->blue, NULL);
sys/sys/fbio.h
193
#define FBIOPUTCMAP _IOW('F', 3, struct fbcmap)
sys/sys/fbio.h
194
#define FBIOGETCMAP _IOW('F', 4, struct fbcmap)