Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Dfbio.h80 struct fbcmap { struct
87 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) argument
88 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
138 struct fbcmap cmap; /* cursor color map */
/original-bsd/sys/sparc/sbus/
H A Dbtvar.h38 int bt_getcmap __P((struct fbcmap *, union bt_cmap *, int));
39 int bt_putcmap __P((struct fbcmap *, union bt_cmap *, int));
H A Dbt_subr.c40 register struct fbcmap *p; in bt_getcmap()
68 register struct fbcmap *p; in bt_putcmap()
H A Dcgthree.c204 return (bt_getcmap((struct fbcmap *)data, &sc->sc_cmap, 256));
208 #define p ((struct fbcmap *)data)
H A Dcgsix.c230 return (bt_getcmap((struct fbcmap *)data, &sc->sc_cmap, 256));
234 #define p ((struct fbcmap *)data)