Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/platform/
H A DAppleMacIO.h71 virtual IOReturn getNubResources( IOService * nub );
/xnu-12377.61.12/iokit/IOKit/
H A DIOPlatformExpert.h260 virtual IOReturn getNubResources( IOService * nub );
364 virtual IOReturn getNubResources( IOService * nub ) APPLE_KEXT_OVERRIDE;
/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp258 IOPlatformExpert::getNubResources( IOService * nub ) in getNubResources() function in IOPlatformExpert
1753 IODTPlatformExpert::getNubResources( IOService * nub ) in getNubResources() function in IODTPlatformExpert
2332 return ((IOPlatformExpert *)getProvider())->getNubResources( this ); in getResources()