Searched refs:allocated (Results 1 – 4 of 4) sorted by relevance
278 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument284 *allocated = 0; in fdt_find_add_string_()290 *allocated = 1; in fdt_find_add_string_()299 int allocated; in fdt_property_placeholder() local305 allocated = 1; in fdt_property_placeholder()308 nameoff = fdt_find_add_string_(fdt, name, &allocated); in fdt_property_placeholder()315 if (allocated) in fdt_property_placeholder()
128 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument137 *allocated = 0; in fdt_find_add_string_()150 *allocated = 1; in fdt_find_add_string_()210 int allocated; in fdt_add_property_() local215 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()225 if (fdt_chk_basic() && allocated) in fdt_add_property_()
4 //# in memory allocation functions by checking the type of the allocated memory6 //# to the the memory being allocated. There are false positives in cases the
108 alloated||allocated110 allocatrd||allocated112 allocted||allocated
Completed in 6 milliseconds