Searched refs:propP (Results 1 – 2 of 2) sorted by relevance
308 DeviceTreeNodeProperty const *propP = (DeviceTreeNodeProperty const *) (void const *) startingP; in find_entry() local309 ASSERT_PROP_IN_DT(propP); in find_entry()311 startingP += sizeof(*propP) + ((propP->length + 3) & -4); in find_entry()313 if (strcmp(propP->name, propName) == 0) { in find_entry()314 if (propValue == NULL || strcmp((char const *)(propP + 1), propValue) == 0) { in find_entry()
355 const void *propP = NULL; in _is_stress_racks() local358 SecureDTGetProperty(ent, "stress-rack", &propP, &size) == kSuccess) { in _is_stress_racks()