Home
last modified time | relevance | path

Searched refs:xnfreallocarray (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Bus.c282 xf86Entities = xnfreallocarray(xf86Entities, in xf86AllocateEntity()
339 pScrn->entityList = xnfreallocarray(pScrn->entityList, in xf86AddEntityToScreen()
343 pScrn->entityInstanceList = xnfreallocarray(pScrn->entityInstanceList, in xf86AddEntityToScreen()
441 pEnt->devices = xnfreallocarray(pEnt->devices, in xf86AddDevToEntity()
654 nprivs = xnfreallocarray(pEnt->entityPrivates, in xf86AllocateEntityPrivateIndex()
H A Dxf86Helper.c79 xf86DriverList = xnfreallocarray(xf86DriverList, in xf86AddDriver()
112 xf86InputDriverList = xnfreallocarray(xf86InputDriverList, in xf86AddInputDriver()
168 xf86GPUScreens = xnfreallocarray(xf86GPUScreens, xf86NumGPUScreens, in xf86AllocateScreen()
179 xf86Screens = xnfreallocarray(xf86Screens, xf86NumScreens, in xf86AllocateScreen()
290 nprivs = xnfreallocarray(pScr->privates, in xf86AllocateScrnInfoPrivateIndex()
298 nprivs = xnfreallocarray(pScr->privates, in xf86AllocateScrnInfoPrivateIndex()
564 xnfreallocarray(scrp->confScreen->displays, in xf86SetDepthBpp()
1334 pgdp = xnfreallocarray(pgdp, i + 2, sizeof(GDevPtr)); in xf86MatchDevice()
1357 pgdp = xnfreallocarray(pgdp, i + 2, sizeof(GDevPtr)); in xf86MatchDevice()
H A Dxf86sbusBus.c71 xnfreallocarray(xf86SbusInfo, ++xf86nSbusInfo + 1, sizeof(psdp)); in CheckSbusDevice()
409 instances = xnfreallocarray(instances, in xf86MatchSbusInstances()
535 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int)); in xf86MatchSbusInstances()
H A Dxf86AutoConfig.c109 *list = xnfreallocarray(*list, *lines + 1, sizeof(**list)); in AppendToList()
H A Dxf86pciBus.c106 xf86PciVideoInfo = xnfreallocarray(xf86PciVideoInfo, in xf86PciProbe()
983 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int)); in xf86MatchPciInstances()
H A Dxf86platformBus.c63 xf86_platform_devices = xnfreallocarray(xf86_platform_devices, in xf86_add_platform_device()
H A Dxf86Configure.c113 xnfreallocarray(DevToConfig, nDevToConfig, sizeof(DevToConfigRec)); in xf86AddBusDeviceToConfigure()
H A Dxf86Config.c991 list = xnfreallocarray(list, count + 1, sizeof(InputInfoPtr)); in addDevice()
/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c1030 xnfreallocarray(ListenTransFds, ListenTransCount + 1, sizeof(int)); in ListenOnOpenFD()
1032 xnfreallocarray(ListenTransConns, ListenTransCount + 1, in ListenOnOpenFD()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c216 moreSpace = xnfreallocarray(pFormat, totFormat, in xwl_glamor_xv_add_formats()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h89 #define xnfreallocarray(ptr, num, size) XNFreallocarray((ptr), (num), (size)) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c875 *pppI2CBus = xnfreallocarray(*pppI2CBus, n, sizeof(I2CBusPtr)); in xf86I2CGetScreenBuses()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A DSbus.c443 xf86SbusInfo = xnfreallocarray(xf86SbusInfo, n + j + 1, sizeof(psdp)); in sparcPromAssignNodes()