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

/darwin-on-arm/xnu/pexpert/gen/
H A Ddevice_tree.c195 static char *startingP; // needed for find_entry variable
204 startingP = (char *)DTRootNode;
210 DeviceTreeNode *nodeP = (DeviceTreeNode *) (void *) startingP;
214 startingP = (char *) (nodeP + 1);
218 DeviceTreeNodeProperty *propP = (DeviceTreeNodeProperty *) (void *) startingP;
220 startingP += sizeof (*propP) + ((propP->length + 3) & -4);

Completed in 16 milliseconds