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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitDebug.cpp88 if( (next->getLocation( plane )))
89 IOLog("@%s", next->getLocation( plane ));
144 if( (next->getLocation( plane )))
145 dbugprintf("@%s", next->getLocation( plane ));
H A DIORegistryEntry.cpp728 const char * IORegistryEntry::getLocation( const IORegistryPlane * plane ) const function in class:IORegistryEntry
957 if( (loc = getLocation( plane )))
985 str = getLocation( plane );
H A DIONVRAM.cpp1623 comp = entry->getLocation(gIODTPlane);
H A DIOUserClient.cpp1927 const char * cstr = entry->getLocation( plane );
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h670 /*! @function getLocation
676 virtual const char * getLocation( const IORegistryPlane * plane = 0 ) const;

Completed in 32 milliseconds