/src/sys/arch/sun3/dev/ |
btvar.h | 61 int bt_putcmap(struct fbcmap *, union bt_cmap *, int);
|
bt_subr.c | 90 bt_putcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize) function in typeref:typename:int
|
/src/sys/dev/sun/ |
btvar.h | 61 int bt_putcmap(struct fbcmap *, union bt_cmap *, int, int);
|
bt_subr.c | 122 bt_putcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace) function in typeref:typename:int
|
cgthree.c | 292 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
|
cgsix.c | 707 error = bt_putcmap(p, &sc->sc_cmap, 256, 1); 772 error = bt_putcmap(&p->cmap, (union bt_cmap *)&tcm, 2,
|
/src/sys/arch/sparc/dev/ |
cgeight.c | 378 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
|
cgfour.c | 369 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
|
/src/sys/dev/sbus/ |
agten.c | 1132 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
|
p9100.c | 575 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
|