curv 486 drivers/of/property.c const void *curv = cur; curv 492 drivers/of/property.c curv = prop->value; curv 496 drivers/of/property.c curv += sizeof(*cur); curv 497 drivers/of/property.c if (curv >= prop->value + prop->length) curv 501 drivers/of/property.c *pu = be32_to_cpup(curv); curv 502 drivers/of/property.c return curv; curv 508 drivers/of/property.c const void *curv = cur; curv 516 drivers/of/property.c curv += strlen(cur) + 1; curv 517 drivers/of/property.c if (curv >= prop->value + prop->length) curv 520 drivers/of/property.c return curv;