Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dreconfig.c114 static char * parse_next_property(char *buf, char *end, char **name, int *length, in parse_next_property() function
217 (buf = parse_next_property(buf, end, &name, &length, &value))) { in do_add_node()
285 if (parse_next_property(buf, end, &name, &length, &value) == NULL) in do_add_property()
329 next_prop = parse_next_property(buf, end, &name, &length, &value); in do_update_property()

Completed in 3 milliseconds