Lines Matching refs:DeviceTreeNode
136 ASSERT_HEADER_IN_DT(entry, sizeof(DeviceTreeNode)); in skipProperties()
156 ASSERT_HEADER_IN_DT(root, sizeof(DeviceTreeNode)); in skipTree()
209 ASSERT_HEADER_IN_DT(cur, sizeof(DeviceTreeNode)); in FindChild()
296 DeviceTreeNode const *nodeP = (DeviceTreeNode const *) (void const *) startingP; in find_entry()
299 ASSERT_HEADER_IN_DT(nodeP, sizeof(DeviceTreeNode)); in find_entry()
316 ASSERT_HEADER_IN_DT(*entryH, sizeof(DeviceTreeNode)); in find_entry()
344 const DeviceTreeNode **const devicetreeNode, in SecureDTFindNodeWithPropertyEqualToValueHelper()
345 const DeviceTreeNode *const currentNode, in SecureDTFindNodeWithPropertyEqualToValueHelper()
384 const DeviceTreeNode *const child = (const DeviceTreeNode *const)current_position; in SecureDTFindNodeWithPropertyEqualToValueHelper()
409 const DeviceTreeNode **const devicetreeNode) in SecureDTFindNodeWithPropertyEqualToValue()
427 const DeviceTreeNode **const devicetreeNode) in SecureDTFindNodeWithPhandle()
440 const DeviceTreeNode **const devicetreeNode) in SecureDTFindNodeWithStringProperty()
607 …ASSERT_HEADER_IN_DT_REGION(region_start, region_start + region_size, entry, sizeof(DeviceTreeNode)… in SecureDTGetPropertyInternal()