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

/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DAppleMacIODevice.h50 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.cpp106 || nub->IORegistryEntry::compareName(name, matched));
132 bool AppleARMIODevice::compareName(OSString * name, OSString ** matched) const const function in class:AppleARMIODevice
134 return (IODTCompareNubName(this, name, matched) || IORegistryEntry::compareName(name, matched));
H A DAppleARMIO.h30 virtual bool compareName(OSString * name, OSString ** matched = 0) const;
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp156 || nub->IORegistryEntry::compareName( name, matched ) );
278 bool AppleMacIODevice::compareName( OSString * name, function in class:AppleMacIODevice
282 IORegistryEntry::compareName(name, matched));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h288 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
313 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;
/darwin-on-arm/xnu/iokit/IOKit/pci/
H A DIOPCIDevice.h92 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp190 return( nub->IORegistryEntry::compareName( name, matched ));
1360 bool IOPlatformExpertDevice::compareName( OSString * name, function in class:IOPlatformExpertDevice
1469 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 );

Completed in 37 milliseconds