HomeSort by: relevance | last modified time | path
    Searched refs:GDevRec (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86pciBus.h 43 GDevRec *GDev, int *chipset);
xf86AutoConfig.c 354 cptr = malloc(sizeof(GDevRec));
359 memcpy(cptr, odev, sizeof(GDevRec));
394 ptr = calloc(1, sizeof(GDevRec));
xf86sbusBus.h 104 GDevRec *GDev);
xf86str.h 403 } GDevRec, *GDevPtr;
xf86Configure.c 44 GDevRec GDev;
72 * directly. We allocate a GDevRec and fill it in as much as we can, letting
xf86sbusBus.c 712 xf86SbusConfigureNewDev(void *busData, sbusDevicePtr sBus, GDevRec *GDev)
xf86Config.c 1675 gdp = xnfalloc((count + 1) * sizeof(GDevRec));
1752 servlayoutp->inactives = xnfcalloc(1, sizeof(GDevRec));
1852 screenp->device = xnfcalloc(1, sizeof(GDevRec));
xf86pciBus.c 1348 GDevRec *GDev, int *chipset)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86pciBus.h 45 GDevRec * GDev, int *chipset);
xf86AutoConfig.c 385 cptr = malloc(sizeof(GDevRec));
390 memcpy(cptr, odev, sizeof(GDevRec));
427 ptr = calloc(1, sizeof(GDevRec));
xf86sbusBus.h 111 GDevRec * GDev);
xf86str.h 316 } GDevRec, *GDevPtr;
xf86Config.c 1568 gdp = xnfallocarray(count + 1, sizeof(GDevRec));
1645 servlayoutp->inactives = xnfcalloc(1, sizeof(GDevRec));
1748 screenp->device = xnfcalloc(1, sizeof(GDevRec));
1791 screenp->gpu_devices[i] = xnfcalloc(1, sizeof(GDevRec));
1801 screenp->gpu_devices[i] = xnfcalloc(1, sizeof(GDevRec));
xf86sbusBus.c 752 xf86SbusConfigureNewDev(void *busData, sbusDevicePtr sBus, GDevRec * GDev)
xf86Configure.c 46 GDevRec GDev;
77 * directly. We allocate a GDevRec and fill it in as much as we can, letting
xf86pciBus.c 1445 GDevRec * GDev, int *chipset)
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winconfig.h 62 } GDevRec, *GDevPtr;
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winconfig.h 72 GDevRec, *GDevPtr;

Completed in 41 milliseconds