Searched refs:compareName (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/platform/
H A DAppleMacIODevice.h50 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOPlatformExpert.h298 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
323 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
H A DIORegistryEntry.h648 @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.
655 /*! @function compareName
662 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp190 return( nub->IORegistryEntry::compareName( name, matched ));
1397 bool IOPlatformExpertDevice::compareName( OSString * name, function in class:IOPlatformExpertDevice
1499 bool IOPlatformDevice::compareName( OSString * name, function in class:IOPlatformDevice
H A DIORegistryEntry.cpp837 IORegistryEntry::compareName( OSString * name, OSString ** matched ) const function in class:IORegistryEntry
871 result = compareName( string, matched );
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIDevice.h476 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dunames.cpp226 * Important: expandName() and compareName() are almost the same -
326 * compareName() is almost the same as expandName() except that it compares
331 compareName(UCharNames *names, function
627 if(compareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherName)) {
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp529 bool IOPCIDevice::compareName( OSString * name, OSString ** matched ) const function in class:IOPCIDevice
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp164 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
185 bool IONDRVDevice::compareName( OSString * name, function in class:IONDRVDevice
189 || IORegistryEntry::compareName(name, matched));

Completed in 172 milliseconds