HomeSort by: relevance | last modified time | path
    Searched refs:grf_colormap (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/amiga/dev/
grfioctl.h 146 struct grf_colormap { struct
155 #define GRFIOCPUTCMAP _IOW('G', 50, struct grf_colormap)
158 #define GRFIOCGETCMAP _IOWR('G', 51, struct grf_colormap)
182 struct grf_colormap cmap; /* colormap for the sprite. */
grf_ul.c 64 int ul_getcmap(struct grf_softc *, struct grf_colormap *, dev_t);
65 int ul_putcmap(struct grf_softc *, struct grf_colormap *, dev_t);
210 struct grf_colormap gcm;
731 return ul_getcmap (gp, (struct grf_colormap *) data, dev);
734 return ul_putcmap (gp, (struct grf_colormap *) data, dev);
747 ul_getcmap (struct grf_softc *gp, struct grf_colormap *cmap, dev_t dev)
785 ul_putcmap (struct grf_softc *gp, struct grf_colormap *cmap, dev_t dev)
grf_rt.c 778 int rt_getcmap(struct grf_softc *, struct grf_colormap *);
779 int rt_putcmap(struct grf_softc *, struct grf_colormap *);
1046 return (rt_getcmap (gp, (struct grf_colormap *) data));
1049 return (rt_putcmap (gp, (struct grf_colormap *) data));
1062 rt_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1098 rt_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1183 struct grf_colormap cmap;
grf_cl.c 104 int cl_getcmap(struct grf_softc *, struct grf_colormap *);
105 int cl_putcmap(struct grf_softc *, struct grf_colormap *);
821 return (cl_getcmap(gp, (struct grf_colormap *) data));
824 return (cl_putcmap(gp, (struct grf_colormap *) data));
1138 cl_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1204 cl_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
2088 /* Note: wsdisplay_cmap and grf_colormap have same format */
2090 return cl_getcmap(gp, (struct grf_colormap *)data);
2094 /* Note: wsdisplay_cmap and grf_colormap have same format */
2096 return cl_putcmap(gp, (struct grf_colormap *)data)
    [all...]
grf_et.c 97 int et_getcmap(struct grf_softc *, struct grf_colormap *);
98 int et_putcmap(struct grf_softc *, struct grf_colormap *);
780 return (et_getcmap(gp, (struct grf_colormap *) data));
783 return (et_putcmap(gp, (struct grf_colormap *) data));
911 et_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
962 et_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1915 /* Note: wsdisplay_cmap and grf_colormap have same format */
1917 return et_getcmap(gp, (struct grf_colormap *)data);
1921 /* Note: wsdisplay_cmap and grf_colormap have same format */
1923 return et_putcmap(gp, (struct grf_colormap *)data)
    [all...]
grf_rhreg.h 702 int rh_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap);
703 int rh_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap);
grf_cv.c 98 int cv_getcmap(struct grf_softc *, struct grf_colormap *);
99 int cv_putcmap(struct grf_softc *, struct grf_colormap *);
1058 return (cv_getcmap (gp, (struct grf_colormap *) data));
1061 return (cv_putcmap (gp, (struct grf_colormap *) data));
1132 cv_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1170 cv_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
2473 /* Note: wsdisplay_cmap and grf_colormap have same format */
2475 return cv_getcmap(gp, (struct grf_colormap *)data);
2479 /* Note: wsdisplay_cmap and grf_colormap have same format */
2481 return cv_putcmap(gp, (struct grf_colormap *)data)
    [all...]
grf_cv3d.c 131 int cv3d_getcmap(struct grf_softc *, struct grf_colormap *);
132 int cv3d_putcmap(struct grf_softc *, struct grf_colormap *);
979 return (cv3d_getcmap (gp, (struct grf_colormap *) data));
982 return (cv3d_putcmap (gp, (struct grf_colormap *) data));
1053 cv3d_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1089 cv3d_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
2327 /* Note: wsdisplay_cmap and grf_colormap have same format */
2329 return cv3d_getcmap(gp, (struct grf_colormap *)data);
2333 /* Note: wsdisplay_cmap and grf_colormap have same format */
2335 return cv3d_putcmap(gp, (struct grf_colormap *)data)
    [all...]
grf_rh.c 1790 return(rh_getcmap (gp, (struct grf_colormap *) data));
1793 return(rh_putcmap (gp, (struct grf_colormap *) data));
1807 rh_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1842 rh_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1925 struct grf_colormap cmap;
  /src/sys/arch/atari/dev/
grfioctl.h 142 struct grf_colormap { struct
151 #define GRFIOCPUTCMAP _IOW('G', 50, struct grf_colormap)
154 #define GRFIOCGETCMAP _IOWR('G', 51, struct grf_colormap)
178 struct grf_colormap cmap; /* colormap for the sprite. */

Completed in 38 milliseconds