Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dfbio.h193 struct fbcmap { struct
200 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) argument
201 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
254 struct fbcmap cmap; /* cursor color map */
/freebsd-12-stable/sys/dev/fb/
Dvesa.c1802 if (get_palette(adp, ((struct fbcmap *)arg)->index, in vesa_ioctl()
1803 ((struct fbcmap *)arg)->count, in vesa_ioctl()
1804 ((struct fbcmap *)arg)->red, in vesa_ioctl()
1805 ((struct fbcmap *)arg)->green, in vesa_ioctl()
1806 ((struct fbcmap *)arg)->blue, NULL)) in vesa_ioctl()
1811 if (set_palette(adp, ((struct fbcmap *)arg)->index, in vesa_ioctl()
1812 ((struct fbcmap *)arg)->count, in vesa_ioctl()
1813 ((struct fbcmap *)arg)->red, in vesa_ioctl()
1814 ((struct fbcmap *)arg)->green, in vesa_ioctl()
1815 ((struct fbcmap *)arg)->blue, NULL)) in vesa_ioctl()
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-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp789 unsigned struct_fbcmap_sz = sizeof(fbcmap);