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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h634 /*! @function compareNames
636 @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.
641 virtual bool compareNames( OSObject * name, OSString ** matched = 0 ) const;
645 @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.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp845 result = regEntry->compareNames( obj );
H A DIOPlatformExpert.cpp969 if( !provider->compareNames( getProperty( gIONameMatchKey ) ))
H A DIORegistryEntry.cpp815 IORegistryEntry::compareNames( OSObject * names, OSString ** matched ) const function in class:IORegistryEntry
H A DIOService.cpp3988 match = where->compareNames( obj, changesOK ? &matched : 0 );

Completed in 49 milliseconds