Searched refs:currentProperty (Results 1 – 2 of 2) sorted by relevance
646 iter->currentProperty = NULL; in SecureDTInitPropertyIterator()660 iter->currentProperty = (DeviceTreeNodeProperty const *) (iter->entry + 1); in SecureDTIterateProperties()662 iter->currentProperty = next_prop(iter->currentProperty); in SecureDTIterateProperties()664 ASSERT_PROP_IN_DT(iter->currentProperty); in SecureDTIterateProperties()665 *foundProperty = iter->currentProperty->name; in SecureDTIterateProperties()673 iter->currentProperty = NULL; in SecureDTRestartPropertyIteration()
111 DeviceTreeNodeProperty const *currentProperty; member