Home
last modified time | relevance | path

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

/xnu-12377.81.4/pexpert/gen/ !
H A Ddevice_tree.c308 DeviceTreeNodeProperty const *propP = (DeviceTreeNodeProperty const *) (void const *) startingP; in find_entry() local
309 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()
/xnu-12377.81.4/pexpert/arm/hwtrace/ !
H A Dhwtrace.c355 const void *propP = NULL; in _is_stress_racks() local
358 SecureDTGetProperty(ent, "stress-rack", &propP, &size) == kSuccess) { in _is_stress_racks()