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

/xnu-2782.1.97/iokit/Kernel/
H A DIOKitDebug.cpp96 if( (next->getLocation( plane )))
97 DEBG("@%s", next->getLocation( plane ));
H A DIORegistryEntry.cpp769 const char * IORegistryEntry::getLocation( const IORegistryPlane * plane ) const function in class:IORegistryEntry
993 if( (loc = getLocation( plane )))
1021 str = getLocation( plane );
H A DIONVRAM.cpp1406 comp = entry->getLocation(gIODTPlane);
H A DIOUserClient.cpp2391 const char * cstr = entry->getLocation( plane );
/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h682 /*! @function getLocation
688 virtual const char * getLocation( const IORegistryPlane * plane = 0 ) const;

Completed in 91 milliseconds