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

/haiku/src/libs/libfdt/
H A Dfdt_sw.c276 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) function
306 nameoff = fdt_find_add_string_(fdt, name, &allocated);
H A Dfdt_rw.c119 * fdt_find_add_string_() - Find or allocate a string
127 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) function
214 namestroff = fdt_find_add_string_(fdt, name, &allocated);

Completed in 45 milliseconds