Searched refs:xnfreallocarray (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Bus.c | 282 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 D | xf86Helper.c | 79 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 D | xf86sbusBus.c | 71 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 D | xf86AutoConfig.c | 109 *list = xnfreallocarray(*list, *lines + 1, sizeof(**list)); in AppendToList()
|
| H A D | xf86pciBus.c | 106 xf86PciVideoInfo = xnfreallocarray(xf86PciVideoInfo, in xf86PciProbe() 983 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int)); in xf86MatchPciInstances()
|
| H A D | xf86platformBus.c | 63 xf86_platform_devices = xnfreallocarray(xf86_platform_devices, in xf86_add_platform_device()
|
| H A D | xf86Configure.c | 113 xnfreallocarray(DevToConfig, nDevToConfig, sizeof(DevToConfigRec)); in xf86AddBusDeviceToConfigure()
|
| H A D | xf86Config.c | 991 list = xnfreallocarray(list, count + 1, sizeof(InputInfoPtr)); in addDevice()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | connection.c | 1030 xnfreallocarray(ListenTransFds, ListenTransCount + 1, sizeof(int)); in ListenOnOpenFD() 1032 xnfreallocarray(ListenTransConns, ListenTransCount + 1, in ListenOnOpenFD()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-xv.c | 216 moreSpace = xnfreallocarray(pFormat, totFormat, in xwl_glamor_xv_add_formats()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | os.h | 89 #define xnfreallocarray(ptr, num, size) XNFreallocarray((ptr), (num), (size)) macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/ |
| H A D | xf86i2c.c | 875 *pppI2CBus = xnfreallocarray(*pppI2CBus, n, sizeof(I2CBusPtr)); in xf86I2CGetScreenBuses()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/ |
| H A D | Sbus.c | 443 xf86SbusInfo = xnfreallocarray(xf86SbusInfo, n + j + 1, sizeof(psdp)); in sparcPromAssignNodes()
|