Searched refs:parse_next_property (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/powerpc/platforms/pseries/ |
| D | reconfig.c | 119 static char * parse_next_property(char *buf, char *end, char **name, int *length, in parse_next_property() function 222 (buf = parse_next_property(buf, end, &name, &length, &value))) { in do_add_node() 290 if (parse_next_property(buf, end, &name, &length, &value) == NULL) in do_add_property() 337 next_prop = parse_next_property(buf, end, &name, &length, &value); in do_update_property()
|