Home
last modified time | relevance | path

Searched refs:getLocation (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/iokit/IOKit/ !
H A DIORegistryEntry.h867 virtual const char * getLocation( const IORegistryPlane * plane = NULL ) const;
/xnu-8020.140.41/iokit/Kernel/ !
H A DIORegistryEntry.cpp1060 IORegistryEntry::getLocation( const IORegistryPlane * plane ) const in getLocation() function in IORegistryEntry
1339 if ((loc = getLocation( plane ))) { in getPathComponent()
1369 str = getLocation( plane ); in matchPathLocation()
H A DIOKitDebug.cpp113 if ((next->getLocation( plane ))) { in IOPrintPlane()
114 DEBG("@%s", next->getLocation( plane )); in IOPrintPlane()
H A DIOUserClient.cpp3484 const char * cstr = entry->getLocation( plane ); in is_io_registry_entry_get_location_in_plane()