Searched refs:entityPrivates (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Bus.h54 DevUnion *entityPrivates; member in struct:__anonf0fc8eb50108
H A Dxf86Bus.c304 xf86Entities[xf86NumEntities - 1]->entityPrivates =
655 nprivs = xnfreallocarray(pEnt->entityPrivates,
659 pEnt->entityPrivates = nprivs;
670 return &(xf86Entities[entityIndex]->entityPrivates[privIndex]);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Bus.h58 DevUnion * entityPrivates; member in struct:__anon17a6ed420108
H A Dxf86Bus.c246 xf86Entities[xf86NumEntities - 1]->entityPrivates =
619 nprivs = xnfrealloc(pEnt->entityPrivates,
623 pEnt->entityPrivates = nprivs;
634 return &(xf86Entities[entityIndex]->entityPrivates[privIndex]);

Completed in 5 milliseconds