Home
last modified time | relevance | path

Searched refs:totalsize_buf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dflattree.c799 fdt32_t magic_buf, totalsize_buf; in dt_from_blob() local
831 rc = fread(&totalsize_buf, sizeof(totalsize_buf), 1, f); in dt_from_blob()
841 totalsize = fdt32_to_cpu(totalsize_buf); in dt_from_blob()
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c813 fdt32_t magic_buf, totalsize_buf; in dt_from_blob() local
845 rc = fread(&totalsize_buf, sizeof(totalsize_buf), 1, f); in dt_from_blob()
855 totalsize = fdt32_to_cpu(totalsize_buf); in dt_from_blob()