OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsdisplay_cmap
(Results
1 - 25
of
70
) sorted by relevancy
1
2
3
/src/sys/dev/ic/
ramdac.h
50
struct
wsdisplay_cmap
*);
52
struct
wsdisplay_cmap
*);
bt463.c
86
int bt463_set_cmap(struct ramdac_cookie *, struct
wsdisplay_cmap
*);
87
int bt463_get_cmap(struct ramdac_cookie *, struct
wsdisplay_cmap
*);
354
bt463_set_cmap(struct ramdac_cookie *rc, struct
wsdisplay_cmap
*cmapp)
389
bt463_get_cmap(struct ramdac_cookie *rc, struct
wsdisplay_cmap
*cmapp)
bt485.c
55
int bt485_set_cmap(struct ramdac_cookie *, struct
wsdisplay_cmap
*);
56
int bt485_get_cmap(struct ramdac_cookie *, struct
wsdisplay_cmap
*);
264
bt485_set_cmap(struct ramdac_cookie *rc, struct
wsdisplay_cmap
*cmapp)
296
bt485_get_cmap(struct ramdac_cookie *rc, struct
wsdisplay_cmap
*cmapp)
ibm561.c
53
int ibm561_set_cmap(struct ramdac_cookie *, struct
wsdisplay_cmap
*);
54
int ibm561_get_cmap(struct ramdac_cookie *, struct
wsdisplay_cmap
*);
254
ibm561_set_cmap(struct ramdac_cookie *rc, struct
wsdisplay_cmap
*cmapp)
296
ibm561_get_cmap(struct ramdac_cookie *rc, struct
wsdisplay_cmap
*cmapp)
/src/sys/arch/hp300/dev/
diofbvar.h
125
int diofb_getcmap(struct diofb *, struct
wsdisplay_cmap
*);
gbox.c
147
static int gbox_setcmap(struct diofb *, struct
wsdisplay_cmap
*);
370
return diofb_getcmap(fb, (struct
wsdisplay_cmap
*)data);
372
return gbox_setcmap(fb, (struct
wsdisplay_cmap
*)data);
395
gbox_setcmap(struct diofb *fb, struct
wsdisplay_cmap
*cm)
topcat.c
146
static int topcat_setcmap(struct diofb *, struct
wsdisplay_cmap
*);
463
return diofb_getcmap(fb, (struct
wsdisplay_cmap
*)data);
467
return topcat_setcmap(fb, (struct
wsdisplay_cmap
*)data);
522
topcat_setcmap(struct diofb *fb, struct
wsdisplay_cmap
*cm)
/src/sys/arch/newsmips/apbus/
xafb.c
95
int xafb_getcmap(struct xafb_softc *, struct
wsdisplay_cmap
*);
96
int xafb_putcmap(struct xafb_softc *, struct
wsdisplay_cmap
*);
277
return xafb_getcmap(sc, (struct
wsdisplay_cmap
*)data);
280
return xafb_putcmap(sc, (struct
wsdisplay_cmap
*)data);
364
xafb_getcmap(struct xafb_softc *sc, struct
wsdisplay_cmap
*cm)
387
xafb_putcmap(struct xafb_softc *sc, struct
wsdisplay_cmap
*cm)
/src/sys/arch/prep/pci/
gten.c
102
static int gten_getcmap(struct gten_softc *, struct
wsdisplay_cmap
*);
103
static int gten_putcmap(struct gten_softc *, struct
wsdisplay_cmap
*);
262
return gten_getcmap(gt, (struct
wsdisplay_cmap
*)data);
265
return gten_putcmap(gt, (struct
wsdisplay_cmap
*)data);
368
gten_getcmap(struct gten_softc *gt, struct
wsdisplay_cmap
*cm)
391
gten_putcmap(struct gten_softc *gt, struct
wsdisplay_cmap
*cm)
/src/sys/arch/sparc64/dev/
gfb.c
94
static int gfb_putcmap(struct gfb_softc *, struct
wsdisplay_cmap
*);
95
static int gfb_getcmap(struct gfb_softc *, struct
wsdisplay_cmap
*);
282
(struct
wsdisplay_cmap
*)data);
286
(struct
wsdisplay_cmap
*)data);
396
gfb_putcmap(struct gfb_softc *sc, struct
wsdisplay_cmap
*cm)
437
gfb_getcmap(struct gfb_softc *sc, struct
wsdisplay_cmap
*cm)
/src/sys/arch/macppc/dev/
ofb.c
116
static int ofb_getcmap(struct ofb_softc *, struct
wsdisplay_cmap
*);
117
static int ofb_putcmap(struct ofb_softc *, struct
wsdisplay_cmap
*);
273
return ofb_getcmap(sc, (struct
wsdisplay_cmap
*)data);
276
return ofb_putcmap(sc, (struct
wsdisplay_cmap
*)data);
369
ofb_getcmap(struct ofb_softc *sc, struct
wsdisplay_cmap
*cm)
392
ofb_putcmap(struct ofb_softc *sc, struct
wsdisplay_cmap
*cm)
platinumfb.c
228
struct
wsdisplay_cmap
*);
230
struct
wsdisplay_cmap
*);
834
(struct
wsdisplay_cmap
*)data);
841
(struct
wsdisplay_cmap
*)data);
982
platinumfb_putcmap(struct platinumfb_softc *sc, struct
wsdisplay_cmap
*cm)
1024
platinumfb_getcmap(struct platinumfb_softc *sc, struct
wsdisplay_cmap
*cm)
/src/sys/arch/amiga/dev/
amidisplaycc.c
114
struct
wsdisplay_cmap
*);
116
static int amidisplaycc_cmapioctl(view_t *, u_long, struct
wsdisplay_cmap
*);
117
static int amidisplaycc_setcmap(view_t *, struct
wsdisplay_cmap
*);
118
static int amidisplaycc_getcmap(view_t *, struct
wsdisplay_cmap
*);
334
static struct
wsdisplay_cmap
pal2 = { 0, 2, pal2red, pal2grn, pal2blu };
335
static struct
wsdisplay_cmap
pal4 = { 0, 4, pal4red, pal4grn, pal4blu };
336
static struct
wsdisplay_cmap
pal8 = { 0, 8, pal8red, pal8grn, pal8blu };
1088
(struct
wsdisplay_cmap
*)data);
1565
amidisplaycc_cmapioctl(view_t *view, u_long cmd, struct
wsdisplay_cmap
*cmap)
1567
struct
wsdisplay_cmap
tmpcmap
[
all
...]
zz9k_fb.c
222
static int zzfb_getcmap(struct zzfb_softc *sc, struct
wsdisplay_cmap
*cm);
223
static int zzfb_putcmap(struct zzfb_softc *sc, struct
wsdisplay_cmap
*cm);
672
retval = zzfb_getcmap(sc, (struct
wsdisplay_cmap
*)data);
675
retval = zzfb_putcmap(sc, (struct
wsdisplay_cmap
*)data);
832
zzfb_getcmap(struct zzfb_softc *sc, struct
wsdisplay_cmap
*cm)
857
zzfb_putcmap(struct zzfb_softc *sc, struct
wsdisplay_cmap
*cm)
/src/sys/arch/evbppc/explora/dev/
fb_elb.c
90
static int fb_getcmap(struct fb_elb_softc *, struct
wsdisplay_cmap
*);
92
const struct
wsdisplay_cmap
*);
258
fb_getcmap(struct fb_elb_softc *sc, struct
wsdisplay_cmap
*p)
282
fb_putcmap(struct fb_elb_softc *sc, const struct
wsdisplay_cmap
*p)
333
return fb_getcmap(sc, (struct
wsdisplay_cmap
*)data);
336
return fb_putcmap(sc, (struct
wsdisplay_cmap
*)data);
/src/sys/arch/luna68k/dev/
lunafb.c
132
static int omgetcmap(struct omfb_softc *, struct
wsdisplay_cmap
*);
133
static int omsetcmap(struct omfb_softc *, struct
wsdisplay_cmap
*);
266
return omgetcmap(sc, (struct
wsdisplay_cmap
*)data);
269
return omsetcmap(sc, (struct
wsdisplay_cmap
*)data);
324
omgetcmap(struct omfb_softc *sc, struct
wsdisplay_cmap
*p)
348
omsetcmap(struct omfb_softc *sc, struct
wsdisplay_cmap
*p)
/src/sys/dev/sun/
cgthree.c
132
int cgthree_putcmap(struct cgthree_softc *, struct
wsdisplay_cmap
*);
133
int cgthree_getcmap(struct cgthree_softc *, struct
wsdisplay_cmap
*);
444
(struct
wsdisplay_cmap
*)data);
447
(struct
wsdisplay_cmap
*)data);
489
cgthree_putcmap(struct cgthree_softc *sc, struct
wsdisplay_cmap
*cm)
519
cgthree_getcmap(struct cgthree_softc *sc, struct
wsdisplay_cmap
*cm)
/src/sys/dev/wscons/
wsconsio.h
383
struct
wsdisplay_cmap
{
struct
390
#define WSDISPLAYIO_GETCMAP _IOW('W', 66, struct
wsdisplay_cmap
)
391
#define WSDISPLAYIO_PUTCMAP _IOW('W', 67, struct
wsdisplay_cmap
)
415
struct
wsdisplay_cmap
cmap; /* color map info */
/src/sys/dev/pci/
sisfb.c
131
int sisfb_getcmap(uint8_t *, struct
wsdisplay_cmap
*);
133
int sisfb_putcmap(uint8_t *, struct
wsdisplay_cmap
*);
384
struct
wsdisplay_cmap
*cm;
406
cm = (struct
wsdisplay_cmap
*)data;
410
cm = (struct
wsdisplay_cmap
*)data;
682
sisfb_getcmap(uint8_t *cmap, struct
wsdisplay_cmap
*cm)
723
sisfb_putcmap(uint8_t *cmap, struct
wsdisplay_cmap
*cm)
/src/sys/arch/hpcarm/dev/
ipaq_lcd.c
273
struct
wsdisplay_cmap
*cmap;
278
cmap = (struct
wsdisplay_cmap
*)data;
/src/sys/dev/tc/
cfb.c
185
static int get_cmap(struct cfb_softc *, struct
wsdisplay_cmap
*);
186
static int set_cmap(struct cfb_softc *, struct
wsdisplay_cmap
*);
381
return get_cmap(sc, (struct
wsdisplay_cmap
*)data);
384
return set_cmap(sc, (struct
wsdisplay_cmap
*)data);
664
get_cmap(struct cfb_softc *sc, struct
wsdisplay_cmap
*p)
683
set_cmap(struct cfb_softc *sc, struct
wsdisplay_cmap
*p)
tfb.c
223
static int get_cmap(struct tfb_softc *, struct
wsdisplay_cmap
*);
224
static int set_cmap(struct tfb_softc *, struct
wsdisplay_cmap
*);
415
return get_cmap(sc, (struct
wsdisplay_cmap
*)data);
418
return set_cmap(sc, (struct
wsdisplay_cmap
*)data);
722
get_cmap(struct tfb_softc *sc, struct
wsdisplay_cmap
*p)
741
set_cmap(struct tfb_softc *sc, struct
wsdisplay_cmap
*p)
xcfb.c
143
static int set_cmap(struct xcfb_softc *, struct
wsdisplay_cmap
*);
144
static int get_cmap(struct xcfb_softc *, struct
wsdisplay_cmap
*);
414
return get_cmap(sc, (struct
wsdisplay_cmap
*)data);
417
error = set_cmap(sc, (struct
wsdisplay_cmap
*)data);
541
get_cmap(struct xcfb_softc *sc, struct
wsdisplay_cmap
*p)
560
set_cmap(struct xcfb_softc *sc, struct
wsdisplay_cmap
*p)
/src/sys/arch/pmax/ibus/
pm.c
108
int pm_get_cmap(struct pm_softc *, struct
wsdisplay_cmap
*);
109
int pm_set_cmap(struct pm_softc *, struct
wsdisplay_cmap
*);
443
rv = pm_get_cmap(sc, (struct
wsdisplay_cmap
*)data);
447
rv = pm_set_cmap(sc, (struct
wsdisplay_cmap
*)data);
688
pm_get_cmap(struct pm_softc *sc, struct
wsdisplay_cmap
*p)
707
pm_set_cmap(struct pm_softc *sc, struct
wsdisplay_cmap
*p)
/src/sys/arch/arm/iomd/
vidcvideo.c
180
static int get_cmap(struct vidcvideo_softc *, struct
wsdisplay_cmap
*);
181
static int set_cmap(struct vidcvideo_softc *, struct
wsdisplay_cmap
*);
383
return get_cmap(sc, (struct
wsdisplay_cmap
*)data);
386
return set_cmap(sc, (struct
wsdisplay_cmap
*)data);
642
get_cmap(struct vidcvideo_softc *sc, struct
wsdisplay_cmap
*p)
662
set_cmap(struct vidcvideo_softc *sc, struct
wsdisplay_cmap
*p)
Completed in 52 milliseconds
1
2
3
Indexes created Wed Oct 15 16:09:53 GMT 2025