Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/pexpert/arm/hwtrace/
H A Dhwtrace.c354 const void *propP = NULL; in panic_trace_apply_stress_rack_policy() local
358 SecureDTGetProperty(ent, "stress-rack", &propP, &size) == kSuccess) { in panic_trace_apply_stress_rack_policy()