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

/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c188 static char *startingP; // needed for find_entry variable
197 startingP = (char *)DTRootNode;
203 DeviceTreeNode *nodeP = (DeviceTreeNode *) startingP;
207 startingP = (char *) (nodeP + 1);
211 DeviceTreeNodeProperty *propP = (DeviceTreeNodeProperty *) startingP;
213 startingP += sizeof (*propP) + ((propP->length + 3) & -4);

Completed in 106 milliseconds