Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 4 of 4) sorted by relevance

/scripts/dtc/libfdt/
A Dfdt_sw.c278 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
284 *allocated = 0; in fdt_find_add_string_()
290 *allocated = 1; in fdt_find_add_string_()
299 int allocated; in fdt_property_placeholder() local
305 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()
A Dfdt_rw.c128 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
137 *allocated = 0; in fdt_find_add_string_()
150 *allocated = 1; in fdt_find_add_string_()
210 int allocated; in fdt_add_property_() local
215 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()
225 if (fdt_chk_basic() && allocated) in fdt_add_property_()
/scripts/coccinelle/misc/
A Dbadty.cocci4 //# in memory allocation functions by checking the type of the allocated memory
6 //# to the the memory being allocated. There are false positives in cases the
/scripts/
A Dspelling.txt108 alloated||allocated
110 allocatrd||allocated
112 allocted||allocated

Completed in 6 milliseconds