Home | Sort by: relevance | last modified time | path |
/src/sys/arch/macppc/macppc/ | |
machdep.c | 106 struct genfb_colormap_callback gfb_cb; variable in typeref:struct:genfb_colormap_callback 426 gfb_cb.gcc_cookie = (void *)console_instance; 427 gfb_cb.gcc_set_mapreg = of_set_palette; 428 cmap_cb = (uint64_t)(uintptr_t)&gfb_cb; |
/src/sys/arch/x86/pci/ | |
pci_machdep.c | 316 static struct genfb_colormap_callback gfb_cb; variable in typeref:struct:genfb_colormap_callback 1158 gfb_cb.gcc_cookie = NULL; 1159 gfb_cb.gcc_set_mapreg = x86_genfb_set_mapreg; 1161 (uint64_t)(uintptr_t)&gfb_cb); |
/src/sys/arch/sparc64/sparc64/ | |
autoconf.c | 202 struct genfb_colormap_callback gfb_cb; variable in typeref:struct:genfb_colormap_callback 1428 gfb_cb.gcc_cookie = 1430 gfb_cb.gcc_set_mapreg = of_set_palette; 1431 cmap_cb = (uint64_t)(uintptr_t)&gfb_cb; |