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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1022 IORegistryEntry * IORegistryEntry::getChildFromComponent( const char ** opath, argument
1037 path = *opath;
1063 *opath = cmp;
1070 char * opath, int * length ) const
1091 opath, length ))) {
1110 const char ** opath,
1115 const char * path = *opath;
1139 *opath = end;
1152 char * opath,
1187 opath,
1069 hasAlias( const IORegistryPlane * plane, char * opath, int * length ) const argument
1109 dealiasPath( const char ** opath, const IORegistryPlane * plane ) argument
1149 fromPath( const char * path, const IORegistryPlane * plane, char * opath, int * length, IORegistryEntry * fromEntry ) argument
1244 childFromPath( const char * path, const IORegistryPlane * plane, char * opath, int * len ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h753 @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,
790 char * opath = 0, int * length = 0 ) const;

Completed in 30 milliseconds