Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/platform/
H A DAppleMacIO.h68 virtual bool compareNubName( const IOService * nub, OSString * name,
/xnu-12377.61.12/iokit/IOKit/
H A DIOPlatformExpert.h256 virtual bool compareNubName( const IOService * nub, OSString * name,
258 bool compareNubName( const IOService * nub, OSString * name,
361 virtual bool compareNubName( const IOService * nub, OSString * name,
/xnu-12377.61.12/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()
1765 IODTPlatformExpert::compareNubName( const IOService * nub, in compareNubName() function in IODTPlatformExpert
1769 || super::compareNubName( nub, name, matched); in compareNubName()
2320 compareNubName( this, name, matched ); in compareName()