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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1063 IORegistryEntry * IORegistryEntry::getChildFromComponent( const char ** opath, argument
1078 path = *opath;
1104 *opath = cmp;
1111 char * opath, int * length ) const
1132 opath, length ))) {
1151 const char ** opath,
1156 const char * path = *opath;
1180 *opath = end;
1193 char * opath,
1228 opath,
1110 hasAlias( const IORegistryPlane * plane, char * opath, int * length ) const argument
1150 dealiasPath( const char ** opath, const IORegistryPlane * plane ) argument
1190 fromPath( const char * path, const IORegistryPlane * plane, char * opath, int * length, IORegistryEntry * fromEntry ) argument
1285 childFromPath( const char * path, const IORegistryPlane * plane, char * opath, int * len ) argument
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h765 @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,
826 char * opath = 0, int * length = 0 ) const;

Completed in 71 milliseconds