grf_colormap
int cl_getcmap(struct grf_softc *, struct grf_colormap *);
int cl_putcmap(struct grf_softc *, struct grf_colormap *);
cl_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
cl_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
return cl_getcmap(gp, (struct grf_colormap *)data);
return cl_putcmap(gp, (struct grf_colormap *)data);
return (cl_getcmap(gp, (struct grf_colormap *) data));
return (cl_putcmap(gp, (struct grf_colormap *) data));
return (cv_getcmap (gp, (struct grf_colormap *) data));
return (cv_putcmap (gp, (struct grf_colormap *) data));
cv_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
cv_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
return cv_getcmap(gp, (struct grf_colormap *)data);
return cv_putcmap(gp, (struct grf_colormap *)data);
int cv_getcmap(struct grf_softc *, struct grf_colormap *);
int cv_putcmap(struct grf_softc *, struct grf_colormap *);
cv3d_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
cv3d_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
int cv3d_getcmap(struct grf_softc *, struct grf_colormap *);
int cv3d_putcmap(struct grf_softc *, struct grf_colormap *);
return cv3d_getcmap(gp, (struct grf_colormap *)data);
return cv3d_putcmap(gp, (struct grf_colormap *)data);
return (cv3d_getcmap (gp, (struct grf_colormap *) data));
return (cv3d_putcmap (gp, (struct grf_colormap *) data));
return et_getcmap(gp, (struct grf_colormap *)data);
return et_putcmap(gp, (struct grf_colormap *)data);
return (et_getcmap(gp, (struct grf_colormap *) data));
return (et_putcmap(gp, (struct grf_colormap *) data));
et_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
et_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
int et_getcmap(struct grf_softc *, struct grf_colormap *);
int et_putcmap(struct grf_softc *, struct grf_colormap *);
return(rh_getcmap (gp, (struct grf_colormap *) data));
return(rh_putcmap (gp, (struct grf_colormap *) data));
rh_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
rh_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
struct grf_colormap cmap;
int rh_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap);
int rh_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap);
return (rt_getcmap (gp, (struct grf_colormap *) data));
return (rt_putcmap (gp, (struct grf_colormap *) data));
rt_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
rt_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
struct grf_colormap cmap;
int rt_getcmap(struct grf_softc *, struct grf_colormap *);
int rt_putcmap(struct grf_softc *, struct grf_colormap *);
struct grf_colormap gcm;
int ul_getcmap(struct grf_softc *, struct grf_colormap *, dev_t);
int ul_putcmap(struct grf_softc *, struct grf_colormap *, dev_t);
return ul_getcmap (gp, (struct grf_colormap *) data, dev);
return ul_putcmap (gp, (struct grf_colormap *) data, dev);
ul_getcmap (struct grf_softc *gp, struct grf_colormap *cmap, dev_t dev)
ul_putcmap (struct grf_softc *gp, struct grf_colormap *cmap, dev_t dev)
#define GRFIOCPUTCMAP _IOW('G', 50, struct grf_colormap)
#define GRFIOCGETCMAP _IOWR('G', 51, struct grf_colormap)
struct grf_colormap cmap; /* colormap for the sprite. */
#define GRFIOCPUTCMAP _IOW('G', 50, struct grf_colormap)
#define GRFIOCGETCMAP _IOWR('G', 51, struct grf_colormap)
struct grf_colormap cmap; /* colormap for the sprite. */