Searched refs:currentProperty (Results 1 – 2 of 2) sorted by relevance
526 iter->currentProperty = NULL; in SecureDTInitPropertyIterator()540 iter->currentProperty = (DeviceTreeNodeProperty const *) (iter->entry + 1); in SecureDTIterateProperties()542 iter->currentProperty = next_prop(iter->currentProperty); in SecureDTIterateProperties()544 ASSERT_PROP_IN_DT(iter->currentProperty); in SecureDTIterateProperties()545 *foundProperty = iter->currentProperty->name; in SecureDTIterateProperties()553 iter->currentProperty = NULL; in SecureDTRestartPropertyIteration()
111 DeviceTreeNodeProperty const *currentProperty; member