Home
last modified time | relevance | path

Searched refs:compareNubName (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/iokit/IOKit/platform/
H A DAppleMacIO.h68 virtual bool compareNubName( const IOService * nub, OSString * name,
/xnu-8792.41.9/iokit/IOKit/
H A DIOPlatformExpert.h255 virtual bool compareNubName( const IOService * nub, OSString * name,
257 bool compareNubName( const IOService * nub, OSString * name,
360 virtual bool compareNubName( const IOService * nub, OSString * name,
/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp241 IOPlatformExpert::compareNubName( const IOService * nub, in compareNubName() function in IOPlatformExpert
248 IOPlatformExpert::compareNubName( const IOService * nub, in compareNubName() function in IOPlatformExpert
252 bool result = compareNubName(nub, name, &matchedRaw); in compareNubName()
1719 IODTPlatformExpert::compareNubName( const IOService * nub, in compareNubName() function in IODTPlatformExpert
1723 || super::compareNubName( nub, name, matched); in compareNubName()
2274 compareNubName( this, name, matched ); in compareName()