Searched refs:fdt_find_add_string_ (Results 1 - 3 of 3) sorted by relevance

/u-boot/tools/libfdt/
H A Dfdt_rw.c29 ret = fdt_find_add_string_(new, str, &allocated);
/u-boot/scripts/dtc/libfdt/
H A Dfdt_sw.c278 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) function
308 nameoff = fdt_find_add_string_(fdt, name, &allocated);
H A Dfdt_rw.c120 * fdt_find_add_string_() - Find or allocate a string
128 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) function
215 namestroff = fdt_find_add_string_(fdt, name, &allocated);

Completed in 104 milliseconds