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

/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c211 DeviceTreeNodeProperty *propP = (DeviceTreeNodeProperty *) startingP; local
213 startingP += sizeof (*propP) + ((propP->length + 3) & -4);
215 if (strcmp (propP->name, propName) == 0) {
216 if (propValue == NULL || strcmp( (char *)(propP + 1), propValue) == 0)

Completed in 26 milliseconds