Searched refs:scr_rcmap (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dstivar.h89 u_int8_t scr_rcmap[STI_NCMAP], member in struct:sti_screen
H A Dsti.c1150 if ((ret = copyout(&scr->scr_rcmap[idx], cmapp->red, count)))
1166 if ((ret = copyin(cmapp->red, &scr->scr_rcmap[idx], count)))
1471 if ((ret = sti_setcment(scr, i, scr->scr_rcmap[i],
1596 r = scr->scr_rcmap + idx;

Completed in 127 milliseconds