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