parse_next_property  217 arch/powerpc/platforms/pseries/reconfig.c 	       (buf = parse_next_property(buf, end, &name, &length, &value))) {
parse_next_property  285 arch/powerpc/platforms/pseries/reconfig.c 	if (parse_next_property(buf, end, &name, &length, &value) == NULL)
parse_next_property  329 arch/powerpc/platforms/pseries/reconfig.c 	next_prop = parse_next_property(buf, end, &name, &length, &value);