Contents

copyName

Returns the name assigned to the registry entry as an OSSymbol.

Declaration

virtual const OSSymbol * copyName( 
 const IORegistryPlane *plane = 0 ) const;

Parameters

  • plane:

    The plane object, or zero for the global name.

Return Value

A reference to an OSSymbol for the name, which should be released by the caller.

Overview

Entries can be named in a particular plane, or globally. If the entry is named in plane and the plane is specified that name will be returned, otherwise the global name is returned. The global name defaults to the entry's meta class name if it has not been named.

See Also

Miscellaneous