Searched refs:createNub (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DAppleMacIO.h59 virtual IOService * createNub( IORegistryEntry * from );
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.cpp43 IOService *AppleARMIOBus::createNub(IORegistryEntry * from) function in class:AppleARMIOBus
90 if (0 == (nub = createNub(next)))
H A DAppleARMIO.h53 virtual IOService *createNub(IORegistryEntry * from);
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp90 IOService * AppleMacIO::createNub( IORegistryEntry * from ) function in class:AppleMacIO
139 if( 0 == (nub = createNub( next )))
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h131 virtual IOService * createNub( OSDictionary * from );
216 virtual IOService * createNub( IORegistryEntry * from );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp161 nub = createNub( dict );
173 IOService * IOPlatformExpert::createNub( OSDictionary * from ) function in class:IOPlatformExpert
1092 IOService * IODTPlatformExpert::createNub( IORegistryEntry * from ) function in class:IODTPlatformExpert
1115 if( 0 == (nub = createNub( next )))

Completed in 78 milliseconds