Home
last modified time | relevance | path

Searched refs:startingP (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.81.5/pexpert/gen/
H A Ddevice_tree.c277 static char const *startingP; // needed for find_entry variable
287 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()