fbcmap
struct fbcmap;
struct fbcmap;
#define p ((struct fbcmap *)data)
#define p ((struct fbcmap *)data)
static int cg14_get_cmap(struct fbcmap *, union cg14cmap *, int);
static int cg14_put_cmap(struct fbcmap *, union cg14cmap *, int);
return(cg14_get_cmap((struct fbcmap *)data, &sc->sc_cmap,
#define p ((struct fbcmap *)data)
cg14_get_cmap(struct fbcmap *p, union cg14cmap *cm, int cmsize)
cg14_put_cmap(struct fbcmap *p, union cg14cmap *cm, int cmsize)
return cgtwogetcmap(sc, (struct fbcmap *) data);
return cgtwoputcmap(sc, (struct fbcmap *) data);
cgtwogetcmap(struct cgtwo_softc *sc, struct fbcmap *cmap)
cgtwoputcmap(struct cgtwo_softc *sc, struct fbcmap *cmap)
int cgtwogetcmap(struct cgtwo_softc *, struct fbcmap *);
int cgtwoputcmap(struct cgtwo_softc *, struct fbcmap *);
struct fbcmap *, u_long);
static inline void netbsd32_from_fbcmap(struct fbcmap *,
netbsd32_to_fbcmap(struct netbsd32_fbcmap *s32p, struct fbcmap *p, u_long cmd)
netbsd32_from_fbcmap(struct fbcmap *p, struct netbsd32_fbcmap *s32p, u_long cmd)
IOCTL_STRUCT_CONV_TO(FBIOPUTCMAP, fbcmap);
IOCTL_STRUCT_CONV_TO(FBIOGETCMAP, fbcmap);
bt_getcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize)
bt_putcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize)
int bt_getcmap(struct fbcmap *, union bt_cmap *, int);
int bt_putcmap(struct fbcmap *, union bt_cmap *, int);
struct fbcmap *cmap = data;
struct fbcmap *cmap = data;
struct fbcmap *fbcm = data;
struct fbcmap *fbcm = data;
struct fbcmap;
struct fbcmap;
#define p ((struct fbcmap *)data)
#define p ((struct fbcmap *)data)
#define p ((struct fbcmap *)data)
#define p ((struct fbcmap *)data)
struct fbcmap *cm;
cm = (struct fbcmap *)data;
cm = (struct fbcmap *)data;
bt_putcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace)
bt_getcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace)
int bt_getcmap(struct fbcmap *, union bt_cmap *, int, int);
int bt_putcmap(struct fbcmap *, union bt_cmap *, int, int);
#define p ((struct fbcmap *)data)
#define p ((struct fbcmap *)data)
#define FBIOPUTCMAP _IOW('F', 3, struct fbcmap)
#define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
struct fbcmap cmap; /* color map info */