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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp76 OSDictionary * gIODTSharedInterrupts; variable
201 gIODTSharedInterrupts = OSDictionary::withCapacity(4);
206 assert( regIter && allInts && gIODTSharedInterrupts );
207 if( regIter && allInts && gIODTSharedInterrupts ) {
235 parent->setProperty("sharedInts", gIODTSharedInterrupts);
622 shared = (OSArray *) gIODTSharedInterrupts->getObject(
711 controllerInts = (OSArray *) gIODTSharedInterrupts->getObject( controller );
719 gIODTSharedInterrupts->setObject( controller, controllerInts );

Completed in 55 milliseconds