Searched refs:initFrom (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp1239 OSDictionary * initFrom; local
1290 initFrom = 0;
1300 initFrom = child->dtEntry->dictionaryWithProperties();
1305 if (!initFrom)
1307 initFrom = propTable;
1308 initFrom->retain();
1311 ok = (nub->init(initFrom) && nub->attachToParent(dtBridge, gIODTPlane));
1312 initFrom->release();

Completed in 100 milliseconds