Home
last modified time | relevance | path

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

/xnu-11215.81.4/pexpert/gen/
H A Ddevice_tree.c279 static char const *startingP; // needed for find_entry variable
289 startingP = (char const *)DTRootNode; in SecureDTFindEntry()
296 DeviceTreeNode const *nodeP = (DeviceTreeNode const *) (void const *) startingP; in find_entry()
304 startingP = (char const *) (nodeP + 1); in find_entry()
308 DeviceTreeNodeProperty const *propP = (DeviceTreeNodeProperty const *) (void const *) startingP; in find_entry()
311 startingP += sizeof(*propP) + ((propP->length + 3) & -4); in find_entry()