Searched refs:fbcmap (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | fbio.h | 179 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 D | vesa.c | 1803 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 D | vga.c | 3009 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 D | sanitizer_platform_limits_netbsd.cpp | 789 unsigned struct_fbcmap_sz = sizeof(fbcmap);
|