Searched refs:FBIOPUTCMAP (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunCfb24.c | 68 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) == -1) 69 FatalError( "CG24UpdateColormap: FBIOPUTCMAP failed\n");
|
| H A D | sunCfb.c | 122 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 D | sunCfb24.c | 68 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) == -1) 69 FatalError( "CG24UpdateColormap: FBIOPUTCMAP failed\n");
|
| H A D | sunCfb.c | 122 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 D | xf86sbusBus.c | 622 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 D | fbpriv.h | 30 #define FBIOPUTCMAP 0x4605 macro
|
| H A D | fbdevhw.c | 767 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 D | xf86sbusBus.c | 659 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 D | fbpriv.h | 30 #define FBIOPUTCMAP 0x4605 macro
|
| H A D | fbdevhw.c | 789 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 D | fbdev.c | 665 return ioctl(priv->fd, FBIOPUTCMAP, &cmap);
|
Completed in 12 milliseconds