Searched refs:dealiasPath (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h762 /*! @function dealiasPath
765 @param opath An in/out paramter - the caller passes in a pointer to a C-string pointer to a path. If an alias is found, dealiasPath returns a pointer into the path just beyond the end of the alias.
769 static const char * dealiasPath( const char ** opath,
/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp1145 const char * IORegistryEntry::dealiasPath( function in class:IORegistryEntry
1219 if( (alias = dealiasPath( &end, plane))) {

Completed in 31 milliseconds