Searched defs:newlen (Results 1 – 2 of 2) sorted by relevance
56 static int fdt_splice_(void *fdt, void *splicepoint, int oldlen, int newlen) in fdt_splice_()85 int oldlen, int newlen) in fdt_splice_struct_()101 int newlen = strlen(s) + 1; in fdt_del_last_string_() local106 static int fdt_splice_string_(void *fdt, int newlen) in fdt_splice_string_()239 int oldlen, newlen; in fdt_set_name() local296 int err, oldlen, newlen; in fdt_appendprop() local
236 int newlen = ALIGN(d.len, align); in data_append_align() local
Completed in 4 milliseconds