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

/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c72 DeviceTreeNodeProperty *currentProperty; member in struct:OpaqueDTPropertyIterator
431 iter->currentProperty = NULL;
456 iter->currentProperty = (DeviceTreeNodeProperty *) (iter->entry + 1);
458 iter->currentProperty = next_prop(iter->currentProperty);
460 *foundProperty = iter->currentProperty->name;
470 iter->currentProperty = NULL;

Completed in 23 milliseconds