Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/dev/
H A Dmachfb.c215 void machfb_setcolor(void *, u_int, u_int8_t, u_int8_t, u_int8_t);
307 fbwscons_setcolormap(&sc->sc_sunfb, machfb_setcolor); in machfb_attach()
338 fbwscons_setcolormap(&sc->sc_sunfb, machfb_setcolor); in machfb_ioctl()
495 machfb_setcolor(void *v, u_int index, u_int8_t r, u_int8_t g, u_int8_t b) in machfb_setcolor() function