Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/pseries/
Dreconfig.c149 static char * parse_next_property(char *buf, char *end, char **name, int *length, in parse_next_property() function
252 (buf = parse_next_property(buf, end, &name, &length, &value))) { in do_add_node()
320 if (parse_next_property(buf, end, &name, &length, &value) == NULL) in do_add_property()
367 next_prop = parse_next_property(buf, end, &name, &length, &value); in do_update_property()