Searched refs:fvlp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86DGA.c668 FakedVisualList *fvlp; local in function:DGACreateColormap
715 if(!(fvlp = malloc(sizeof(FakedVisualList)))) {
720 fvlp->free = FALSE;
721 fvlp->pVisual = pVisual;
722 fvlp->next = pScreenPriv->fakedVisuals;
723 pScreenPriv->fakedVisuals = fvlp;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86DGA.c652 FakedVisualList *fvlp; local in function:DGACreateColormap
699 if (!(fvlp = malloc(sizeof(FakedVisualList)))) {
704 fvlp->free = FALSE;
705 fvlp->pVisual = pVisual;
706 fvlp->next = pScreenPriv->fakedVisuals;
707 pScreenPriv->fakedVisuals = fvlp;

Completed in 5 milliseconds