Searched refs:startingP (Results 1 – 1 of 1) sorted by relevance
277 static char const *startingP; // needed for find_entry variable287 startingP = (char const *)DTRootNode; in SecureDTFindEntry()294 DeviceTreeNode const *nodeP = (DeviceTreeNode const *) (void const *) startingP; in find_entry()302 startingP = (char const *) (nodeP + 1); in find_entry()306 DeviceTreeNodeProperty const *propP = (DeviceTreeNodeProperty const *) (void const *) startingP; in find_entry()309 startingP += sizeof(*propP) + ((propP->length + 3) & -4); in find_entry()