Searched refs:allocated (Results 1 – 3 of 3) sorted by relevance
276 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument282 *allocated = 0; in fdt_find_add_string_()288 *allocated = 1; in fdt_find_add_string_()297 int allocated; in fdt_property_placeholder() local303 allocated = 1; in fdt_property_placeholder()306 nameoff = fdt_find_add_string_(fdt, name, &allocated); in fdt_property_placeholder()313 if (allocated) in fdt_property_placeholder()
127 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument136 *allocated = 0; in fdt_find_add_string_()149 *allocated = 1; in fdt_find_add_string_()209 int allocated; in fdt_add_property_() local214 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()224 if (!can_assume(NO_ROLLBACK) && allocated) in fdt_add_property_()
261 that are allocated but not loaded from the binary.