Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/platform/
H A DAppleMacIO.h59 virtual IOService * createNub( IORegistryEntry * from );
/xnu-12377.61.12/iokit/IOKit/
H A DIOPlatformExpert.h254 virtual IOService * createNub( OSDictionary * from );
358 virtual IOService * createNub( IORegistryEntry * from );
/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp212 nub = createNub( dict ); in configure()
226 IOPlatformExpert::createNub( OSDictionary * from ) in createNub() function in IOPlatformExpert
1643 IODTPlatformExpert::createNub( IORegistryEntry * from ) in createNub() function in IODTPlatformExpert
1668 if (NULL == (nub = createNub( next ))) { in createNubs()