Searched refs:cmsize (Results 1 - 25 of 87) sorted by relevance

1234

/netbsd-current/sys/arch/sun3/dev/
H A Dbt_subr.c65 bt_getcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize) argument
72 if (start >= cmsize || count > cmsize - start)
90 bt_putcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize) argument
97 if (start >= cmsize || count > cmsize - start)
/netbsd-current/sys/dev/sun/
H A Dbt_subr.c67 bt_getcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace) argument
76 if (start >= cmsize || count > cmsize - start)
122 bt_putcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace) argument
131 if (start >= cmsize || count > cmsize - start)
177 bt_initcmap(union bt_cmap *cm, int cmsize) argument
185 for (i = 1, cp = &cm->cm_map[i][0]; i < cmsize; cp += 3, i++)
189 if (cmsize > 16) {
H A Dbwtwo.c416 wdf->cmsize = 0;
/netbsd-current/sys/arch/luna68k/dev/
H A Dlunafb.c257 wsd_fbip->cmsize = dc->dc_cmsize;
327 u_int cmsize; local
330 cmsize = sc->sc_dc->dc_cmsize;
331 if (index >= cmsize || count > cmsize - index)
352 u_int cmsize; local
355 cmsize = sc->sc_dc->dc_cmsize;
357 if (index >= cmsize || count > cmsize - index)
/netbsd-current/sys/arch/hp300/dev/
H A Dtvrx.c177 wdf->cmsize = 0;
H A Dgendiofb.c212 wdf->cmsize = 0;
H A Dhyper.c240 wdf->cmsize = 0;
H A Drbox.c354 wdf->cmsize = 0; /* XXX */
H A Dgbox.c364 wdf->cmsize = 1 << fb->planes;
H A Ddvbox.c393 wdf->cmsize = 0; /* XXX */
/netbsd-current/sys/arch/evbppc/virtex/dev/
H A Dtft.c230 info->cmsize = 0;
/netbsd-current/sys/arch/arm/clps711x/
H A Dclpslcd.c222 wsdisp_info->cmsize = 0;
/netbsd-current/sys/arch/epoc32/windermere/
H A Dwmlcd.c250 wsdisp_info->cmsize = 0;
/netbsd-current/sys/arch/mac68k/dev/
H A Dmacfb.c259 wdf->cmsize = 256;
/netbsd-current/sys/arch/next68k/dev/
H A Dnextdisplay.c320 wsd_fbip->cmsize = dc->dc_cmsize;
/netbsd-current/sys/arch/sparc/dev/
H A Dcgfourteen.c657 cg14_get_cmap(struct fbcmap *p, union cg14cmap *cm, int cmsize) argument
665 if (start >= cmsize || count > cmsize - start)
684 cg14_put_cmap(struct fbcmap *p, union cg14cmap *cm, int cmsize) argument
693 if (start >= cmsize || count > cmsize - start)
967 wdf->cmsize = 256;
/netbsd-current/sys/arch/ews4800mips/sbd/
H A Dfb_sbdio.c285 fbinfo->cmsize = 256;
/netbsd-current/sys/arch/newsmips/apbus/
H A Dxafb.c269 wdf->cmsize = 256;
/netbsd-current/sys/arch/prep/pci/
H A Dgten.c258 wdf->cmsize = 256;
/netbsd-current/sys/arch/macppc/dev/
H A Dvalkyriefb.c372 wdf->cmsize = 256;
H A Dofb.c267 wdf->cmsize = 256;
/netbsd-current/sys/arch/sparc64/dev/
H A Dgfb.c277 wdf->cmsize = 256;
/netbsd-current/sys/dev/wscons/
H A Dwsconsio.h376 u_int cmsize; /* color map size (entries) */ member in struct:wsdisplay_fbinfo
/netbsd-current/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c325 wdf->cmsize = CMAP_SIZE;
/netbsd-current/sys/arch/amiga/dev/
H A Dmntva.c510 wsfbi->cmsize = 256;

Completed in 393 milliseconds

1234