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

/macosx-10.10/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.
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dccapitst.c3458 compareNames(const char **names) { function
3491 compareNames(equalUTF8);
3492 compareNames(equalIBM);
3493 compareNames(lessMac);
3494 compareNames(lessUTF080);
/macosx-10.10/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 204 milliseconds