Searched refs:getPath (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/iokit/Tests/
H A DTests.cpp135 if( entry->getPath( str, &len,
/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp245 if ( netif->getPath( pathBuf, &len, gIOServicePlane )
538 service->getPath( str, &len, gIOServicePlane );
/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h710 /*! @function getPath
714 @param length An in/out parameter - the caller sets the length of the buffer available, and getPath returns the total length of the path copied to the buffer.
716 @result getPath will fail if the entry is not attached in the plane, or if the buffer is not large enough to contain the path. */
718 virtual bool getPath( char * path, int * length,
723 @discussion Each component of a path created with getPath is created with getPathComponent. The default implementation concatenates the entry's name in the the plane, with the "at" symbol and the location string of the entry in the plane if it has been set.
734 @discussion This function parses paths to lookup registry entries. The path may begin with the <plane name>: created by getPath, or the plane may be set by the caller. If there are characters remaining unparsed after an entry has been looked up, this may be considered an invalid lookup, or those characters may be passed back to the caller and the lookup successful.
/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp883 bool IORegistryEntry::getPath( char * path, int * length, function in class:IORegistryEntry
H A DIOHibernateIO.cpp914 if (!part->getPath(str1, &len, gIODTPlane))
H A DIOUserClient.cpp2339 if( entry->getPath( path, &length, IORegistryEntry::getPlane( plane )))
H A DIOService.cpp680 if( pathBuf && getPath( pathBuf, &len, gIOServicePlane)) {

Completed in 65 milliseconds