Home
last modified time | relevance | path

Searched refs:fbcmap (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dfbio.h179 struct fbcmap { struct
186 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) argument
187 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
/freebsd-13.1/sys/dev/fb/
H A Dvesa.c1803 if (get_palette(adp, ((struct fbcmap *)arg)->index, in vesa_ioctl()
1804 ((struct fbcmap *)arg)->count, in vesa_ioctl()
1805 ((struct fbcmap *)arg)->red, in vesa_ioctl()
1806 ((struct fbcmap *)arg)->green, in vesa_ioctl()
1807 ((struct fbcmap *)arg)->blue, NULL)) in vesa_ioctl()
1812 if (set_palette(adp, ((struct fbcmap *)arg)->index, in vesa_ioctl()
1813 ((struct fbcmap *)arg)->count, in vesa_ioctl()
1814 ((struct fbcmap *)arg)->red, in vesa_ioctl()
1815 ((struct fbcmap *)arg)->green, in vesa_ioctl()
1816 ((struct fbcmap *)arg)->blue, NULL)) in vesa_ioctl()
H A Dvga.c3009 return get_palette(adp, ((struct fbcmap *)arg)->index, in vga_dev_ioctl()
3010 ((struct fbcmap *)arg)->count, in vga_dev_ioctl()
3011 ((struct fbcmap *)arg)->red, in vga_dev_ioctl()
3012 ((struct fbcmap *)arg)->green, in vga_dev_ioctl()
3013 ((struct fbcmap *)arg)->blue, NULL); in vga_dev_ioctl()
3016 return set_palette(adp, ((struct fbcmap *)arg)->index, in vga_dev_ioctl()
3017 ((struct fbcmap *)arg)->count, in vga_dev_ioctl()
3018 ((struct fbcmap *)arg)->red, in vga_dev_ioctl()
3019 ((struct fbcmap *)arg)->green, in vga_dev_ioctl()
3020 ((struct fbcmap *)arg)->blue, NULL); in vga_dev_ioctl()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp789 unsigned struct_fbcmap_sz = sizeof(fbcmap);