Searched refs:propP (Results 1 – 1 of 1) sorted by relevance
306 DeviceTreeNodeProperty const *propP = (DeviceTreeNodeProperty const *) (void const *) startingP; in find_entry() local307 ASSERT_PROP_IN_DT(propP); in find_entry()309 startingP += sizeof(*propP) + ((propP->length + 3) & -4); in find_entry()311 if (strcmp(propP->name, propName) == 0) { in find_entry()312 if (propValue == NULL || strcmp((char const *)(propP + 1), propValue) == 0) { in find_entry()