• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching refs:IORegistryEntry

78 static IORegistryEntry * MakeReferenceTable( DTEntry dtEntry, bool copy );
79 static void AddPHandle( IORegistryEntry * regEntry );
81 static bool IODTMapInterruptsSharing( IORegistryEntry * regEntry, OSDictionary * allInts );
83 IORegistryEntry *
86 IORegistryEntry * parent;
87 IORegistryEntry * child;
101 gIODTPlane = IORegistryEntry::makePlane( kIODeviceTreePlane );
155 parent = (IORegistryEntry *)stack->getObject( stack->getCount() - 1);
189 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane);
267 IORegistryEntry *chosen;
272 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane );
293 IORegistryEntry *chosen;
300 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane );
321 static IORegistryEntry *
324 IORegistryEntry *regEntry;
396 static void AddPHandle( IORegistryEntry * regEntry )
408 static IORegistryEntry * FindPHandle( UInt32 phandle )
411 IORegistryEntry *regEntry = 0;
416 regEntry = (IORegistryEntry *)
425 static bool GetUInt32( IORegistryEntry * regEntry, const OSSymbol * name,
438 static IORegistryEntry * IODTFindInterruptParent( IORegistryEntry * regEntry, IOItemCount index )
440 IORegistryEntry * parent;
460 const OSSymbol * IODTInterruptControllerName( IORegistryEntry * regEntry )
481 static void IODTGetICellCounts( IORegistryEntry * regEntry,
490 static UInt32 IODTMapOneInterrupt( IORegistryEntry * regEntry, UInt32 * intSpec, UInt32 index,
493 IORegistryEntry *parent = 0;
606 IOReturn IODTGetInterruptOptions( IORegistryEntry * regEntry, int source, IOOptionBits * options )
642 static bool IODTMapInterruptsSharing( IORegistryEntry * regEntry, OSDictionary * allInts )
644 IORegistryEntry * parent;
761 bool IODTMapInterrupts( IORegistryEntry * regEntry )
771 const IORegistryEntry * table, const OSSymbol * propName )
819 bool IODTCompareNubName( const IORegistryEntry * regEntry,
836 bool IODTMatchNubWithKeys( IORegistryEntry * regEntry,
855 OSCollectionIterator * IODTFindMatchingEntries( IORegistryEntry * from,
859 IORegistryEntry *next;
910 void IODTSetResolving( IORegistryEntry * regEntry,
934 void IODTGetCellCounts( IORegistryEntry * regEntry,
950 bool IODTResolveAddressCell( IORegistryEntry * regEntry,
954 IORegistryEntry *parent;
1068 OSArray * IODTResolveAddressing( IORegistryEntry * regEntry,
1072 IORegistryEntry *parentEntry;
1120 IORegistryEntry * parent,
1121 IORegistryEntry * regEntry,
1152 IOReturn IODTMakeNVDescriptor( IORegistryEntry * regEntry,
1155 IORegistryEntry *parent;
1185 OSData * IODTFindSlotName( IORegistryEntry * regEntry, UInt32 deviceNumber )
1187 IORegistryEntry *parent;