Searched refs:xnfrealloc (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Bus.c243 xf86Entities = xnfrealloc(xf86Entities,
304 pScrn->entityList = xnfrealloc(pScrn->entityList,
308 pScrn->entityInstanceList = xnfrealloc(pScrn->entityInstanceList,
405 pEnt->devices = xnfrealloc(pEnt->devices,
619 nprivs = xnfrealloc(pEnt->entityPrivates,
H A Dxf86sbusBus.c70 xf86SbusInfo = xnfrealloc(xf86SbusInfo, sizeof(psdp) * (++xf86nSbusInfo + 1));
387 instances = xnfrealloc(instances,
504 retEntities = xnfrealloc(retEntities, numFound * sizeof(int));
H A Dxf86Helper.c81 xf86DriverList = xnfrealloc(xf86DriverList,
122 xf86InputDriverList = xnfrealloc(xf86InputDriverList,
176 xf86Screens = xnfrealloc(xf86Screens, xf86NumScreens * sizeof(ScrnInfoPtr));
267 nprivs = xnfrealloc(pScr->privates,
595 xnfrealloc(scrp->confScreen->displays,
1448 pgdp = xnfrealloc(pgdp, (i + 2) * sizeof(GDevPtr));
1460 pgdp = xnfrealloc(pgdp, (i + 2) * sizeof(GDevPtr));
H A Dxf86AutoConfig.c114 *list = xnfrealloc(*list, (*lines + 1) * sizeof(**list));
H A Dxf86pciBus.c117 xf86PciVideoInfo = xnfrealloc(xf86PciVideoInfo,
966 retEntities = xnfrealloc(retEntities, numFound * sizeof(int));
H A Dxf86Configure.c108 xnfrealloc(DevToConfig, nDevToConfig * sizeof(DevToConfigRec));
H A Dxf86Config.c1231 devs = xnfrealloc(servlayoutp->inputs,
1277 devs = xnfrealloc(servlayoutp->inputs,
1374 devs = xnfrealloc(servlayoutp->inputs,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dvidmem.c104 vp->mappings = xnfrealloc(vp->mappings, sizeof(MappingPtr) *
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadext.c217 n1->n_arcs = xnfrealloc(n1->n_arcs, bsize);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dos.h74 #define xnfrealloc(ptr, size) XNFrealloc((pointer)(ptr), (unsigned long)(size)) macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h79 #define xnfrealloc(ptr, size) XNFrealloc((void *)(ptr), (unsigned long)(size)) macro
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.c861 *pppI2CBus = xnfrealloc(*pppI2CBus, n * sizeof(I2CBusPtr));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Modes.c277 *p = xnfrealloc(*p, strlen(*p) + strlen(new) + 2);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A DSbus.c426 xf86SbusInfo = xnfrealloc(xf86SbusInfo, sizeof(psdp) * (n + j + 1));
H A DnetbsdSbus.c375 xf86SbusInfo = xnfrealloc(xf86SbusInfo, sizeof(psdp) * (n + j + 1));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c291 *p = xnfrealloc(*p, strlen(*p) + strlen(new) + 2);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
H A DnetbsdSbus.c375 xf86SbusInfo = xnfrealloc(xf86SbusInfo, sizeof(psdp) * (n + j + 1));
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixutils.c844 listsToCleanup = (CallbackListPtr **)xnfrealloc(listsToCleanup,
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixutils.c836 listsToCleanup = (CallbackListPtr **) xnfrealloc(listsToCleanup,
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_driver.c404 linePitches = xnfrealloc(linePitches, n * sizeof(int));
411 linePitches = xnfrealloc(linePitches, (n + 1) * sizeof(int));
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dalp_driver.c436 linePitches = xnfrealloc(linePitches, n * sizeof(int));
442 linePitches = xnfrealloc(linePitches, (n + 1) * sizeof(int));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Helper.c1349 pgdp = xnfrealloc(pgdp, (i + 2) * sizeof(GDevPtr));
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_driver.c1703 linePitches = xnfrealloc(linePitches, n * sizeof(int));
1709 linePitches = xnfrealloc(linePitches, (n + 1) * sizeof(int));
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_driver.c764 linePitches = xnfrealloc(linePitches, n * sizeof(int));
771 linePitches = xnfrealloc(linePitches, (n + 1) * sizeof(int));
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.c3456 serialDefaultsList = (void**)xnfrealloc(serialDefaultsList,

Completed in 62 milliseconds