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

/macosx-10.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIConfigurator.h342 static void matchDTEntry( IORegistryEntry * dtEntry, void * _context );
344 static void matchACPIEntry( IORegistryEntry * dtEntry, void * _context );
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIConfigurator.cpp968 void CLASS::matchDTEntry( IORegistryEntry * dtEntry, void * _context ) argument
976 assert(dtEntry);
978 location = dtEntry->copyLocation();
999 if (dtEntry->inPlane(gIOServicePlane))
1006 match->dtNub = dtEntry;
1008 dtEntry->getName(), DEVICE_IDENT(match));
1014 dtEntry->getName(), 0, bridge->secBusNum, deviceNum, functionNum, 0, 0);
1023 void CLASS::matchACPIEntry( IORegistryEntry * dtEntry, void * _context ) argument
1031 assert(dtEntry);
1033 adr = OSDynamicCast(OSNumber, dtEntry
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp80 static IORegistryEntry * MakeReferenceTable( DTEntry dtEntry, bool copy );
323 MakeReferenceTable( DTEntry dtEntry, bool copy ) argument
345 (kSuccess == DTCreatePropertyIterator( dtEntry, &dtIter))) {
351 if( kSuccess != DTGetProperty( dtEntry, name, &prop, &propSize ))

Completed in 115 milliseconds