Searched refs:compareNames (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h646 /*! @function compareNames
648 @discussion This method is called during IOService name matching and elsewhere to compare the entry's global name with a list of names, or a single name. A list of names may be passed as any OSCollection of OSStrings, while a single name may be passed an OSString, in the name parameter. compareNames will call the compareName method for each name, for overrides.
653 virtual bool compareNames( OSObject * name, OSString ** matched = 0 ) const;
657 @discussion This method is called during IOService name matching and elsewhere from the compareNames method. It should be overridden to provide non-standard name matching.
/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp1113 if( !provider->compareNames( getProperty( gIONameMatchKey ) ))
H A DIODeviceTreeSupport.cpp847 result = regEntry->compareNames( obj );
H A DIORegistryEntry.cpp856 IORegistryEntry::compareNames( OSObject * names, OSString ** matched ) const function in class:IORegistryEntry
H A DIOService.cpp4957 match = compareNames( obj, changesOK ? &matched : 0 );

Completed in 47 milliseconds