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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp329 DTPropertyIterator dtIter; local
344 (kSuccess == DTCreatePropertyIterator( dtEntry, &dtIter))) {
348 while( kSuccess == DTIterateProperties( dtIter, &name)) {
390 DTDisposePropertyIterator( dtIter);

Completed in 20 milliseconds