Searched refs:gdp (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Helper.c | 1285 GDevPtr gdp, *pgdp = NULL; local in function:xf86MatchDevice 1358 gdp = &xf86ConfigLayout.inactives[j]; 1359 if (gdp->driver && !gdp->claimed && 1360 !xf86NameCmp(gdp->driver, drivername)) { 1363 pgdp[i++] = gdp;
|
| H A D | xf86Config.c | 1398 GDevPtr gdp; local in function:configLayout 1568 gdp = xnfallocarray(count + 1, sizeof(GDevRec)); 1569 gdp[count].identifier = NULL; 1573 if (!configDevice(&gdp[count], idp->inactive_device, FALSE, FALSE)) 1584 servlayoutp->inactives = gdp; 1595 free(gdp);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Helper.c | 1395 GDevPtr gdp, *pgdp = NULL; local in function:xf86MatchDevice 1456 gdp = &xf86ConfigLayout.inactives[j]; 1457 if (gdp->driver && !gdp->claimed && 1458 !xf86NameCmp(gdp->driver,drivername)) { 1461 pgdp[i++] = gdp;
|
| H A D | xf86Config.c | 1506 GDevPtr gdp; local in function:configLayout 1675 gdp = xnfalloc((count + 1) * sizeof(GDevRec)); 1676 gdp[count].identifier = NULL; 1680 if (!configDevice(&gdp[count], idp->inactive_device, FALSE)) 1691 servlayoutp->inactives = gdp; 1702 free(gdp);
|
Completed in 11 milliseconds