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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DAppleMacIODevice.h50 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp154 || nub->IORegistryEntry::compareName( name, matched ) );
272 bool AppleMacIODevice::compareName( OSString * name, function in class:AppleMacIODevice
276 IORegistryEntry::compareName(name, matched));
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h279 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
304 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
H A DIORegistryEntry.h636 @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.
643 /*! @function compareName
650 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pci/
H A DIOPCIDevice.h92 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp192 return( nub->IORegistryEntry::compareName( name, matched ));
1253 bool IOPlatformExpertDevice::compareName( OSString * name, function in class:IOPlatformExpertDevice
1362 bool IOPlatformDevice::compareName( OSString * name, function in class:IOPlatformDevice
H A DIORegistryEntry.cpp796 IORegistryEntry::compareName( OSString * name, OSString ** matched ) const function in class:IORegistryEntry
830 result = compareName( string, matched );

Completed in 79 milliseconds