Searched refs:FBIOPUTCMAP (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCfb24.c68 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) == -1)
69 FatalError( "CG24UpdateColormap: FBIOPUTCMAP failed\n");
H A DsunCfb.c122 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) < 0) {
124 FatalError( "CGUpdateColormap: FBIOPUTCMAP failed\n" );
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCfb24.c68 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) == -1)
69 FatalError( "CG24UpdateColormap: FBIOPUTCMAP failed\n");
H A DsunCfb.c122 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) < 0) {
124 FatalError( "CGUpdateColormap: FBIOPUTCMAP failed\n" );
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86sbusBus.c622 ret = ioctl (cmap->psdp->fd, FBIOPUTCMAP, &fbcmap);
624 xf86Msg(X_ERROR, "%s: ioctl(%d, FBIOPUTCMAP): %d %d\n",
633 ret = ioctl (cmap->psdp->fd, FBIOPUTCMAP, &fbcmap);
635 xf86Msg(X_ERROR, "%s: ioctl(%d, FBIOPUTCMAP): %d %d\n", __func__,
653 ioctl (cmap->psdp->fd, FBIOPUTCMAP, &fbcmap);
693 ret = ioctl (psdp->fd, FBIOPUTCMAP, &fbcmap);
695 xf86Msg(X_ERROR, "%s: ioctl(%d, FBIOPUTCMAP): %d %d\n", __func__,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
H A Dfbpriv.h30 #define FBIOPUTCMAP 0x4605 macro
H A Dfbdevhw.c767 if (-1 == ioctl(fPtr->fd,FBIOPUTCMAP,(void*)&cmap))
769 "FBIOPUTCMAP: %s\n", strerror(errno));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86sbusBus.c659 ret = ioctl(cmap->psdp->fd, FBIOPUTCMAP, &fbcmap);
661 xf86Msg(X_ERROR, "%s: ioctl(%d, FBIOPUTCMAP): %d %d\n",
670 ret = ioctl(cmap->psdp->fd, FBIOPUTCMAP, &fbcmap);
672 xf86Msg(X_ERROR, "%s: ioctl(%d, FBIOPUTCMAP): %d %d\n", __func__,
690 ioctl(cmap->psdp->fd, FBIOPUTCMAP, &fbcmap);
733 ret = ioctl(psdp->fd, FBIOPUTCMAP, &fbcmap);
735 xf86Msg(X_ERROR, "%s: ioctl(%d, FBIOPUTCMAP): %d %d\n", __func__,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/
H A Dfbpriv.h30 #define FBIOPUTCMAP 0x4605 macro
H A Dfbdevhw.c789 if (-1 == ioctl(fPtr->fd, FBIOPUTCMAP, (void *) &cmap))
791 "FBIOPUTCMAP: %s\n", strerror(errno));
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
H A Dfbdev.c665 return ioctl(priv->fd, FBIOPUTCMAP, &cmap);

Completed in 12 milliseconds