Lines Matching refs:OSArray
72 static OSArray * gIODTPHandles;
73 static OSArray * gIODTPHandleMap;
121 OSArray * stack; in IODeviceTreeAlloc()
166 gIODTPHandles = OSArray::withCapacity( 1 ); in IODeviceTreeAlloc()
167 gIODTPHandleMap = OSArray::withCapacity( 1 ); in IODeviceTreeAlloc()
198 stack = OSArray::withObjects((const OSObject **) &parent, 1, 10 ); in IODeviceTreeAlloc()
293 OSArray * in IODeviceTreeAlloc()
294 array = OSDynamicCast(OSArray, child->getProperty( gIOInterruptSpecifiersKey )); in IODeviceTreeAlloc()
750 OSArray * controllers; in IODTGetInterruptOptions()
751 OSArray * specifiers; in IODTGetInterruptOptions()
752 OSArray * shared; in IODTGetInterruptOptions()
758 controllers = OSDynamicCast(OSArray, regEntry->getProperty(gIOInterruptControllersKey)); in IODTGetInterruptOptions()
759 specifiers = OSDynamicCast(OSArray, regEntry->getProperty(gIOInterruptSpecifiersKey)); in IODTGetInterruptOptions()
765 shared = (OSArray *) gIODTSharedInterrupts->getObject( in IODTGetInterruptOptions()
800 OSArray * mapped; in IODTMapInterruptsSharing()
801 OSArray * controllerInts; in IODTMapInterruptsSharing()
803 OSArray * controllers; in IODTMapInterruptsSharing()
825 mapped = OSArray::withCapacity( 1 ); in IODTMapInterruptsSharing()
826 controllers = OSArray::withCapacity( 1 ); in IODTMapInterruptsSharing()
854 controllerInts = (OSArray *) allInts->getObject( controller ); in IODTMapInterruptsSharing()
858 controllerInts = (OSArray *) gIODTSharedInterrupts->getObject( controller ); in IODTMapInterruptsSharing()
862 controllerInts = OSArray::withObjects((const OSObject **) &map, 1, 4 ); in IODTMapInterruptsSharing()
875 controllerInts = OSArray::withObjects((const OSObject **) &map, 1, 16 ); in IODTMapInterruptsSharing()
1373 OSArray *
1385 OSArray *array; in IODTResolveAddressing()
1404 array = OSArray::withCapacity( 1 ); in IODTResolveAddressing()