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

/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c218 DeviceTreeNodeProperty *propP = (DeviceTreeNodeProperty *) (void *) startingP; local
220 startingP += sizeof (*propP) + ((propP->length + 3) & -4);
222 if (strcmp (propP->name, propName) == 0) {
223 if (propValue == NULL || strcmp( (char *)(propP + 1), propValue) == 0)

Completed in 70 milliseconds