Searched refs:fbcmap (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | fbio.h | 186 struct fbcmap { struct 193 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) argument 194 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
|
/freebsd/sys/dev/fb/ |
H A D | vesa.c | 1806 if (get_palette(adp, ((struct fbcmap *)arg)->index, in vesa_ioctl() 1807 ((struct fbcmap *)arg)->count, in vesa_ioctl() 1808 ((struct fbcmap *)arg)->red, in vesa_ioctl() 1809 ((struct fbcmap *)arg)->green, in vesa_ioctl() 1810 ((struct fbcmap *)arg)->blue, NULL)) in vesa_ioctl() 1815 if (set_palette(adp, ((struct fbcmap *)arg)->index, in vesa_ioctl() 1816 ((struct fbcmap *)arg)->count, in vesa_ioctl() 1817 ((struct fbcmap *)arg)->red, in vesa_ioctl() 1818 ((struct fbcmap *)arg)->green, in vesa_ioctl() 1819 ((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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 790 unsigned struct_fbcmap_sz = sizeof(fbcmap);
|