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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/platform/
H A DAppleMacIO.h59 virtual IOService * createNub( IORegistryEntry * from );
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOPlatformExpert.h133 virtual IOService * createNub( OSDictionary * from );
218 virtual IOService * createNub( IORegistryEntry * from );
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp161 nub = createNub( dict );
173 IOService * IOPlatformExpert::createNub( OSDictionary * from ) function in class:IOPlatformExpert
1076 IOService * IODTPlatformExpert::createNub( IORegistryEntry * from ) function in class:IODTPlatformExpert
1099 if( 0 == (nub = createNub( next )))
/macosx-10.9.5/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h319 bool createNub(); // create nub (and port)
H A DAppleUSBIrDA.cpp1169 ok = createNub();
2162 // Method: AppleUSBIrDADriver::createNub
2173 AppleUSBIrDADriver::createNub(void)
/macosx-10.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIBridge.h135 virtual IOPCIDevice * createNub( OSDictionary * from );
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIBridge.cpp1773 IOPCIDevice * IOPCIBridge::createNub( OSDictionary * from ) function in class:IOPCIBridge
2018 nub = createNub( propTable );

Completed in 92 milliseconds