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

/u-boot/scripts/dtc/libfdt/
H A Dfdt_rw.c339 int nodelen; local
360 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
362 err = fdt_splice_struct_(fdt, nh, 0, nodelen);
369 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE);

Completed in 128 milliseconds