Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/platform/
H A DAppleMacIO.h59 virtual IOService * createNub( IORegistryEntry * from );
/xnu-8792.41.9/iokit/IOKit/
H A DIOPlatformExpert.h253 virtual IOService * createNub( OSDictionary * from );
357 virtual IOService * createNub( IORegistryEntry * from );
/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp212 nub = createNub( dict ); in configure()
226 IOPlatformExpert::createNub( OSDictionary * from ) in createNub() function in IOPlatformExpert
1597 IODTPlatformExpert::createNub( IORegistryEntry * from ) in createNub() function in IODTPlatformExpert
1622 if (NULL == (nub = createNub( next ))) { in createNubs()