Searched refs:out_strs (Results 1 – 2 of 2) sorted by relevance
461 const char *propname, const char **out_strs, in dtb_node_property_read_string_helper() argument475 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) in dtb_node_property_read_string_helper()480 if (out_strs && i >= skip) in dtb_node_property_read_string_helper()481 *out_strs++ = p; in dtb_node_property_read_string_helper()
207 const char *propname, const char **out_strs,
Completed in 6 milliseconds