Searched refs:xnfreallocarray (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Bus.c301 xf86Entities = xnfreallocarray(xf86Entities,
359 pScrn->entityList = xnfreallocarray(pScrn->entityList,
363 pScrn->entityInstanceList = xnfreallocarray(pScrn->entityInstanceList,
461 pEnt->devices = xnfreallocarray(pEnt->devices,
655 nprivs = xnfreallocarray(pEnt->entityPrivates,
H A Dxf86Helper.c80 xf86DriverList = xnfreallocarray(xf86DriverList,
113 xf86InputDriverList = xnfreallocarray(xf86InputDriverList,
169 xf86GPUScreens = xnfreallocarray(xf86GPUScreens, xf86NumGPUScreens,
180 xf86Screens = xnfreallocarray(xf86Screens, xf86NumScreens,
291 nprivs = xnfreallocarray(pScr->privates,
299 nprivs = xnfreallocarray(pScr->privates,
559 xnfreallocarray(scrp->confScreen->displays,
1339 pgdp = xnfreallocarray(pgdp, i + 2, sizeof(GDevPtr));
1362 pgdp = xnfreallocarray(pgdp, i + 2, sizeof(GDevPtr));
H A Dxf86sbusBus.c71 xnfreallocarray(xf86SbusInfo, ++xf86nSbusInfo + 1, sizeof(psdp));
409 instances = xnfreallocarray(instances,
535 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int));
H A Dxf86AutoConfig.c116 *list = xnfreallocarray(*list, *lines + 1, sizeof(**list));
H A Dxf86pciBus.c106 xf86PciVideoInfo = xnfreallocarray(xf86PciVideoInfo,
983 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int));
H A Dxf86platformBus.c64 xf86_platform_devices = xnfreallocarray(xf86_platform_devices,
H A Dxf86Configure.c117 xnfreallocarray(DevToConfig, nDevToConfig, sizeof(DevToConfigRec));
H A Dxf86Config.c1017 list = xnfreallocarray(list, count + 1, sizeof(InputInfoPtr));
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h86 #define xnfreallocarray(ptr, num, size) XNFreallocarray((ptr), (num), (size)) macro
/xsrc/external/mit/xorg-server/dist/os/
H A Dconnection.c1042 xnfreallocarray(ListenTransFds, ListenTransCount + 1, sizeof(int));
1044 xnfreallocarray(ListenTransConns, ListenTransCount + 1,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.c875 *pppI2CBus = xnfreallocarray(*pppI2CBus, n, sizeof(I2CBusPtr));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
H A DSbus.c443 xf86SbusInfo = xnfreallocarray(xf86SbusInfo, n + j + 1, sizeof(psdp));
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddevices.c2581 master->button->xkb_acts = xnfreallocarray(master->button->xkb_acts,
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c616 to->button->xkb_acts = xnfreallocarray(to->button->xkb_acts,

Completed in 25 milliseconds