Searched refs:curv (Results 1 – 3 of 3) sorted by relevance
29 - for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv30 + for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
511 const void *curv = cur; in of_prop_next_u32() local517 curv = prop->value; in of_prop_next_u32()521 curv += sizeof(*cur); in of_prop_next_u32()522 if (curv >= prop->value + prop->length) in of_prop_next_u32()526 *pu = be32_to_cpup(curv); in of_prop_next_u32()527 return curv; in of_prop_next_u32()533 const void *curv = cur; in of_prop_next_string() local541 curv += strlen(cur) + 1; in of_prop_next_string()542 if (curv >= prop->value + prop->length) in of_prop_next_string()545 return curv; in of_prop_next_string()
208 const void *curv = cur; in of_prop_next_string() local216 curv += strlen(cur) + 1; in of_prop_next_string()217 if (curv >= prop->value + prop->length) in of_prop_next_string()220 return curv; in of_prop_next_string()