Home
last modified time | relevance | path

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

/xnu-10002.41.9/pexpert/gen/
H A Ddevice_tree.c306 DeviceTreeNodeProperty const *propP = (DeviceTreeNodeProperty const *) (void const *) startingP; in find_entry() local
307 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()