Searched refs:fbcmap (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | fbio.h | 188 struct fbcmap { struct 195 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) argument 196 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
|
| /freebsd-14.2/sys/dev/fb/ |
| H A D | vesa.c | 1802 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()
|
| H A D | vga.c | 2966 return get_palette(adp, ((struct fbcmap *)arg)->index, in vga_dev_ioctl() 2967 ((struct fbcmap *)arg)->count, in vga_dev_ioctl() 2968 ((struct fbcmap *)arg)->red, in vga_dev_ioctl() 2969 ((struct fbcmap *)arg)->green, in vga_dev_ioctl() 2970 ((struct fbcmap *)arg)->blue, NULL); in vga_dev_ioctl() 2973 return set_palette(adp, ((struct fbcmap *)arg)->index, in vga_dev_ioctl() 2974 ((struct fbcmap *)arg)->count, in vga_dev_ioctl() 2975 ((struct fbcmap *)arg)->red, in vga_dev_ioctl() 2976 ((struct fbcmap *)arg)->green, in vga_dev_ioctl() 2977 ((struct fbcmap *)arg)->blue, NULL); in vga_dev_ioctl()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 790 unsigned struct_fbcmap_sz = sizeof(fbcmap);
|