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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h750 /*! @function dealiasPath
753 @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.
757 static const char * dealiasPath( const char ** opath,
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp288 alias = IORegistryEntry::dealiasPath( &path, gIODTPlane );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1109 const char * IORegistryEntry::dealiasPath( function in class:IORegistryEntry
1183 if( (alias = dealiasPath( &end, plane))) {

Completed in 31 milliseconds