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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitDebug.cpp90 if( (next->getLocation( plane )))
91 DEBG("@%s", next->getLocation( plane ));
H A DIORegistryEntry.cpp769 const char * IORegistryEntry::getLocation( const IORegistryPlane * plane ) const function in class:IORegistryEntry
998 if( (loc = getLocation( plane )))
1026 str = getLocation( plane );
H A DIONVRAM.cpp1641 comp = entry->getLocation(gIODTPlane);
H A DIOUserClient.cpp2142 const char * cstr = entry->getLocation( plane );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h682 /*! @function getLocation
688 virtual const char * getLocation( const IORegistryPlane * plane = 0 ) const;

Completed in 74 milliseconds