Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/platform/
H A DAppleMacIO.h71 virtual IOReturn getNubResources( IOService * nub );
/xnu-8792.41.9/iokit/IOKit/
H A DIOPlatformExpert.h259 virtual IOReturn getNubResources( IOService * nub );
363 virtual IOReturn getNubResources( IOService * nub ) APPLE_KEXT_OVERRIDE;
/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp258 IOPlatformExpert::getNubResources( IOService * nub ) in getNubResources() function in IOPlatformExpert
1707 IODTPlatformExpert::getNubResources( IOService * nub ) in getNubResources() function in IODTPlatformExpert
2286 return ((IOPlatformExpert *)getProvider())->getNubResources( this ); in getResources()