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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86fbman.c46 static DevPrivateKey xf86FBManagerKey; variable in typeref:typename:DevPrivateKey
53 xf86FBManagerKey = &xf86FBManagerKeyRec;
58 dixSetPrivate(&pScreen->devPrivates, xf86FBManagerKey, funcs);
67 if (xf86FBManagerKey == NULL)
70 if(!dixLookupPrivate(&pScreen->devPrivates, xf86FBManagerKey))
84 if(xf86FBManagerKey == NULL)
87 xf86FBManagerKey)))
105 if(xf86FBManagerKey == NULL)
108 xf86FBManagerKey)))
127 if(xf86FBManagerKey
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86fbman.c46 static DevPrivateKey xf86FBManagerKey; variable in typeref:typename:DevPrivateKey
52 xf86FBManagerKey = &xf86FBManagerKeyRec;
57 dixSetPrivate(&pScreen->devPrivates, xf86FBManagerKey, funcs);
65 if (xf86FBManagerKey == NULL)
68 if (!dixLookupPrivate(&pScreen->devPrivates, xf86FBManagerKey))
81 if (xf86FBManagerKey == NULL)
84 xf86FBManagerKey)))
100 if (xf86FBManagerKey == NULL)
103 xf86FBManagerKey)))
120 if (xf86FBManagerKey
[all...]

Completed in 4 milliseconds