Searched refs:bt_getcmap (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/arch/sun3/dev/ |
H A D | btvar.h | 60 int bt_getcmap(struct fbcmap *, union bt_cmap *, int);
|
H A D | bt_subr.c | 65 bt_getcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize) in bt_getcmap() function
|
/netbsd-src/sys/dev/sun/ |
H A D | btvar.h | 60 int bt_getcmap(struct fbcmap *, union bt_cmap *, int, int);
|
H A D | bt_subr.c | 67 bt_getcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace) in bt_getcmap() function
|
H A D | cgthree.c | 288 return (bt_getcmap(p, &sc->sc_cmap, 256, 1)); in cgthreeioctl()
|
H A D | cgsix.c | 744 return (bt_getcmap(p, &sc->sc_cmap, 256, 1)); in cgsixioctl() 788 error = bt_getcmap(&p->cmap, in cgsixioctl()
|
/netbsd-src/sys/arch/sparc/dev/ |
H A D | cgfour.c | 365 return (bt_getcmap(p, &sc->sc_cmap, 256, 1)); in cgfourioctl()
|
H A D | cgeight.c | 374 return (bt_getcmap(p, &sc->sc_cmap, 256, 1)); in cgeightioctl()
|
/netbsd-src/sys/dev/sbus/ |
H A D | agten.c | 1128 return (bt_getcmap(p, &sc->sc_cmap, 256, 1)); in agten_fb_ioctl()
|
H A D | p9100.c | 571 return (bt_getcmap(p, &sc->sc_cmap, 256, 1)); in p9100ioctl()
|